STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / common / sizer.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-22  Vadim Zeitlinsupport Show() in wxFlexGridSizer (patch 737850)
2003-04-06  David ElliottUse the wxStaticBox::GetBordersForSizer method to get...
2003-03-21  Julian SmartCopyright correction
2003-02-27  Vadim Zeitlinadded proportion parameter to wxFlexGridSizer::AddGrowa...
2003-02-02  Julian SmartApplied patch [ 675376 ] Improves wxStaticBoxSizer
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-26  Vadim Zeitlinadded support for non flexible (in one direction only...
2003-01-25  Vadim Zeitlinrestored int (instea of size_t) in Remove() and Detach...
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-13  Ron LeeImproved const correctness.
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-30  Ron LeeOk, so we don't need the extra bool at all, we can...
2002-12-30  Ron LeeAdd wxSizer::Detach so we can detach child sizers witho...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-29  Vadim Zeitlindon't crash in wx(Flex)GridSizer with division by 0...
2002-07-09  Robert Roebling Oops.
2002-07-08  Robert Roebling This memory corruption caused me three and
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-11  Julian SmartSorry, that SetClientSize change was wrong, since sizer...
2002-04-11  Julian SmartwxSizer::Fit calls SetClientSize, not SetSize. This...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-11-13  Robert Roebling Applied patch from SF on menu command not blocked
2001-07-01  Julian SmartRemoved arbitrary window-shrinking code; corrected...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-17  Robin DunnApplied patch #423927, (Min size for stretch parts...
2001-05-11  George TaskerSizer based dialogs (like wxSingleChoiceDialog) are...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-26  George TaskerChanged ::Fit() to only fit the sizer if the window...
2001-04-25  George TaskerFixes ::Fit() and ::SetSizeHints() to keep the dialog...
2001-02-14  Vadim Zeitlinadded wxADJUST_MINSIZE sizer flag
2001-01-17  Vadim Zeitlintried to fix layout of label-less static box sizers
2000-09-26  Vadim Zeitlinfix from Robert
2000-08-29  Robert Roebling Merged sizer fix from stable branch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-03  Robert Roebling Corrected some things in, and some thing revealed by
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-17  Robert Roebling Fixed typo in wxStaticBoxSizer::CalcMin().
1999-12-16  Robert Roebling Added wxSizer::Insert()
1999-12-13  Václav Slavíkadded #if wxUSE_NOTEBOOK around wxNotebookSizer
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-11-09  Robin DunnwxSizer patches by Alexander Smishlajev <als@turnhere...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-20  Robin DunnAdded userData to wxSizerItems and other things to...
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-08-13  Robert Roebling Added wxStaticBoxSizer,
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-09  Robert Roebling Completed wxBox,
1999-08-08  Vadim Zeitlin1. regenerated makefiles
1999-08-08  Robert Roebling Finished porting Robin's wxSizers
1999-08-08  Robert Roebling Added wxNewSizer and wxBorderNewSizer with sample
1999-08-08  Robert Roebling zipstrm link fix