made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly...
[wxWidgets.git] / samples / treectrl / treetest.cpp
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,
1999-10-05  Robert Roebling Updated configure (not only configure.in)
1999-10-02  Robert Roebling Added test for wxTreeCtrl::GetChildrenCount()
1999-09-30  Vadim Zeitlinfixed compilation and added support for all 4 images...
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-08-18  Sylvain Bougnouxchange some #ifdef
1999-08-06  Robert Roebling Minor changes to samples.
1999-07-30  Vadim ZeitlinwxMSW::wxTreeCtrl has multiple selection too (somewhat...
1999-07-23  Vadim Zeitlin1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT...
1999-07-19  Robert Roebling Updated testconf
1999-07-16  Sylvain Bougnouxcheck wxUSE_LIBJPEG
1999-07-16  Sylvain Bougnouxflag use of multiple selection for MSW
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-03  Robert Roebling TreeCtrl indentation and spacing
1999-04-12  Vadim ZeitlinHitTest test added
1999-03-24  Vadim ZeitlinCollapseAndReset() fixed
1999-03-23  Vadim ZeitlinEnsureVisible() also expands the parent items
1999-02-19  Julian SmartAdded George Tasker's forward slash fix to file dialog...
1999-01-31  Julian SmartVarious small fixes
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-20  Vadim Zeitlinmissing functions implemented in wxMSW tree ctrl (custo...
1998-12-18  Vadim ZeitlinwxTreeCtrl::Sort() changed, adapted the sample to show it.
1998-12-17  Vadim Zeitlin1. added wxTreeCtrl::DeleteChildren()
1998-12-16  Robert Roebling Added layout constraints call to wxNotebook
1998-12-08  Vadim Zeitlinuncommented some code which works now
1998-12-07  Vadim Zeitlin1. wxNotebook::GetPageCount() returns only the number...
1998-12-07  Robert Roebling Keyboard navigatino in tree ctrl
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-11-30  Vadim Zeitlin1. added wxTreeCtrl::SetItemBold and IsBold, updated...
1998-11-26  Vadim ZeitlinwxTreeCtrl::Delete() bug corrected, sample expanded...
next