MSW compilation (and other) fixes
[wxWidgets.git] / src / msw / treectrl.cpp
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-20  Harco de Hilsterheader inclusion fix
1999-09-18  Robin DunnFixed wxTreeCtrl to use the proper bacground color...
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-08-24  Patrick AlbertMinor corrections to be able to compile with VC++ 1...
1999-08-06  Ove KaavenTVS_CHECKBOXES doesn't seem to exist in Borland C++
1999-08-04  Robert Roebling Compile fixes for samples and dialoged,
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-08-01  Vadim Zeitlin1. wxWindow::Centre() hopefully fixed
1999-07-31  Robert Roebling Compile fixes for wxTreeCtrl (we don't speak about
1999-07-30  Vadim ZeitlinwxMSW::wxTreeCtrl has multiple selection too (somewhat...
1999-07-24  Vadim Zeitlincompilation fix
1999-07-23  Vadim Zeitlin1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT...
1999-06-18  Vadim Zeitlin1. uninitialized variable in wxPanel fixed and unused...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-07  Vadim Zeitlintree ctrl sorting shouldn't crash when items don't...
1999-03-24  Vadim ZeitlinCollapseAndReset() fixed
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-12  Julian SmartMinor doc tweaks plus major wxTreeCtrl bug fixed (doubl...
1999-03-06  Julian SmartSmall changes
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-27  Vadim ZeitlinwxTreeCtrl::GetBoundRect() implemented
1999-01-29  Vadim Zeitlincompile fix (still not tested) for GetLastChild()
1999-01-27  Vadim Zeitlin1. added wxTreeCtrl::GetLastChild (modified MSW, GTK...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-08  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-20  Vadim Zeitlinmissing functions implemented in wxMSW tree ctrl (custo...
1998-12-18  Vadim Zeitlinadded stubs for wxTreeCtrl functions not yet implemente...
1998-12-18  Julian SmartAdded dummy DeleteChildren so the sample will at least...
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-11-30  Vadim Zeitlin1. added wxTreeCtrl::SetItemBold and IsBold, updated...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-23  Julian SmartFix to wxTreeCtrl::GetNextChild from Marcel Rasche...
1998-11-21  Julian SmartDoc updates (debug stuff); Cygwin corrections
1998-10-25  Unknown (UG)no message
1998-10-24  Vadim Zeitlinsome new functions:
1998-10-22  Julian SmartAdded casts to fix compile problem
1998-10-22  Julian SmartMods for Gnu-Win32
1998-10-18  Vadim Zeitlinnew wxTreeCtrl files
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-12  Vadim Zeitlin1. expand/collapse (and -ing variants) events are now...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-20  Karsten Ballüderadded some wxMSW stuff