The rounded corners look really dumb at this size.
[wxWidgets.git] / src / msw / checklst.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-04  Stefan Csomorfixing duplicate rti info
2010-01-23  Vadim ZeitlinImprove wxCheckListBox appearance under Vista/Win7.
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-06  Paul Cornettdraw focus rect for wxCheckListBox item
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2008-02-25  Vadim Zeitlinadded more includes of wx/msw/dc.h needed since r52054...
2007-11-30  Robert RoeblingDC reorganization
2007-11-02  Vadim Zeitlintry (this can be vetoed) to set focus to the listbox...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-07-13  Vadim Zeitlinset the string field of the wxEVT_COMMAND_CHECKLISTBOX_...
2007-04-17  Vadim Zeitlincompilation fix for PCH-less compilation after last...
2007-04-16  Vadim Zeitlinmore native look for wxCheckListBox (especially under...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-10  Julian SmartNeed to set background colour for wxListBox, not just...
2005-06-09  Julian SmartTemporary fix for checklistbox refresh problem; setting the
2005-05-22  Vadim Zeitlinuse correct background colour for items drawing (closes...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-04-23  Julian SmartRemove obsolete includes
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-07-30  Włodzimierz SkibaConditional compilation fix.
2004-06-15  Robin DunnAdd DoGetBestSize to wxCheckListBox that adds room...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-11-19  Stefan CsomorXTI support for checklist
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-24  Julian SmartAdded some window style metadata
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-11  Julian SmartMore WinCE mods
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-12  Robin DunnPrevent crash in case nothing is selected
2003-01-11  Mattia Barbon Do not use deprecated functions.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-01  Vadim Zeitlindon't send CHECKLISTBOX_TOGGLE event when Check() is...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-15  Václav Slavíkfixed two-step creation of wxCheckListBox
2002-08-20  Vadim Zeitlinadded wxCheckListBox::HitTest() (modified patch 594524)
2002-05-05  Vadim Zeitlinfixed multiple bugs in multiple selection wxCheckListBoxes
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2000-02-17  Vadim Zeitlinassorted files I forgot to commit before
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-14  Patrick Albert*** empty log message ***
1999-05-28  Robin DunnMade SetFont for wxCheckListBox more intelligent.
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-03-24  Vadim Zeitlinfix for scrolling in checklistboxes (Win32 only)
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Vadim ZeitlinwxCheckListBox fixes: crash/memory leak when items...
1999-01-09  Julian SmartMore SC++ fixes; HelpGen starting to compile with VC...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-27  Robin DunnAdded some typecasts that the compiler complained about...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-05-27  Vadim Zeitlinspurious "(uint)" cast which was causing compilation...
1998-05-20  Karsten Ballüderadded some wxMSW stuff