| 2003-01-20 |  David Webster | TRUE not true, FALSE not false | blob | commitdiff | raw | 
| 2003-01-13 |  Ron Lee | Improved const correctness. | blob | commitdiff | raw | diff to current | 
| 2003-01-07 |  Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... | blob | commitdiff | raw | diff to current | 
| 2002-12-30 |  Ron Lee | Ok, so we don't need the extra bool at all, we can... | blob | commitdiff | raw | diff to current | 
| 2002-12-30 |  Ron Lee | Add wxSizer::Detach so we can detach child sizers witho... | blob | commitdiff | raw | diff to current | 
| 2002-12-04 |  Vadim Zeitlin | merged 2.4 branch into the trunk | blob | commitdiff | raw | diff to current | 
| 2002-08-29 |  Vadim Zeitlin | don't crash in wx(Flex)GridSizer with division by 0... | blob | commitdiff | raw | diff to current | 
| 2002-07-09 |  Robert Roebling | Oops. | blob | commitdiff | raw | diff to current | 
| 2002-07-08 |  Robert Roebling | This memory corruption caused me three and | blob | commitdiff | raw | diff to current | 
| 2002-06-13 |  Vadim Zeitlin | fixes to the sizers behaviour necessary to make the... | blob | commitdiff | raw | diff to current | 
| 2002-05-03 |  Gilles Depeyrot | corrected warnings when compiling with -Wall -W | blob | commitdiff | raw | diff to current | 
| 2002-04-19 |  Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... | blob | commitdiff | raw | diff to current | 
| 2002-04-11 |  Julian Smart | Sorry, that SetClientSize change was wrong, since sizer... | blob | commitdiff | raw | diff to current | 
| 2002-04-11 |  Julian Smart | wxSizer::Fit calls SetClientSize, not SetSize. This... | blob | commitdiff | raw | diff to current | 
| 2002-03-09 |  Ron Lee | Added GetMaxSize virtual method for use by sizers. | blob | commitdiff | raw | diff to current | 
| 2002-02-14 |  Robin Dunn | As per the wx-dev discussion in early Jan, replaced | blob | commitdiff | raw | diff to current | 
| 2002-01-07 |  Gilles Depeyrot | implement out-of-line destructors where needed instead... | blob | commitdiff | raw | diff to current | 
| 2001-11-13 |  Robert Roebling | Applied patch from SF on menu command not blocked | blob | commitdiff | raw | diff to current | 
| 2001-07-01 |  Julian Smart | Removed arbitrary window-shrinking code; corrected... | blob | commitdiff | raw | diff to current | 
| 2001-06-26 |  Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... | blob | commitdiff | raw | diff to current | 
| 2001-05-17 |  Robin Dunn | Applied patch #423927, (Min size for stretch parts... | blob | commitdiff | raw | diff to current | 
| 2001-05-11 |  George Tasker | Sizer based dialogs (like wxSingleChoiceDialog) are... | blob | commitdiff | raw | diff to current | 
| 2001-05-02 |  Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... | blob | commitdiff | raw | diff to current | 
| 2001-04-26 |  George Tasker | Changed ::Fit() to only fit the sizer if the window... | blob | commitdiff | raw | diff to current | 
| 2001-04-25 |  George Tasker | Fixes ::Fit() and ::SetSizeHints() to keep the dialog... | blob | commitdiff | raw | diff to current | 
| 2001-02-14 |  Vadim Zeitlin | added wxADJUST_MINSIZE sizer flag | blob | commitdiff | raw | diff to current | 
| 2001-01-17 |  Vadim Zeitlin | tried to fix layout of label-less static box sizers | blob | commitdiff | raw | diff to current | 
| 2000-09-26 |  Vadim Zeitlin | fix from Robert | blob | commitdiff | raw | diff to current | 
| 2000-08-29 |  Robert Roebling | Merged sizer fix from stable branch | blob | commitdiff | raw | diff to current | 
| 2000-08-08 |  Bryan Petty | second merge of the 2.2 branch (RL) | blob | commitdiff | raw | diff to current | 
| 2000-07-15 |  Bryan Petty | merged 2.2 branch | blob | commitdiff | raw | diff to current | 
| 2000-01-03 |  Robert Roebling | Corrected some things in, and some thing revealed by | blob | commitdiff | raw | diff to current | 
| 1999-12-30 |  Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... | blob | commitdiff | raw | diff to current | 
| 1999-12-20 |  Robert Roebling | Minor changes to wxTreeCtrl's horiz size, | blob | commitdiff | raw | diff to current | 
| 1999-12-17 |  Robert Roebling | Fixed typo in wxStaticBoxSizer::CalcMin(). | blob | commitdiff | raw | diff to current | 
| 1999-12-16 |  Robert Roebling | Added wxSizer::Insert() | blob | commitdiff | raw | diff to current | 
| 1999-12-13 |  Václav Slavík | added #if wxUSE_NOTEBOOK around wxNotebookSizer | blob | commitdiff | raw | diff to current | 
| 1999-12-11 |  Robert Roebling | Added wxNotebookSizer | blob | commitdiff | raw | diff to current | 
| 1999-11-09 |  Robin Dunn | wxSizer patches by Alexander Smishlajev <als@turnhere... | blob | commitdiff | raw | diff to current | 
| 1999-10-08 |  Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... | blob | commitdiff | raw | diff to current | 
| 1999-10-04 |  Vadim Zeitlin | many changes; major ones: | blob | commitdiff | raw | diff to current | 
| 1999-09-20 |  Robin Dunn | Added userData to wxSizerItems and other things to... | blob | commitdiff | raw | diff to current | 
| 1999-09-05 |  Julian Smart | Misc. 16-bit compilation fixes | blob | commitdiff | raw | diff to current | 
| 1999-08-16 |  Robert Roebling | Added Prepend() and Remove() methods to wxSizer, | blob | commitdiff | raw | diff to current | 
| 1999-08-13 |  Robert Roebling | Added wxStaticBoxSizer, | blob | commitdiff | raw | diff to current | 
| 1999-08-11 |  Robert Roebling | Did somework on the generic dialogs, | blob | commitdiff | raw | diff to current | 
| 1999-08-09 |  Robert Roebling | Replaced old wxSizer, | blob | commitdiff | raw | diff to current | 
| 1999-08-09 |  Robert Roebling | Completed wxBox, | blob | commitdiff | raw | diff to current | 
| 1999-08-08 |  Vadim Zeitlin | 1. regenerated makefiles | blob | commitdiff | raw | diff to current | 
| 1999-08-08 |  Robert Roebling | Finished porting Robin's wxSizers | blob | commitdiff | raw | diff to current | 
| 1999-08-08 |  Robert Roebling | Added wxNewSizer and wxBorderNewSizer with sample | blob | commitdiff | raw | diff to current | 
| 1999-08-08 |  Robert Roebling | zipstrm link fix | blob | commitdiff | raw | diff to current | 
|  |