Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / xrc / xh_toolb.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-10-25  Vadim ZeitlinInclude wx/xml/xml.h from the XRC handlers that need it.
2012-07-20  Václav SlavíkCall Realize() later in XRC toolbar handler (patch...
2011-10-20  Vadim ZeitlinAdd "checked" property for toolbar tool elements in...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-01-18  Vadim ZeitlinAdd support for stretchable spacers to XRC wxToolBar...
2009-12-09  Stefan Csomormake sure it is compilable w/o menus (eg on iPhone)
2009-05-05  Václav Slavíkuse <bitmapsize> to load bitmaps at the specified size...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2008-12-03  Vadim Zeitlincompilation fixes for PCH-less build after r57074
2008-12-02  Vadim Zeitlinreplace asserts in XRC code with wxLogError/Warning...
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-09-30  Václav SlavíkwxToolBar XRC handler should call SetupWindow() to...
2008-07-06  Vadim Zeitlindon't use deprecated wxToolBar::AddTool() overload...
2007-05-26  Vadim Zeitlinfix typo: s/radion/radio/
2006-10-31  Vadim Zeitlinrecognize wxTB_TOP/LEFT/RIGHT/BOTTOM styles too
2006-10-03  Vadim Zeitlinfixes for compilation with wxUSE_XXX==0 and some other...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-02-08  Vadim Zeitlinadded support for <bg> tag for toolbars in XRC
2006-02-08  Vadim Zeitlinadded support disabled tag for toolbar elements in XRC
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2004-10-19  Václav Slavíkadded wxTB_HORZ_TEXT
2004-10-14  Václav Slavíkadded wxTB_HORZ_LAYOUT
2004-09-23  Václav SlavíkwxUSE_XRC implies wxUSE_XML now
2004-09-22  Ryan NortonwxUSE_XML and wxUSE_XRC build fixes if expat is not...
2004-09-18  Václav Slavíkmoving XRC to the core
2004-06-11  Włodzimierz SkibawxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND...
2004-05-12  Julian SmartAdded window styles to wxToolBar handler.
2003-06-18  Václav Slavíkmake it possible to not attach toolbars to frames ...
2003-06-12  Václav Slavíkadded wxRTTI to XRC handlers (patch #752996 by David...
2003-01-18  Václav Slavíkupdated wxToolBar handler to support new wxToolBar...
2002-08-20  Václav Slavík1. minor rewrite of XRC's stock_id/stock_client handlin...
2001-12-29  Václav Slavíkuse a programmer-friendly macro for subclassing
2001-12-27  Václav SlavíkChanges to the XRC library:
2001-11-23  Václav Slavíkcosmetic change: XML resource -> XRC resource
2001-08-25  Václav Slavíkfixed a canonical example of Stupid Bug(tm)
2001-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h