Allow handling EVT_UPDATE_UI for wxID_UNDO/REDO at wxDocument level.
[wxWidgets.git] / src / common / tbarbase.cpp
2011-12-29  Vadim ZeitlinDon't send idle events to the windows about to be destr...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-01-05  Paul Cornettmove variable definitions to more appropriate places...
2010-07-08  Julian SmartRespect wxUSE_MENUS in toolbar base classes
2009-12-26  Vadim ZeitlinNo changes, just fix a typo in and rephrase a comment.
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
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-01-29  Vadim Zeitlinuse HandleWindowEvent() instead of ProcessEvent() to...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-09-21  Vadim Zeitlindon't waste time sending out update UI events for separ...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-20  Francesco Montorsifix header files so that they can be included directly...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-16  Vadim Zeitlindon't waste time updating state of tools in a hidden...
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-02-16  Robin DunnFix for Bug #1432054: ToolBar controls not removed...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-12  Julian SmartwxFrameBase doesn't have wxRTTI so don't test for it, or
2005-04-02  Vadim Zeitlinchanged wxCreateGreyedImage() to respect the original...
2005-03-27  Vadim Zeitlinuse image mask colour if any instead of guessing that...
2005-03-25  Robert Roebling Initialized vars to something in wxToolBarBase.
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-01-06  Włodzimierz SkibaOld API clearly deprecated. Source cleaning.
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-16  Vadim Zeitlinreset parent frame tool/status bar pointer automaticall...
2004-10-14  Włodzimierz SkibaFix to the crash in all MSW/OpenWatcom apps using toolb...
2004-09-23  Robin DunnFix from Jed Burgess that correctly untoggles radio...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-20  Robert Roebling Don't do toolbar and menu UI updates if
2004-02-19  Robert Roebling Don't update toolbar UI if the parent will
2004-01-11  Julian SmartReverted bad fix.
2004-01-11  Julian SmartApplied patch [ 850483 ] Toolbar bugfix (Mac)
2003-12-17  Robin DunnwxPython needs wxRTTI info for wxToolBarToolBase in...
2003-09-27  Vadim Zeitlinfixes to radio button handling (patch 803360)
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-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  David Elliottinclude "wx/toolbar.h" instead of tbar(base|smpl).h
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-06-30  Julian SmartAdded optional event sink for use with dynamic event...
2003-05-21  Julian SmartApplied patch [ 689188 ] adds wxToolBar::GetToolPos
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
next