Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / treectrl / treetest.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-31  Vadim ZeitlinChange wxMSW wxTreeCtrl::DoFreeze() to not hide the...
2013-02-06  Vadim ZeitlinDon't show log menu tiems in the tree control sample...
2012-12-01  Paul Cornettuse stock colour/pen/brush objects in samples
2012-10-07  Vadim ZeitlinAdd a possibility to beep on no match to wxGenericTreeCtrl.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-10-24  Vadim ZeitlinDon't send wxEVT_COMMAND_TREE_ITEM_MENU event without...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinAdd a test for selecting the last item in the tree...
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-19  Vadim Zeitlinadded wxTreeCtrl::GetFocusedItem() (closes #10859)
2009-05-31  Vadim Zeitlinimprove wxTreeCtrl::ScrollTo() behaviour in the generic...
2009-04-16  Vadim Zeitlindefine constants for the number of items in the tree...
2009-03-16  Vadim Zeitlinadd a menu item to test setting focus (see #626 comment:42)
2009-02-17  Vadim Zeitlinadd event.Skip() in EVT_CONTEXT_MENU handler
2009-01-25  Vadim Zeitlinfix state images after changing their style (see #9591)
2008-10-17  Robert RoeblingUse xpms for checked/unchecked states instead of drawin...
2008-09-14  Vadim Zeitlinuse transparent icons and clear the DC before drawing...
2008-09-03  Vadim Zeitlintest showing parent/sibling items too (#9903)
2008-06-24  Robert RoeblingCompilation
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-05-24  Vadim Zeitlincompilation fix after the last change
2008-05-23  Vadim Zeitlincorrect toggling of the selected icon (closes 4029)
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-04-10  Vadim Zeitlinadded a menu command to clear log
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-03-30  Vadim Zeitlindisable select root menu command when the root is hidden
2007-03-11  Paul Cornettfix assertions on invalid items
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2007-01-07  Vadim Zeitlinreturn correct item and position from wxTreeEvent:...
2006-11-04  Vadim Zeitlintest GetBoundingRect()
2006-10-22  Vadim Zeitlinshow the item for which the context menu is shown correctly
2006-10-02  Paul Cornett64-bit warning fixes
2006-09-24  Vadim Zeitlinmake log messages more readable
2006-09-24  Robert Roebling Added test to reproduce [ 1541148 ] wxTreeCtrol:...
2006-08-03  Vadim Zeitlinmake control children of a panel and not directly the...
2006-07-25  Włodzimierz SkibaFinal steps to move to common icon.
2006-07-16  Stefan NeisUse xpm for PM port on OS/2 as well.
2006-07-10  Václav Slavíktest changing of selected item's icon in DoToggleIcon...
2006-03-24  Włodzimierz SkibaPRIOR/NEXT build fixes.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-21  Kevin HockAdd comment to ITEM_MENU reflecting why it's the best...
2005-04-06  Vadim Zeitlintest EVT_TREE_ITEM_RIGHT_CLICK as well
2005-04-05  Vadim Zeitlinlog right mouse down/up events too
2005-04-03  Vadim Zeitlinmake it possible to change the text of the item being...
2005-03-18  Vadim Zeitlinadded EVT_TREE_ITEM_MENU test
2005-03-18  Vadim Zeitlinavoid asserts from calling isprint(c) with non ASCII c
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-06  Ryan NortonRevert files to previous version that were affected...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-21  Włodzimierz SkibawxUSE_LOG fixes and sizer adjustements related to posit...
2004-06-13  Dimitri Schoolwerthreplaced menu calls Append([...], true) with the less...
2004-05-20  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-02-29  Mattia Barbon Compilation fixes.
2004-02-12  Vadim Zeitlinadded Select() test
2003-12-11  Julian SmartApplied patch [ 846809 ] Cleaning of 11 samples
2003-10-24  Vadim Zeitlinfixed crash on startup under GTK
2003-09-21  Vadim Zeitlinadded IsVisible() test
2003-09-11  Julian SmartAdd longtool tip for a button in wxToolBar test
2003-07-23  Mattia Barbon various compilation/warning fixes.
2003-07-20  Vadim Zeitlinfixes for deprecated warnings
2003-07-10  Vadim Zeitlinadded state image support (patch 530155)
2003-05-01  Julian SmartReset m_lastItem to avoid crashes
2003-04-02  Julian SmartApplied [ 703017 ] TreeCtrl sample build fails when...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-08  Václav SlavíkUnicode compilation fixes for treectrl sample
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-07-08  Vadim Zeitlinmade the validation message more clear
2002-06-14  Chris Elliotttreectrl sample modified to use XPMs
2002-04-08  Julian SmartBC++ 32-bit makefile now copies setup.h to the correct...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-16  Vadim Zeitlinenhanced sample to show the state of the different...
2002-03-16  Vadim Zeitlincompilation fix
2002-03-12  Julian SmartFinally reverted treectrl name back to treetest after...
2000-03-14  Ron Leerenamed treectrl sample
2000-03-10  Vadim Zeitlinchanged default image size to 16
2000-03-05  Julian SmartFixed blatant non-initialisation bug
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-02-29  Vadim Zeitlin1. fruitless attempts to reproduce wxNotebook bug in...
2000-02-23  Vadim Zeitlinmultiple/single sel mode can now be toggled from menu
2000-02-21  Sylvain Bougnouxtiny fixes
2000-02-18  Vadim Zeitlinadded dnd support to generic wxTreeCtrl
2000-02-16  Vadim Zeitlincompilation fix for the generic version
2000-02-15  Vadim Zeitlin1. dnd demo in treetest
2000-01-03  Vadim Zeitlinadded test of bg colour in the tree sample
1999-12-29  Vadim Zeitlin1. added test for wxTreeCtrl::Insert(size_t index)
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-10-10  Robert Roebling TreeTest compiles again,
next