| 2007-05-25 |  Vadim Zeitlin | deal correctly with having too few items in wxFlexGridS... | blob | commitdiff | raw | 
| 2007-04-22 |  Vadim Zeitlin | don't leave pixels due to rounding errors in wxBoxSizer... | blob | commitdiff | raw | diff to current | 
| 2007-04-22 |  Vadim Zeitlin | Many changes/fixes to wxFlexGridSizer implementation... | blob | commitdiff | raw | diff to current | 
| 2007-04-22 |  Vadim Zeitlin | don't leave gaps around hidden columns/rows in wxFlexGr... | blob | commitdiff | raw | diff to current | 
| 2007-04-22 |  Vadim Zeitlin | distribute only the extra, free, space according to... | blob | commitdiff | raw | diff to current | 
| 2007-04-14 |  Vadim Zeitlin | added wxAPPLY and wxCLOSE flags to CreateStdDialogButto... | blob | commitdiff | raw | diff to current | 
| 2007-03-30 |  Vadim Zeitlin | don't use deprecated wxSizerItem::SetWindow/Sizer/Space... | blob | commitdiff | raw | diff to current | 
| 2007-03-30 |  Vadim Zeitlin | added wxSizerItem::AssignXXX() methods replacing the... | blob | commitdiff | raw | diff to current | 
| 2007-03-26 |  Robin Dunn | Forward port of my recent changes in the 2.8 branch: | blob | commitdiff | raw | diff to current | 
| 2007-03-07 |  Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... | blob | commitdiff | raw | diff to current | 
| 2007-02-16 |  Julian Smart | IsShown shouldn't cause empty sizers to not have their... | blob | commitdiff | raw | diff to current | 
| 2006-11-23 |  Vadim Zeitlin | limit TLW size to display size in wxSizer::Fit() instea... | blob | commitdiff | raw | diff to current | 
| 2006-10-31 |  Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize | blob | commitdiff | raw | diff to current | 
| 2006-09-06 |  Paul Cornett | don't set negative size in wxSizerItem::SetDimension | blob | commitdiff | raw | diff to current | 
| 2006-09-04 |  Michael Wetherell | Missing headers. | blob | commitdiff | raw | diff to current | 
| 2006-09-04 |  Vadim Zeitlin | merge of RTL changes (with many modifications) from... | blob | commitdiff | raw | diff to current | 
| 2006-09-04 |  Vadim Zeitlin | small cleanup, removed unused headers | blob | commitdiff | raw | diff to current | 
| 2006-09-04 |  Vadim Zeitlin | added wxSizer::Get/SetContainingWindow() | blob | commitdiff | raw | diff to current | 
| 2006-09-03 |  Robert Roebling | Commited patch for wxSizer::Replace() | blob | commitdiff | raw | diff to current | 
| 2006-07-16 |  Vadim Zeitlin | min size of an empty sizer should be (0, 0) and not... | blob | commitdiff | raw | diff to current | 
| 2006-06-26 |  Vadim Zeitlin | remove the item from proportions arrays as well as... | blob | commitdiff | raw | diff to current | 
| 2006-06-08 |  Włodzimierz Skiba | Include wx/sizer.h and wx/layout.h according to precomp... | blob | commitdiff | raw | diff to current | 
| 2006-05-31 |  Włodzimierz Skiba | Include wx/statbox.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-29 |  Vadim Zeitlin | don't include statbox.h from the header, move wxStaticB... | blob | commitdiff | raw | diff to current | 
| 2006-05-28 |  Vadim Zeitlin | delete the associated wxStaticBox in wxStaticBoxSizer... | blob | commitdiff | raw | diff to current | 
| 2006-05-24 |  Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-02 |  Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-30 |  Włodzimierz Skiba | No more avoiding wxSizer::Fit in wxWinCE builds. | blob | commitdiff | raw | diff to current | 
| 2006-04-25 |  Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-10 |  Vadim Zeitlin | use #if WXWIN_COMPATIBILITY_2_6 guard around implementa... | blob | commitdiff | raw | diff to current | 
| 2006-04-10 |  Vadim Zeitlin | use #if WXWIN_COMPATIBILITY_2_6 guard around implementa... | blob | commitdiff | raw | diff to current | 
| 2006-03-30 |  Włodzimierz Skiba | Better backward compatibility and deprecation markup... | blob | commitdiff | raw | diff to current | 
| 2006-02-08 |  Vadim Zeitlin | deprecated wxSizerItem::IsShown() because it doesn... | blob | commitdiff | raw | diff to current | 
| 2005-10-17 |  Michael Wetherell | Warning fixes for win64 | blob | commitdiff | raw | diff to current | 
| 2005-09-26 |  Vadim Zeitlin | use wxIsNullDouble instead of comparing m_ration with 0 | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | more extra semicolons removed (patch 1303724) | blob | commitdiff | raw | diff to current | 
| 2005-09-24 |  Vadim Zeitlin | added missing consts and pass objects by const referenc... | blob | commitdiff | raw | diff to current | 
| 2005-09-23 |  Mart Raudsepp | Nuke #pragma implementation/interface's | blob | commitdiff | raw | diff to current | 
| 2005-06-17 |  Vadim Zeitlin | don't assert if kind == Item_None in wxSizerItem::IsSho... | blob | commitdiff | raw | diff to current | 
| 2005-06-06 |  Włodzimierz Skiba | Source cleaning inspired by and included in patch ... | blob | commitdiff | raw | diff to current | 
| 2005-04-09 |  Julian Smart | Lay buttons out on Windows according to conventions... | blob | commitdiff | raw | diff to current | 
| 2005-04-06 |  Ryan Norton | Fix memory leak when a spacer is added, and crash when... | blob | commitdiff | raw | diff to current | 
| 2005-03-23 |  David Elliott | Blind bug fix to bug reported by Angel Kry. | blob | commitdiff | raw | diff to current | 
| 2005-03-17 |  Vadim Zeitlin | added wxSizerSpacer and modified wxSizerItem to contain... | blob | commitdiff | raw | diff to current | 
| 2005-03-14 |  Vadim Zeitlin | simplified code (removed 2 unnecessary tests) in CalcMi... | blob | commitdiff | raw | diff to current | 
| 2005-03-14 |  Julian Smart | Improve standard button spacing on Windows | blob | commitdiff | raw | diff to current | 
| 2005-03-07 |  Vadim Zeitlin | extracted platform-specific code to determine static... | blob | commitdiff | raw | diff to current | 
| 2005-02-18 |  Robin Dunn | wxStdButtonSizer Finalise --> Realize | blob | commitdiff | raw | diff to current | 
| 2005-02-16 |  Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... | blob | commitdiff | raw | diff to current | 
| 2005-02-16 |  Julian Smart | Standard dialogs becoming useable on WinCE. | blob | commitdiff | raw | diff to current | 
| 2005-02-10 |  Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. | blob | commitdiff | raw | diff to current | 
| 2005-01-30 |  Kevin Ollivier | Added support for wxID_CONTEXT_HELP to wxStdDialogButto... | blob | commitdiff | raw | diff to current | 
| 2005-01-21 |  Vadim Zeitlin | added wxStaticBoxSizer ctor creating a new static box | blob | commitdiff | raw | diff to current | 
| 2005-01-11 |  Robin Dunn | Patch [ 1100272 ] wxFlexGridSizer works wrong when... | blob | commitdiff | raw | diff to current | 
| 2005-01-06 |  Robert Roebling | Second try to commit compilo fix for sizer.cpp | blob | commitdiff | raw | diff to current | 
| 2005-01-06 |  Włodzimierz Skiba | Build fix for NOPCH. | blob | commitdiff | raw | diff to current | 
| 2005-01-03 |  Włodzimierz Skiba | Incomplete (PalmOS) setup compatibility. | blob | commitdiff | raw | diff to current | 
| 2005-01-01 |  Robert Roebling | Allow to set the various buttons explicitly (and | blob | commitdiff | raw | diff to current | 
| 2004-12-31 |  Robert Roebling | Applied modified form of the StdButtonSize patch. | blob | commitdiff | raw | diff to current | 
| 2004-11-23 |  Włodzimierz Skiba | wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most... | blob | commitdiff | raw | diff to current | 
| 2004-11-09 |  Włodzimierz Skiba | wxSizer::Add/Insert now returns pointer to wxSizerItem... | blob | commitdiff | raw | diff to current | 
| 2004-10-15 |  Włodzimierz Skiba | Parts of wxSizer::Show() extracted into wxSizer::GetIte... | blob | commitdiff | raw | diff to current | 
| 2004-10-11 |  Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... | blob | commitdiff | raw | diff to current | 
| 2004-09-22 |  Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... | blob | commitdiff | raw | diff to current | 
| 2004-09-18 |  Vadim Zeitlin | added wxSizerItem::Init() | blob | commitdiff | raw | diff to current | 
| 2004-09-17 |  Vadim Zeitlin | made all Add/Insert/Prepend methods inline | blob | commitdiff | raw | diff to current | 
| 2004-09-17 |  Vadim Zeitlin | forward all wxSizer::Add/Prepend/Insert() to a virtual... | blob | commitdiff | raw | diff to current | 
| 2004-09-13 |  Włodzimierz Skiba | Recursive wxSizer::Show for subsizer and return value... | blob | commitdiff | raw | diff to current | 
| 2004-07-25 |  Dimitri Schoolwerth | added shortcut functions AddSpacer and AddStretchSpacer... | blob | commitdiff | raw | diff to current | 
| 2004-07-21 |  Robin Dunn | Fixed incorrect ratio initialization | blob | commitdiff | raw | diff to current | 
| 2004-06-30 |  Robin Dunn | The gaps should *not* be included in the space given... | blob | commitdiff | raw | diff to current | 
| 2004-06-24 |  Robin Dunn | Optimized sizers to not call CalcMin more often than... | blob | commitdiff | raw | diff to current | 
| 2004-06-24 |  Robin Dunn | * Implemented BestSize cache | blob | commitdiff | raw | diff to current | 
| 2004-06-24 |  Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... | blob | commitdiff | raw | diff to current | 
| 2004-06-08 |  Robin Dunn | Only call GetBestSize if one or both of the minsize... | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Use old licence name | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Name and version changes | blob | commitdiff | raw | diff to current | 
| 2004-05-13 |  Robin Dunn | Take the hgap and vgap into account when doing alignmen... | blob | commitdiff | raw | diff to current | 
| 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 | 
| next |