Fixed copyrights and licence spelling
[wxWidgets.git] / src / common / tbarbase.cpp
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-03  Vadim Zeitlinfixed spurious assert in FindControl() (fixes patch...
2003-01-27  Vadim Zeitlinadded Add/InsertTool() (patch 672032)
2002-06-02  Robert Roebling Removed hack in Toolbar that breaks UI updates under...
2002-05-31  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-03-30  Robin DunnDon't set the longhelp in the statusbar if there isn...
2002-03-25  Vadim Zeitlinimplemented (but it doesn't work yet) the radio buttons...
2002-03-17  Vadim Zeitlinclear the frame statusbar when the mouse leaves the...
2002-02-28  Vadim Zeitlinfixes to toolbar, seems to work
2002-02-27  Vadim Zeitlin[start of] a wxUniversal implementation of wxToolBar
2002-02-26  Vadim Zeitlinfixed a few warnings
2002-02-25  Julian SmartChanged greying out to very crude algorithm, just drain...
2002-02-25  Julian SmartAdded middle mouse event macros to wxListCtrl doc;...
2002-02-16  Mattia BarbonFixed toolbar crash for MinGW/Cygwin
2002-02-13  Vadim Zeitlinreturn NULL from FindById() if the tool wasn't found...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  Vadim ZeitlinwxCommandEvent::IsChecked() now returns the toolbar...
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-05  Julian SmartRemoved wxFindFocusDescendant for non-wxMSW platforms.
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
1999-12-17  Vadim Zeitlinadded wxToolBar::SetToolClientData
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-12  Vadim Zeitlincompilation fix
1999-11-12  Vadim Zeitlincompilation fix
1999-11-12  Vadim Zeitlincontrols can now be put in the toolbars (MSW only so...
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-10  Vadim Zeitlinunitialized var initialized (mainly to reduce Purify...
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-02-27  Vadim Zeitlincompilation fix
1999-02-27  Vadim Zeitlinunused param warning suppressed
1999-02-16  Robert Roebling Applied Russel's changes to wxToolBarBase
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-30  Julian SmartMSWOnMouseMove arg bug in toolbar; compile bug in regco...
1998-07-27  Julian SmartChanged event type ids to constants instead of enum...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Julian SmartNew toolbar event processing
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-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-05-21  Julian Smart*** empty log message ***