Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / treectlg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-11  Stefan Csomormore specific solution to tooltips appearing on neighbo...
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinMore compilation fixes after wxNOEXCEPT introduction.
2012-11-04  Vadim ZeitlinUpdate tree control layout in EditLabel() for wxOSX...
2012-10-07  Vadim ZeitlinAdd a possibility to beep on no match to wxGenericTreeCtrl.
2012-10-07  Vadim ZeitlinFix return value of wxGenericTreeCtrl::FindItem().
2012-10-07  Vadim ZeitlinHandle successive key presses better in wxGenericTreeCt...
2012-10-07  Vadim ZeitlinRecognize "_" as alphanumeric key in wxGenericTreeCtrl...
2012-10-07  Vadim ZeitlinFix spurious label editing in generic wx{List,Tree...
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-09-27  Vadim ZeitlinUse SelectAll() instead of SetSelection(-1, -1).
2012-09-19  Stefan Csomorfixing incorrect scrolling - which happened at least...
2012-09-18  Vadim ZeitlinShow tooltips for the too long items in generic wxTreeCtrl.
2012-02-19  Stefan NeisSpelling fixed for comments and a wxASSERT_MSG. Fixes...
2012-01-17  Dimitri SchoolwerthFixed keyboard navigation in generic tree control.
2012-01-03  Vadim ZeitlinFix child selection in multi-selection generic wxTreeCtrl.
2011-04-25  Robin DunnFix the size of the tree's text editing box on Cocoa
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-02-25  Julian SmartAdded wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-09-22  Steve LamertonSend generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN...
2010-06-20  Vadim ZeitlinUse wxFont::Bold() in wxGenericTreeCtrl instead of...
2010-05-06  Vadim ZeitlinMake keyboard navigation in generic wxTreeCtrl more...
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-28  Vadim Zeitlinsimplify ScrollTo()
2009-06-06  Vadim Zeitlinfix bug in generic wxTreeCtrl: calling SelectItem(true...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-02-28  Robert RoeblingNever show tree lines when there are tree buttons under...
2009-02-19  Robert RoeblingIf a selected item is about to be deleted, try to selec...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-25  Vadim ZeitlinMac build fixes after latest change (closes #10433)
2009-01-25  Vadim Zeitlinuse GetBoundingRect() for the in place text control...
2009-01-25  Vadim Zeitlincorrections to size calculations for state images ...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-10-20  Paul Cornettfix for assert failure when first paint event occurs...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-20  Vadim Zeitlinuse renderer for drawing the item background on ports...
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-09-13  Vadim Zeitlinno real changes, just some reformatting
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-07-29  Stefan CsomorOSX regrouping
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-24  Václav Slavíkno need to export private list/arrays of generic contro...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-04  Václav Slavíkfixed wxGenericTreeCtrl::DoThaw to call base class...
2008-02-12  Vadim Zeitlinuse platform-specific styles in xTR_DEFAULT_STYLE but...
2008-01-10  Robert RoeblingApplied [ 1867939 ] fixes for wxTreeCtrl crashes when...
2008-01-10  Robert RoeblingSimplified code and applied [ 1867939 ] fixes for wxTre...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-01  Stefan Csomorfont updates
2007-11-20  Stefan Csomormac cleanup
2007-10-20  Vadim Zeitlindon't update the tree unnecessarily in Expand/CollapseA...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-07  Vadim Zeitlindon't create m_dottedPen with an invalid 0 style which...
2007-07-21  Vadim Zeitlincorrect the last patch: we should compare wxGenericTree...
2007-07-18  Vadim Zeitlindon't assert when right/down cursor arrows are used...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-05  Robert Roebling Compilo.
2007-04-26  Robin Dunninvalidate the best size when adding or deleting items
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-01-07  Kevin OllivierGeneric list and tree ctrl should not use the focused...
2006-12-02  Vadim Zeitlinmore woodoo in DoGetBestSize() to get rid of tree borde...
2006-11-27  Vadim Zeitlincache the best size in overridden DoGetBestSize()
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-19  Kevin OllivierImplement wxRendererMac::DrawItemSelectionRect and...
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-11-12  Julian SmartGTK+1 fix
2006-11-11  Robert Roebling Added native selection rectangle drawing.
2006-11-04  Julian SmartGeneric fix for full row highlight
2006-11-04  Stefan Csomorremoving additional offset - why did this ever work ?
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-24  Kevin OllivierUse the same selection highlight and text colors as...
2006-10-14  Robert Roebling Remove tree control lines unconditionally under
2006-09-24  Robert Roebling [ 1563875 ] wxTreeCtrl::FindItem asserts when item...
2006-09-19  Robert Roebling Fixed [ 1558015 ] No deselection event from wxGeneric...
2006-09-17  Robert Roebling Remove debug code.
2006-09-13  Robert Roebling More RTL work.
2006-09-12  Robert Roebling Reverse Left and Right meaning of keys.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-08-19  Vadim Zeitlinupdate the item width when making it bold, otherwise...
2006-07-25  Vadim Zeitlingenerate middle click events (patch 1521314)
2006-07-24  Vadim Zeitlinfixed typos in last check in
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-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
next