added support for gcc precompiled headers
[wxWidgets.git] / include / wx / generic / treectlg.h
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...