Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / aui / auibar.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-27  Stefan NeisNo real changes, just spelling fixes. Closes #14998.
2013-01-21  Vadim ZeitlinAdd wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style.
2012-11-10  Vadim ZeitlinDisallow drop downs on AUI check buttons.
2012-11-06  Vadim ZeitlinFix regression with wxAuiToolBar gripper and overflow...
2012-10-29  Vadim ZeitlinGet rid of wxAuiToolBar::m_style and just use base...
2012-10-27  Vadim ZeitlinAdd wxAuiToolBar::Create().
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-04-16  Vadim ZeitlinReset hover item when mouse leaves wxAuiToolBar.
2012-02-29  Vadim ZeitlinMove checks for m_art != NULL before code using m_art...
2012-01-31  Stefan Csomorrevert to using Update()
2012-01-30  Stefan Csomorattempt to isolate which Update() calls are necessary...
2011-12-16  Vadim ZeitlinUse IsThisEnabled() to test if AUI child is enabled...
2011-12-01  Paul Cornettfix warning about missing return statement, closes...
2011-12-01  Paul Cornettremove unused variables
2011-10-30  Vadim ZeitlinPerform wxAuiToolBar idle updates from UpdateWindowUI...
2011-10-30  Vadim ZeitlinGenerate right click events for all kinds of items...
2011-10-30  Vadim ZeitlinChange variables naming convention in wxAUI code.
2011-10-27  Vadim ZeitlinNo changes, just remove redundant code.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-09  Vadim ZeitlinDon't duplicate wxImage::ConvertToDisabled() in wxAUI...
2011-05-14  Vadim ZeitlinCorrect the drawing of check tools with a drop down...
2011-05-14  Vadim ZeitlinReset the checked state of the first radio item in...
2011-05-14  Vadim ZeitlinDraw wxAuiToolbar button text even if it has no bitmap.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-03  Vadim ZeitlinDon't name variables "id" in public headers.
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-09-29  Vadim ZeitlinImprove mouse handling code in wxAuiToolBar.
2010-07-23  Vadim ZeitlinAdd support for auto-orientable toolbars to AUI.
2009-12-02  Paul Cornettmake array data fully const
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-06-04  Vadim Zeitlinuse wxAutoBufferedPaintDC to avoid needlessly double...
2009-05-14  Benjamin Williamsin wxAuiToolBar, make certain that IsChecked() returns...
2009-04-30  Vadim Zeitlincompilation fix after wxMouseState changes (closes...
2009-04-16  Benjamin Williamsimplement default width for toolbar labels
2009-04-15  Julian SmartFixed a bug whereby setting one element size set all...
2009-03-27  Benjamin Williamsapplied patch fixing border problem (#10171)
2009-03-25  Benjamin Williamsadded ability to set tool alignment (#10174)
2009-03-25  Benjamin Williamsadded missing getters to wxAuiToolBar (#10182)
2009-03-25  Benjamin Williamsfix incorrect application of styles (#10171)
2009-03-25  Benjamin WilliamswxAuiToolbar properly handles items with wxID_ANY ...
2009-03-18  Benjamin Williamsadded wxITEM_RADIO support to wxAuiToolbar (applied...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-10-06  Vadim Zeitlinset svn properties correctly
2008-10-01  Benjamin Williamsapplied patch from ticket 10015; wxToolBar compatibility
2008-09-05  Stefan Csomormaking things build under osx-cocoa as well
2008-09-03  Benjamin Williamsfix small logic error
2008-09-03  Benjamin Williamsfixed a problem in the aui toolbar flags
2008-09-03  Benjamin Williamsmake members private in various wxAuiToolBar helper...
2008-09-02  Vadim Zeitlinuse {short,long}_help_string parameters of AddTool...
2008-08-25  Vadim Zeitlinuse UnsetToolTip() instead of SetToolTip(NULL) to fix...
2008-08-25  Vadim Zeitlindon't use deprecated wxMenuItem ctor and don't use...
2008-08-25  Vadim Zeitlinchanged wxAuiBlendColour() to work with unsigned chars...
2008-08-24  Benjamin Williamsfix undefined variable color to colour
2008-08-24  Benjamin Williamsdon't use MacSetTheme()
2008-08-24  Benjamin Williamsfixed include problem
2008-08-24  Benjamin Williamsadded wxAuiToolBar