Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / tbarbase.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-31  Vadim ZeitlinMake wxToolBar styles consistent and add wxTB_DEFAULT_S...
2012-03-10  Robin DunnMake the CreateTool factories be public so they can...
2012-01-09  Dimitri Schoolwerthno code changes, fixed some typos
2010-07-08  Julian SmartRespect wxUSE_MENUS in toolbar base classes
2010-04-16  Vadim ZeitlinAdd wxToolBar::GetToolByPos() method to access tools...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-10  Vadim ZeitlinNo changes, just refactor wxToolBarToolBase ctors.
2009-12-10  Vadim ZeitlinNo changes, just slightly simplify the tool insertion...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-09-12  Stefan Csomormaking state changing calls on tool virtual
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-20  Francesco Montorsifix header files so that they can be included directly...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-02-07  Robin DunnFix unused param warnings
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-01-21  Robin DunnRevert menus and toolbars to using wxNewId() too since...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-28  Vadim Zeitlinreturn const ref to label from GetLabel() and other...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-06  Włodzimierz SkibaOld API clearly deprecated. Source cleaning.
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-04  Robin DunnUsing a -1 (wxID_ANY) for menu or toolbar item IDs...
2003-12-17  Robin DunnwxPython needs wxRTTI info for wxToolBarToolBase in...
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-05-21  Julian SmartApplied patch [ 689188 ] adds wxToolBar::GetToolPos
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-27  Vadim Zeitlinadded Add/InsertTool() (patch 672032)
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-31  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-03-26  Vadim Zeitlinmade radio buttons and the toolbat text work for Win32...
2002-03-25  Vadim Zeitlinimplemented (but it doesn't work yet) the radio buttons...
2002-02-27  Vadim Zeitlin[start of] a wxUniversal implementation of wxToolBar
2002-02-25  Julian SmartAdded middle mouse event macros to wxListCtrl doc;...
2001-10-26  Vadim ZeitlinwxToolBarTool::IsXXX() should return bool, not int
2001-10-21  Vadim Zeitlinfixed "toolbar getting focus" bug for the (N+1)-th...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  Julian SmartCorrected recursive GetToolMargins()
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-02-23  Vadim Zeitlinfixed GetMargins() compilation
2001-02-23  Vadim Zeitlinadded GetMargins()
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-04  Julian SmartRemoved wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-17  David WebsterFixed a void* to wxObject* conversion error in a return...
1999-12-17  Vadim Zeitlinadded wxToolBar::SetToolClientData
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-12  Vadim Zeitlinunused param warning fixed
1999-11-12  Vadim Zeitlincontrols can now be put in the toolbars (MSW only so...
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-14  Ove KaavenAnd here
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-16  Robert Roebling Applied Russel's changes to wxToolBarBase
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-30  Julian SmartMSWOnMouseMove arg bug in toolbar; compile bug in regco...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-21  Julian Smart*** empty log message ***