Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / xrc / xh_sizer.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-10-19  Vadim ZeitlinAllow specifying all wxFlexGridSizer parameters in...
2012-10-01  Vadim ZeitlinFix assert about passing long as "%d" in wxXRC code.
2012-06-30  Vadim ZeitlinCreate wxStaticBoxSizer elements as children of wxStati...
2010-10-24  Vadim ZeitlinMake it easier to define custom wxSizerXmlHandler subcl...
2009-03-16  Václav Slavíkdetect and report errors in XRC specification of grid...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2008-12-24  Vadim Zeitlinalso call AddGrowableRow/Col() for wxGridBagSizer
2008-12-23  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow/Col() only after...
2008-12-02  Vadim Zeitlinreplace asserts in XRC code with wxLogError/Warning...
2008-06-26  Vadim Zeitlinstill support wxNB_XXX and wxADJUST_MINSIZE in XRC...
2008-05-22  Vadim Zeitlinadd handling of wxWrapSizer flags (part of ticket 9468)
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-03-05  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC
2007-12-21  Václav Slavíkfixed XRC handler for sizers to do the expected thing...
2007-12-12  Václav Slavíkfixed test for toplevel windows to use IsTopLevel...
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-03-30  Vadim Zeitlindon't use deprecated wxSizerItem::SetWindow/Sizer/Space...
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-01-18  Václav Slavíkcompilation fix for !wxUSE_STATBOX
2006-10-31  Vadim Zeitlinchecking that a wxWindow is of run-time type wxWindow...
2006-10-31  Julian SmartRemove unnecessary restriction for sizer parent
2006-10-03  Vadim Zeitlinfixes for compilation with wxUSE_XXX==0 and some other...
2006-09-04  Michael WetherellMissing headers.
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-05-31  Włodzimierz SkibaInclude wx/statbox.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-08  Vadim Zeitlindon't crash in case of unknown sizer type (coverity...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-27  Václav Slavíkadded XRC handler for wxStdDialogButtonSizer
2005-01-07  Václav Slavíkfixed condition for using #pragmas
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-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-11  Włodzimierz SkibawxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND...
2004-04-14  Robin DunnAdded wxSizerItem::SetMinSize that calls m_window-...
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnXRC needs to know about wxFIXED_SIZE too.
2003-12-12  Václav Slavíkdon't crash
2003-12-11  Julian SmartApplied patch [ 843965 ] RC/WXRC/XML related contribs...
2003-11-07  Robin DunnForgot to change the pos and span names
2003-11-07  Robin DunnRefactored wxSizerXmlHandler and added support for...
2003-09-10  Václav Slavíkcheck for m_parentAsWindow!=NULL
2003-06-12  Václav Slavíkadded wxRTTI to XRC handlers (patch #752996 by David...
2003-04-22  Václav Slavíkmodification to wxSizer handler needed for wxWizard
2002-12-08  Václav SlavíkXRC assigns ID to wxStaticBox created by including...
2002-07-26  Václav Slavíkadded wxADJUST_MINSIZE to XRC
2002-03-24  Václav Slavíkfixed sizers-inside-wxFrame
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-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h