]> git.saurik.com Git - wxWidgets.git/history - src/generic/treectlg.cpp
Aqua gets Aqua tree buttons automatically now.
[wxWidgets.git] / src / generic / treectlg.cpp
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
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-12  Vadim Zeitlinattempt to fix crash in tree ctrl
2000-09-12  Vadim Zeitlinfixed bug in mouse handling
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-25  Julian SmartAdded some casts in hopes of fixing HP compilation...
2000-08-25  Julian SmartTypo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG
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 text editor now has simple boder...
2000-08-04  Julian SmartGeneric tree control fixes
2000-08-04  Julian SmartRenamed generic tree control.