2004-05-13 |
Robin Dunn | Take the hgap and vgap into account when doing alignmen... |
blob | commitdiff | raw |
2004-04-22 |
Robin Dunn | Instead of using GetAdjustedBestSize use the minsize... |
blob | commitdiff | raw | diff to current |
2004-04-17 |
Robin Dunn | Set m_window to NULL after destroying it |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | show/hide static box when the wxStaticBoxSizer is shown... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Robin Dunn | Added wxSizerItem::SetMinSize that calls m_window-... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Added wxFIXED_SIZE. |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Vadim Zeitlin | made wxADJUST_MINSIZE default |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | merge of new wxMac code |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Dimitri Schoolwerth | Simplified OS X Panther detection code. |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Stefan Csomor | system includes instead of user |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Dimitri Schoolwerth | Corrected size of staticbox borders when running OS... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Robin Dunn | Added wxGridBagSizer, a grid sizer where item positions... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Robin Dunn | Prevent possible divide by zero problem |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Julian Smart | Applied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Vadim Zeitlin | fix redistribution of the extra space between sizer... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Vadim Zeitlin | undid the last change |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Vadim Zeitlin | use SetClientSize(), not SetSize() in Fit() |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Robin Dunn | wxNotebookSizer ctor was missing |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Vadim Zeitlin | added wxBookCtrlSizer; derive wxNotebookSizer from it |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Julian Smart | Warning fixes from ABX |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Vadim Zeitlin | set the containing sizer to NULL when destroying the... |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Mattia Barbon | Fix some leaks cause by removing list.DeleteContents... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Vadim Zeitlin | support Show() in wxFlexGridSizer (patch 737850) |
blob | commitdiff | raw | diff to current |
2003-04-06 |
David Elliott | Use the wxStaticBox::GetBordersForSizer method to get... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Julian Smart | Copyright correction |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Vadim Zeitlin | added proportion parameter to wxFlexGridSizer::AddGrowa... |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Julian Smart | Applied patch [ 675376 ] Improves wxStaticBoxSizer |
blob | commitdiff | raw | diff to current |
2003-01-27 |
Ron Lee | Fixed bug in FlexGridSizer mods that prevented them... |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Vadim Zeitlin | added support for non flexible (in one direction only... |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Vadim Zeitlin | restored int (instea of size_t) in Remove() and Detach... |
blob | commitdiff | raw | diff to current |
2003-01-20 |
David Webster | TRUE not true, FALSE not false |
blob | commitdiff | raw | diff to current |
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 |
|