2010-02-28 |
Vadim Zeitlin | Rearrange functions order so that they are effectively... |
blob | commitdiff | raw |
2010-01-23 |
Vadim Zeitlin | Add virtual wxSizer::DoInsert() to replace Insert(). |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Stefan Csomor | avoiding Insert shadowing superclass methods, closes... |
blob | commitdiff | raw | diff to current |
2009-11-15 |
Robert Roebling | Revert wxFlexGridSizer constr. change |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Robert Roebling | Restore ability to create wxFlexGridSizer with 2 params... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Vadim Zeitlin | Change wxBoxSizer::AddSpacer() to only add space in... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Vadim Zeitlin | Added wxGridSize::GetEffective{Cols,Rows}Count(). |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Vadim Zeitlin | Use "non-negative" in assert message instead of "positive". |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Vadim Zeitlin | Update wxFlexGridSizer ctors to match (new) wxGridSizer... |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Vadim Zeitlin | Make wxGridSizer ctors more consistent. |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Vadim Zeitlin | Add checks of wxGridSizer::Set{Cols,Rows}() arguments. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Francesco Montorsi | no real change; just add the standard separator where... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | detect adding too many items to a grid sizer sooner... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Francesco Montorsi | fix typo; document wxFlexSizerGrowMode |
blob | commitdiff | raw | diff to current |
2009-01-01 |
Vadim Zeitlin | also add wxSizer::IsEmpty() |
blob | commitdiff | raw | diff to current |
2009-01-01 |
Vadim Zeitlin | make the new GetItemCount() const |
blob | commitdiff | raw | diff to current |
2009-01-01 |
Robert Roebling | Added wxSizer::GetItemCount() |
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-06-07 |
Vadim Zeitlin | call wxSizerFlags::Top/Bottom() or Left/Right() shouldn... |
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-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-03-06 |
Václav Slavík | use 6px as the default wxSizer border in wxGTK to be... |
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-13 |
Václav Slavík | split wxSizer::Fit() into ComputeFittingWindow/ClientSi... |
blob | commitdiff | raw | diff to current |
2008-01-12 |
Paul Cornett | initialize m_totalProportion in wxBoxSizer ctor |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Paul Cornett | remove extra semicolon |
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-08 |
Robert Roebling | Added wxWrapSizer (modified patch: [1826950] Wrapping... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Vadim Zeitlin | allow using wxSizerFlags with wxSizer methods adding... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
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 | 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 | added wxSizerItem::AssignXXX() methods replacing the... |
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-08 |
Vadim Zeitlin | added const overload of GetChildren() |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Vadim Zeitlin | removed wxABI_TESTS, they're irrelvant in 2.9 |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Vadim Zeitlin | Added wxSizerFlags::Top() and Bottom() |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Vadim Zeitlin | added wxSizerFlags::Shaped() and FixedMinSize() methods |
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-30 |
Włodzimierz Skiba | Minor header cleaning. |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Paul Cornett | and more inlines called before defined |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added more helper functions for setting borders in... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxSizerFlags::GetDefaultBorder() |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
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-05-29 |
Vadim Zeitlin | override all Detach() overloads in wxStaticBoxSizer... |
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-29 |
Włodzimierz Skiba | Use complete class for delete of the class. |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | delete the associated wxStaticBox in wxStaticBoxSizer... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | undeprecated wxSizerItem::IsShown() undoing last change... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | deprecated wxSizerItem::IsShown() because it doesn... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Vadim Zeitlin | fix SetUserData() to delete the correct pointer |
blob | commitdiff | raw | diff to current |
2006-01-06 |
Robin Dunn | Added wxSizerItem::SetUserData |
blob | commitdiff | raw | diff to current |
2005-12-06 |
David Surovell | fix binary math in alignment flag assignment |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Vadim Zeitlin | fixed typo in previous commit which, instead of fixing... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Vadim Zeitlin | fixed bug in wxSizerFlags::Align/Expand() methods |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | don't put borders by default between sizer elements... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Mattia Barbon | Remove now unused header. Forward declaration is... |
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-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-11 |
Vadim Zeitlin | added wxSizerFlags::Left/Right() |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Robin Dunn | wxStdButtonSizer Finalise --> Realize |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Włodzimierz Skiba | Code cleaning. |
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-03 |
Włodzimierz Skiba | Pasting typo fix. |
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-09-17 |
Vadim Zeitlin | added wxSizerFlags |
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-16 |
Włodzimierz Skiba | wxChoicebook generic implementation. |
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-09-08 |
Włodzimierz Skiba | Missed include due to wxBookCtrlSizer existence. |
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-15 |
Václav Slavík | DLL export fixes (patch 991760) |
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 |
Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... |
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-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 |
2003-11-19 |
Robin Dunn | Added accessors for m_rowHeights, m_colWidths |
blob | commitdiff | raw | diff to current |
2003-11-07 |
Robin Dunn | Calling sizerItem->SetWindow shoudl set the minsize... |
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 |
next |