STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / msw / treectrl.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinfixes to allow dragging in multiselection tree ctrl...
2003-07-10  Vadim Zeitlinadded state image support (patch 530155)
2003-07-10  Vadim Zeitlinkeep selected image in sync with the normal one if...
2003-06-12  Robin DunnPatch #753465 a fix for Bug#750363.
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-21  Julian SmartApplied patch [ 740012 ] GetKeyState returns 16-Bit...
2003-05-13  Julian SmartRationalised style handling in tree control
2003-01-25  Ron LeeUpdate wxList operators, TRUE, FALSE.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinfixed bug with wxTR_EDIT_LABELS not working with xwTR_M...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-17  Vadim Zeitlinreset virtual root to NULL in DeleteAllItems()
2002-12-09  Vadim Zeitlinfixed warning about unused var
2002-12-09  Vadim Zeitlinfixed annoying beep when pressing space/return in the...
2002-12-08  Václav SlavíkFixed EVT_TREE_SEL_CHANGED and _CHANGING under MSLU...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-04  Vadim Zeitlinuse standard colour for the selected tree item text...
2002-08-31  Julian SmartApplied patch [ 599043 ] fix for wxTreeCtrl/MSW right...
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-06-07  Vadim Zeitlinfix tree icon refresh after collapsing a branch (patch...
2002-05-17  Vadim Zeitlinmade SetItemText() work for the item which we're about...
2002-04-16  Mattia BarbonMoved text control subclassing code inside MSWOnNotify.
2002-04-12  Vadim Zeitlinalways handle Enter ourselves while editing tree ctrl...
2002-04-09  Václav Slavíkfixed incorrect wxCHECK (was a wrong negation before)
2002-04-07  Václav SlavíkDon't allow expanding/collapsing hidden root
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-03-17  Václav Slavíkrestored old casts (there was a reason for them)
2002-03-16  Vadim Zeitlinanother minor fix for wxTR_HIDE_ROOT case
2002-03-16  Vadim Zeitlinfix for GetParent() in wxTR_HIDE_ROOT case
2002-03-16  Vadim Zeitlinadded support for wxTR_HIDE_ROOT style (patch 529614)
2002-02-16  Vadim Zeitlinrefresh the item whose image depends on the expanded...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-23  Vadim Zeitlinfixed handling of the items with indirect data broken...
2001-12-23  Vadim Zeitlinfixed sorting the items which have indirect data (i...
2001-12-18  Vadim Zeitlincompilation fix for old mingw32
2001-12-17  Václav Slavíkapplied patch that adds wxTR_FULL_ROW_HIGHLIGHT to...
2001-12-15  Vadim Zeitlinfixed flicker in wxTreeCtrl::SetItemXXX()
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-09-24  Vadim Zeitlinpass correct key code in TREE_KEY_DOWN event
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++
next