warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / generic / treectlg.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-11  Stefan Csomorcorrected hit-testing for mac
2003-08-11  Vadim Zeitlintrying to fix the generic tree appearance problems
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Vadim Zeitlincompilation fix for VC6
2003-07-20  Vadim Zeitlinfix for bug introduced in GetNextChild() yesterday
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-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-10  Vadim Zeitlinfixes to allow dragging in multiselection tree ctrl...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Robert Roebling Corrected wxTreeCtrl and wxListCtrl end_label_edit...
2003-05-09  Julian SmartFixed crash in EnsureVisible in wxTR_HIDE_ROOT mode
2003-05-01  Julian SmartImplemented delayed selection (e.g. after adding the...
2003-04-17  Julian SmartDisabling code that causes display glitch on Mac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-19  Robin DunnApplied a modification of Patch #704995 which changes...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-25  Stefan Csomorm_y of generic tree item was only a short, which unnece...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
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-09-02  Vadim Zeitlingenerate key events for Space/Enter in addition to...
2002-08-23  Vadim Zeitlinfixed crash when calling Delete(root) and also when...
2002-08-23  Julian SmartMisc mods for feedback from Marcin Wojdyr <wojdyr@if...
2002-07-08  Vadim Zeitlinreally remove the selection when Unselect() is called
2002-07-08  Vadim Zeitlinfix crash when the user code refuses to validate the...
2002-06-30  Václav Slavíkfixed hidden root expansion in extreme usage case
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-06  Vadim Zeitlinmake the incremental kbd search wrap to the beginning...
2002-06-06  Robin DunnFix for compilation error in Unicode mode
2002-06-04  Robin DunnFixed a strange MSVC compile error (C2253) It thought...
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
2002-05-15  Julian SmartDon't call a function that might do drawing when settin...
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-06  Robert RoeblingFixed tree control redraw bug, which had nothing
2002-04-09  Václav Slavíkdon't allow expanding/collapsing hidden root node
2002-03-17  Václav Slavíkuse Calc(Un)ScrolledPosition instead of wxClientDC
2002-03-12  Václav Slavíkfixes to refreshing code in wxTreeCtrl
2002-02-21  Vadim Zeitlinapplied patch for calculating the tree items size with...
2002-02-20  Vadim Zeitlinfixed SetForegroundColour() for the generic tree ctrl
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-12  Vadim Zeitlinmade XPMs const
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-05  Václav Slavíkfix order of initializiton of rootless treectrl
2002-01-03  Vadim Zeitlindon't crash in UnselectAll() if the tree has no root
2001-12-17  Robert RoeblingSmooth Aqua buttons in wxTreeCtrl.
2001-12-17  Václav Slavíkapplied patch that adds wxTR_FULL_ROW_HIGHLIGHT to...
2001-12-15  Robert Roebling Aqua gets Aqua tree buttons automatically now.
2001-12-10  Robert Roebling Small optical fix.
2001-12-10  Robert Roebling Changed wxTreeCtrl to look Mac-like under Mac
2001-12-09  Robert Roebling Changed semantics of clicking beside the text control
2001-12-09  Vadim Zeitlinoops, a typo in the last commit
2001-12-09  Vadim ZeitlinItemHasChildren() should return TRUE for the items...
2001-12-07  Václav Slavíkfixed rendering of expanded nodes with exactly one...
2001-11-23  Václav Slavíkapplied Greg's refinment of hist treectrl patch
2001-10-16  Mattia BarbonChanged char* to wxChar* in wxColour constructor.
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-08-25  Vadim Zeitlintypo fix
2001-08-25  Vadim Zeitlinrefresh the tree ctrl when its back/foreground colour...
2001-08-21  Vadim Zeitlindouble click handling is finally correct in the treectrl
2001-08-21  Robert Roebling Fixed focus event problems with control derived
2001-08-20  Vadim Zeitlinallow user code to override key handling in wxTreeCtrl
2001-08-20  Vadim Zeitlinfixed text fg colour for selected but unfocused items
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-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-08-06  Vadim Zeitlinuse item colour when drawing the focused item if we...
2001-08-06  Vadim Zeitlindon't draw the focused item rect around the image
2001-08-06  Vadim Zeitlindon't draw the selected item background if we don't...
2001-08-02  Robert Roebling Fix tree control invalid pointer after drag bug.
2001-07-15  Robert Roebling Up-ported code to make tree item visible when program...
2001-07-14  Robert RoeblingMac-ify wxTreeCtrl further.
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-30  Robert RoeblingForgot ! in wxTreeCtrl flag test.
2001-05-29  Stefan Csomoradapted background color for mac
2001-05-27  Robert RoeblingwxTreeCtrl Mac look
2001-05-27  Robert Roebling Tried to make wxTreeCtrl on Mac look more Maccy....
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-05-01  Julian SmartRemvoed a yield in HitTest because of undesirable conse...
2001-04-24  Julian SmartCorrected include/wx/palette.h; added wxGenericTreeCtrl...
2001-04-18  Julian SmartNo longer paint the selection background under the...
2001-04-02  Vadim Zeitlinargh! patch misapplied the patch in another place as...
2001-04-02  Vadim Zeitlinoops... wrong patch, second try
2001-04-02  Vadim Zeitlinfix for clicking on the button from 2.2 branch
2001-02-22  Julian SmartChanged wxYield calls to wxYieldIfNeeded
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-21  Julian SmartModified treectrlg.cpp not to crash in HitTest if there...
2000-11-16  Vadim Zeitlinpatch from Mike Oliver <oliver@math.ucla.edu> to have...
2000-11-15  David WebsterNeed to define wxArrayGenericTreeItems as WX_DEFINE_WXP...
2000-11-10  Vadim Zeitlinapplied patches from Mike Oliver <oliver@math.ucla...
2000-10-17  Václav Slavíkadded automatic growing of in-place wxTextCtrls for...
2000-10-07  Vadim Zeitlin1. more warnings fixed
next