Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / toolbar / toolbar.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-31  Vadim ZeitlinRemove remaining occurrences of wxUSE_XPM_IN_MSW.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-11-28  Vadim ZeitlinDon't hardcode the number of toolbar tools in the toolb...
2011-11-28  Vadim ZeitlinCorrected handling of wxTB_HORZ_TEXT in the toolbar...
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-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-12-28  Vadim ZeitlinEnsure that frame is re-laid out when its toolbar is...
2009-12-28  Vadim ZeitlinCorrect initial value of "Toggle toolbar" check menu...
2009-12-22  Vadim ZeitlinRemove the test of erase background events from the...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-07  Vadim ZeitlinGenerate erase background events for native controls...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlincompilation fix after wxLoadFileSelector() changes
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2008-06-24  Paul Cornettfix crash on exit, after hiding search tool then toggli...
2008-04-18  Robert RoeblingReverted accidental change
2008-04-18  Robert RoeblingLayout improvements for CalendarCtrl
2008-03-27  Vadim ZeitlinMSW fixes for the last change: call Realize() after...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-02  Vadim Zeitlinadd test for setting toolbar background colour
2008-03-02  Vadim Zeitlinreverted the last 2 changes to this file, the border...
2007-11-09  Robert RoeblingMore attempts to better support theme borders
2007-11-09  Robert Roeblingadded test for simplistic control with border
2007-06-20  Julian SmartFixed uninstalled toolbars in native toolbar mode,...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-02-08  Vadim Zeitlinremove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-12-12  Robert Roebling Add a few more controls to the toolbar.
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-10-21  Vadim Zeitlinremoved OnToolEnter() handler which interfered with...
2006-10-10  Włodzimierz SkibaWarning fixes and minor source cleaning.
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-08-23  Václav Slavíkremoved wxUSE_TOOLBAR_SIMPLE leftovers from the main...
2006-06-25  Vadim Zeitlinadded a possibility to test how a custom bitmap appears...
2006-06-04  Vadim Zeitlinchanged menu accels to not clash with menubar ones
2006-05-28  Vadim Zeitlinadded wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
2006-05-18  Robin DunnReverted mistaken check-in
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-01-26  Włodzimierz SkibaBetter #include
2005-08-23  Włodzimierz SkibawxOS2/OW warning and build fixes.
2005-08-01  Vadim Zeitlindon't crash when showing vert toolbar when horz one...
2005-07-31  Vadim Zeitlindon't call SetSize when creating the 2nd toolbar, this...
2005-03-27  Vadim Zeitlinapplied heavily modified patch 1116702: support for...
2005-02-06  Mattia Barbon Miscellaneous compilation and warning fixes.
2005-01-02  Vadim Zeitlinadded TOOL_RCLICKED test
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-01  Włodzimierz Skiba-1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE-...
2004-05-27  Julian SmartPosition change - still can't use default size for...
2004-05-27  Julian SmartUse status bar even for WinCE; use standard frame style
2004-05-25  Julian SmartMore name changes
2003-10-22  Vadim Zeitlinmoved text creation after tbar creation
2003-09-26  Vadim Zeitlinadded tests for toggling radio buttons
2003-09-26  Vadim Zeitlinshow wxTB_HORZ_LAYOUT in action
2003-09-11  Julian SmartAdd longtool tip for a button in wxToolBar test
2003-07-31  Julian SmartSuppressed some flicker in standard wxToolBar
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-03-27  Mattia Barbon Removed some old cruft from wxBitmap, moved wxMotif...
2003-02-18  Julian SmartApplied patch [ 681893 ] Combobox in toolbar
2003-01-01  Vadim Zeitlinadded a test for check tbar buttons state
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Vadim Zeitlinno changes
2002-09-10  Vadim Zeitlinuncomment SetMargins() call which works now (the person...
2002-07-23  Vadim Zeitlinadded test for toggling the main toolbar
2002-06-14  Chris Elliottcomment added to toolbar to say using BMPs uses less...
2002-03-30  Robert Roebling Rewrote wxToolBar another time.
2002-03-26  Vadim Zeitlinmade radio buttons and the toolbat text work for Win32...
2002-03-25  Vadim Zeitlintests for the new toolbar features (icons text and...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-02-27  Vadim Zeitlinremoved the SetMargins call
2002-02-24  Julian SmartFixed conflicts with Robert's similar fixes; fixed...
2001-10-30  George TaskerAll occurances of #include <wx/wxprec.h> changed to...
2001-05-27  Vadim Zeitlinfixed bug reported in patch 427696 (incorrect toolbar...
2001-05-08  Václav SlavíkShowFullScreen is not MSW-only anymore, updated docs...
2000-12-16  Robert Roebling Applied colour patch for better 8-bit support,
2000-11-24  Vadim Zeitlin1. added wxGTK::wxToolBar::SetToolShortHelp() and test...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-08  Julian SmartAdded ShowFullScreen call (MSW only)
2000-01-15  Vadim Zeitlinadded demo for bitmaps of different size
1999-12-16  Vadim Zeitlin1. wxMotif toolbar works; the toggle buttons have the...
1999-12-16  Vadim Zeitlinsmall fix to the sample
1999-12-15  Vadim Zeitlintesting wxToolBarSimple
1999-12-15  Vadim Zeitlinsupport for multiple rows in Win32 native toolbar
1999-12-14  Vadim Zeitlinadded support for vertical toolbars for MSW - seems...
1999-12-13  Vadim Zeitlinupdated the sample and renamed the files