Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / treectrl.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-10-07  Vadim ZeitlinAdd a possibility to beep on no match to wxGenericTreeCtrl.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2011-12-02  Vadim ZeitlinNo changes, just move wxTreeCtrlBase ctor to the source...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2009-06-19  Vadim Zeitlinadded wxTreeCtrl::GetFocusedItem() (closes #10859)
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
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-03-02  Vadim Zeitlinuse generic dialogs under Palm (generic.diff part of...
2007-08-15  Vadim Zeitlinno changes, just fix typos in comments
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-03-07  Vadim Zeitlinno changes, just a typo in SetItemImage() comment
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2006-07-02  Vadim Zeitlinadded ExpandAllChildrne() (patch 1498343)
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-05-18  Julian SmartFixed tree book controller sizing by invalidating size...
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-17  Włodzimierz SkibaWarning fix (instead of silencing int->short with typec...
2005-10-12  Mart RaudseppFix includes in wx/treectrl.h
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-05-04  Julian SmartAdded licence/copyright information
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-10-17  Stefan Csomorremoving RTTI classinfo #define redirections, not neede...
2003-10-02  Stefan NeisSwitches OS/2 back to generic ListCtrl and TreeCtrl...
2003-04-07  David ElliottUse the generic tree control for wxCocoa
2003-01-24  David WebsterSupport for new native OS/2 tree control.
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
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...
2000-08-04  Julian SmartGeneric tree control fixes
2000-08-04  Julian SmartModified generic wxTreeCtrl to work under non-Unix...
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-10-24  David Webster*** empty log message ***
1999-10-18  David Webster*** empty log message ***
1999-10-13  Unknown (CR)Added tree control item click event wrappers
1999-10-11  Robert Roebling Various distrib things,
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-07-28  David Webster*** empty log message ***
1999-07-24  Vadim ZeitlinwxTreeEvent is declared in one header, not 3 of them
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-09-29  Vadim Zeitlin1) wxGTK now use the new, native implementation of...
1998-08-15  Robert Roebling See last changelog
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Robert Roebling Added validation support
1998-08-10  Denis PershinDP: native wxTreeCtrl for GTK.
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision