Update OpenVMS makefile
[wxWidgets.git] / include / wx / sizer.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-03-27  Vadim ZeitlinFix display of empty wxStaticBoxSizers.
2012-09-08  Vadim ZeitlinFix narrow/wide string concatenation in recently added...
2012-09-08  Vadim ZeitlinCheck validity of wxSizerFlags::Border() direction...
2012-08-15  Vadim ZeitlinRespect item max sizes in wxBoxSizer.
2012-08-15  Vadim ZeitlinNo real changes, just add wxSizerItem::AddBorderToSize...
2012-07-20  Vadim ZeitlinNo changes, just fix some typos in comments.
2011-12-10  Robin DunnUse default values for some parameters of wxSizerItem...
2011-02-08  Vadim ZeitlinFix wxWrapSizer minimal size calculation.
2010-02-28  Vadim ZeitlinRearrange functions order so that they are effectively...
2010-01-23  Vadim ZeitlinAdd virtual wxSizer::DoInsert() to replace Insert().
2010-01-18  Stefan Csomoravoiding Insert shadowing superclass methods, closes...
2009-11-15  Robert RoeblingRevert wxFlexGridSizer constr. change
2009-11-14  Robert RoeblingRestore ability to create wxFlexGridSizer with 2 params...
2009-09-15  Vadim ZeitlinChange wxBoxSizer::AddSpacer() to only add space in...
2009-08-23  Vadim ZeitlinAdded wxGridSize::GetEffective{Cols,Rows}Count().
2009-08-10  Vadim ZeitlinUse "non-negative" in assert message instead of "positive".
2009-08-10  Vadim ZeitlinUpdate wxFlexGridSizer ctors to match (new) wxGridSizer...
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-08-02  Vadim ZeitlinAdd checks of wxGridSizer::Set{Cols,Rows}() arguments.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-21  Francesco Montorsino real change; just add the standard separator where...
2009-03-16  Václav Slavíkdetect and report errors in XRC specification of grid...
2009-03-07  Vadim Zeitlindetect adding too many items to a grid sizer sooner...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-31  Francesco Montorsifix typo; document wxFlexSizerGrowMode
2009-01-01  Vadim Zeitlinalso add wxSizer::IsEmpty()
2009-01-01  Vadim Zeitlinmake the new GetItemCount() const
2009-01-01  Robert RoeblingAdded wxSizer::GetItemCount()
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-06-07  Vadim Zeitlincall wxSizerFlags::Top/Bottom() or Left/Right() shouldn...
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-06  Václav Slavíkuse 6px as the default wxSizer border in wxGTK to be...
2008-03-04  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that...
2008-02-21  Václav Slavíkremoved now-unused wxSizer::GetMax/MinWindowSize helpers
2008-02-13  Václav Slavíksplit wxSizer::Fit() into ComputeFittingWindow/ClientSi...
2008-01-12  Paul Cornettinitialize m_totalProportion in wxBoxSizer ctor
2007-12-20  Paul Cornettremove extra semicolon
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-12-11  Vadim Zeitlindon't overload SizeInM{aj,in}orDir() on const/non-const...
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-09-19  Vadim Zeitlinallow using wxSizerFlags with wxSizer methods adding...
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-22  Vadim ZeitlinMany changes/fixes to wxFlexGridSizer implementation...
2007-04-22  Vadim Zeitlindistribute only the extra, free, space according to...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-03-30  Vadim Zeitlinadded wxSizerItem::AssignXXX() methods replacing the...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-08  Vadim Zeitlinadded const overload of GetChildren()
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-31  Vadim ZeitlinAdded wxSizerFlags::Top() and Bottom()
2007-01-14  Vadim Zeitlinadded wxSizerFlags::Shaped() and FixedMinSize() methods
2006-11-23  Vadim Zeitlinlimit TLW size to display size in wxSizer::Fit() instea...
2006-10-30  Włodzimierz SkibaMinor header cleaning.
2006-10-11  Paul Cornettand more inlines called before defined
2006-10-09  Vadim Zeitlinadded more helper functions for setting borders in...
2006-10-09  Vadim Zeitlinadded wxSizerFlags::GetDefaultBorder()
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-04  Vadim Zeitlinsmall cleanup, removed unused headers
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-05-29  Vadim Zeitlinoverride all Detach() overloads in wxStaticBoxSizer...
2006-05-29  Vadim Zeitlindon't include statbox.h from the header, move wxStaticB...
2006-05-29  Włodzimierz SkibaUse complete class for delete of the class.
2006-05-28  Vadim Zeitlindelete the associated wxStaticBox in wxStaticBoxSizer...
2006-03-31  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-02-09  Vadim Zeitlinundeprecated wxSizerItem::IsShown() undoing last change...
2006-02-08  Vadim Zeitlindeprecated wxSizerItem::IsShown() because it doesn...
2006-01-09  Vadim Zeitlinfix SetUserData() to delete the correct pointer
2006-01-06  Robin DunnAdded wxSizerItem::SetUserData
2005-12-06  David Surovellfix binary math in alignment flag assignment
2005-12-06  Vadim Zeitlinfixed typo in previous commit which, instead of fixing...
2005-11-29  Vadim Zeitlinfixed bug in wxSizerFlags::Align/Expand() methods
2005-10-09  Vadim Zeitlindon't put borders by default between sizer elements...
2005-09-25  Mattia Barbon Remove now unused header. Forward declaration is...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-23  David ElliottBlind bug fix to bug reported by Angel Kry.
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-11  Vadim Zeitlinadded wxSizerFlags::Left/Right()
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-01-24  Włodzimierz SkibaCode cleaning.
2005-01-21  Vadim Zeitlinadded wxStaticBoxSizer ctor creating a new static box
2005-01-03  Włodzimierz SkibaPasting typo fix.
2005-01-03  Włodzimierz SkibaIncomplete (PalmOS) setup compatibility.
2005-01-01  Robert Roebling Allow to set the various buttons explicitly (and
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-11-09  Włodzimierz SkibawxSizer::Add/Insert now returns pointer to wxSizerItem...
2004-10-15  Włodzimierz SkibaParts of wxSizer::Show() extracted into wxSizer::GetIte...
2004-09-17  Vadim Zeitlinadded wxSizerFlags
2004-09-17  Vadim Zeitlinmade all Add/Insert/Prepend methods inline
2004-09-17  Vadim Zeitlinforward all wxSizer::Add/Prepend/Insert() to a virtual...
2004-09-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-09-13  Włodzimierz SkibaRecursive wxSizer::Show for subsizer and return value...
2004-09-08  Włodzimierz SkibaMissed include due to wxBookCtrlSizer existence.
2004-07-25  Dimitri Schoolwerthadded shortcut functions AddSpacer and AddStretchSpacer...
next