add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS...
[wxWidgets.git] / include / wx / generic / treectlg.h
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-11-01  Vadim Zeitlinalso assert in generic GetSelection() if the control...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-11  Robert Roebling Added native selection rectangle drawing.
2006-07-24  Vadim Zeitlindo nothing in Refresh() if the control is frozen
2006-07-24  Vadim Zeitlincall DoDirtyProcessing() from OnIdle() instead of using...
2006-07-03  Robin DunnExpandAll and ExpandAllChildren are in wxTreeCtrlBase...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-03-28  Włodzimierz SkibaLine-up deprecated interface of wxTreeCtrl between...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-10  Vadim Zeitlinremoved hardcoded DoGetBestSize() implementation; added...
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-30  Robert Roebling Commited SetHilightDropEffect patch.
2005-01-11  Włodzimierz SkibaOld API deprecated. Source cleaning.
2005-01-07  Robert Roebling Added way to specify in generic tree control
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2004-11-24  Robert Roebling Applied patch to stop crashing the tree control
2004-11-03  Václav Slavíkmade it possible to customize wxGenericDirCtrl, such...
2004-08-25  Robin Dunngive the generic tree and list controls a DoGetBestSize
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnUse wxVisualAttributes (partially #if'd out until teste...
2004-04-16  Vadim ZeitlinGetChildrenCount() should be const
2004-03-30  Vadim Zeitlinimplemented Freeze/Thaw() (patch 922156)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-10  Vadim Zeitlinimplemented SelectItem(item, bool); UnselectItem()...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-06  Vadim Zeitlinfixed HasButtons()
2003-08-03  Vadim Zeitlindon't draw buttons unless we have wxTR_HAS_BUTTONS...
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...
2003-07-20  Vadim Zeitlinfixes for deprecated warnings
2003-07-19  Vadim Zeitlinreplaced untyped hash with a typed one; 64 bit fixes...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-05-01  Julian SmartImplemented delayed selection (e.g. after adding the...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-10  Vadim Zeitlinremoved TABs
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-11  Julian SmartApplied patch [ 651287 ] adds missing wxTreeCtrl::GetEd...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-07-08  Vadim Zeitlinfix crash when the user code refuses to validate the...
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
2001-12-17  Robert RoeblingHeader change for smooth Aqua buttons in wxTreeCtrl.
2001-08-25  Vadim Zeitlinrefresh the tree ctrl when its back/foreground colour...
2001-08-20  Vadim Zeitlindraw the selected items in another colour when the...
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-07-04  Julian SmartAdded some missing tests; replaced scrolwin.cpp with...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-27  Robert RoeblingwxTreeCtrl Mac look
2001-05-27  Robert Roebling Tried to make wxTreeCtrl on Mac look more Maccy....
2001-04-24  Julian SmartCorrected include/wx/palette.h; added wxGenericTreeCtrl...
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-08-18  Julian SmartImplemented IsVisible and GetFirst/NextVisibleItem...
2000-08-07  Julian SmartAdded first stab at GetBoundingRect for generic tree...
2000-08-04  Julian SmartGeneric tree control fixes
2000-08-04  Julian SmartModified generic wxTreeCtrl to work under non-Unix...