]> git.saurik.com Git - wxWidgets.git/history - src/msw/treectrl.cpp
added wxTreeEvent::GetKeyEvent() to allow to retrieve the key event flags from EVT_TR...
[wxWidgets.git] / src / msw / treectrl.cpp
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-07-22  Vadim Zeitlinbackported fix for proper tree ctrl refershing after...
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-09  Vadim Zeitlinfix for crash when pressing TAB in the tree text control
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-02-28  Julian SmartLocal event array wasn't initialized
2001-02-01  George TaskerChanged declaration of TREE events from being in both...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-12-01  Vadim Zeitlinfix for assert failure when deleting tree ctrl in-place...
2000-11-10  Vadim Zeitlinapplied patches from Mike Oliver <oliver@math.ucla...
2000-10-30  Vadim Zeitlinfixes from the 2.2 branch
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-08-06  Julian SmartSome BC++ fixes
2000-08-04  Julian SmartModified generic wxTreeCtrl to work under non-Unix...
2000-08-03  Julian SmartAdded ability to call wxWindow::OnPaint under Windows...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-05-05  Julian SmartMisc fixes
2000-03-09  Vadim Zeitlindon't allow multiple root in the tree
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Julian SmartFixing commit problem
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-02-29  Vadim Zeitlin1. fixed bug with MDI child frames changign state when...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-23  Vadim Zeitlin1. wxGCBoolRenderer looks better under MSW
2000-02-17  Vadim Zeitlinwarning in GetItemFromPoint with mingw32 fixed
2000-02-15  Julian SmartAdded comment makeg95.env
2000-02-15  Michael BedwardFixed typo with TV_HITTESTINFO
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-01-04  Vadim ZeitlinwxMSW compilation fixes for old mingw32
2000-01-03  Vadim Zeitlin1. wxTreeCtrl::SetBackgroundColour() works (with new...
1999-12-29  Vadim Zeitlin1. some minor compilation fixes in datetime.cppm
1999-12-16  Guillermo Rodrigue... Fix for mingw32 compilation (replaced #ifdef NM_CUSTOMD...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-01  George TaskerwxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast...
1999-11-30  Vadim ZeitlinwxTreeCtrl::IsVisible() fix
1999-11-09  Julian SmartMisc small fixes
1999-11-02  Vadim Zeitlinend label edit patch from Ricky Gonzales <gonzales...
1999-10-31  Julian SmartFixes for VC++ 4 compilation; fixed wxCommandEvent...
1999-10-15  Vadim Zeitlinresolved a conflict
1999-10-14  Julian SmartAdded sqltypes.h (for Cygwin b20), some other Cygwin...
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-13  Unknown (CR)Added item clicks event support
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
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...
next