]> git.saurik.com Git - wxWidgets.git/history - src/msw/checklst.cpp
replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAINT_ON_RESIZE in XTI declarations
[wxWidgets.git] / src / msw / checklst.cpp
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