2008-12-13 |
Vadim Zeitlin | don't compute the columns/rows from the number of items... |
blob | commitdiff | raw |
2008-12-08 |
Vadim Zeitlin | correct the check added in r57175 to use dynamically... |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Vadim Zeitlin | check index validity in AddGrowable{Row,Col}() |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | cleanup: unreachable code, unused variables, indentatio... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Vadim Zeitlin | don't distribute negative extra space among box sizer... |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Vadim Zeitlin | added wxFlexGridSizer::Add{Row,Col}Growable() (#2603) |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint... |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Václav Slavík | added macros for checking for conflicts between flags... |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Václav Slavík | added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that... |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Václav Slavík | removed now-unused wxSizer::GetMax/MinWindowSize helpers |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Václav Slavík | fixed wxSizer::SetSizeHints() to allow setting smaller... |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Václav Slavík | split wxSizer::Fit() into ComputeFittingWindow/ClientSi... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Václav Slavík | use ClientToWindowSize/WindowToClientSize |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Václav Slavík | eliminate code duplication in wxSizer::Fit() |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Václav Slavík | fixed RR's change of wxSizer::Fit to set client size... |
blob | commitdiff | raw | diff to current |
2008-01-13 |
Robert Roebling | wxSizer::Fit() now sets client size |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Václav Slavík | removed SetVirtualSizeHints() and related code |
blob | commitdiff | raw | diff to current |
2007-12-11 |
Vadim Zeitlin | don't overload SizeInM{aj,in}orDir() on const/non-const... |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Chris Elliott | another VC6 fix; i reused inside for |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Robert Roebling | Added wxWrapSizer (modified patch: [1826950] Wrapping... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Julian Smart | Moved desktop margin options to a more sensible place |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Julian Smart | Added sizer.desktopmargin.x, sizer.desktopmargin.y... |
blob | commitdiff | raw | diff to current |
2007-10-27 |
Chris Elliott | another DMC build fix http://www.digitalmars.com/pnews... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Julian Smart | Applied patch [ 1776951 ] wxSizer::GetContainingWindow... |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Vadim Zeitlin | deal correctly with having too few items in wxFlexGridS... |
blob | commitdiff | raw | diff to current |
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 |
next |