2012-06-13 |
Stefan Csomor | adding explanation for osx and fixing typo |
blob | commitdiff | raw |
2012-05-05 |
Vadim Zeitlin | No changes, just spelling corrections in the comments. |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Vadim Zeitlin | Don't limit window size to (0, 0) in wxSizer if getting... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-02-26 |
Stefan Csomor | fixing support for true children of wxStaticBox with... |
blob | commitdiff | raw | diff to current |
2011-02-17 |
Julian Smart | Fixed bug #9856: wxSizer::Replace( size_t, wxSizerItem... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Julian Smart | Reverted for a quiet life |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Julian Smart | Don't pointlessly forbid calling AddGrowableRow/Col... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Robin Dunn | Add some asserts to ensure cols and rows are >= 0 to... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Vadim Zeitlin | Fix button order in wxGTK wxMessageDialog and wxStdDial... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Vadim Zeitlin | Fix button order in wxStdDialogButtonSizer in all cases... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Vadim Zeitlin | Rewrite GTK section of wxStdDialogButtonSizer using... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Vadim Zeitlin | Fix Yes/No/Cancel buttons order in wxGTK wxStdDialogBut... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Vadim Zeitlin | Fix harmless float to int conversion warnings in wxOSX... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Julian Smart | Fix VC++ compile error |
blob | commitdiff | raw | diff to current |
2010-07-24 |
Vadim Zeitlin | Don't show empty sizers. |
blob | commitdiff | raw | diff to current |
2010-05-22 |
Vadim Zeitlin | Modify wxBoxSizer minimal size calculations to respect... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Vadim Zeitlin | Don't enter an infinite loop if a spacer with min size... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Vadim Zeitlin | Fix box sizer layout algorithm to respect both proporti... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the minor direction of box sizer... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the major direction of box sizer... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Add virtual wxSizer::DoInsert() to replace Insert(). |
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-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
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-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-03 |
Francesco Montorsi | fix placement of wxStaticBox contents also under wxMSW... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Francesco Montorsi | fix for placement of wxStaticBox childrens (which doesn... |
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-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Vadim Zeitlin | take into account the width of the static box label... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Vadim Zeitlin | no changes, just removed unnecessary GetStaticBoxBorder... |
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-25 |
Vadim Zeitlin | postpone the check for the validity of growable rows... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Robert Roebling | Add space all around std buttons as per Apple HIG ... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Robert Roebling | Enable the correct code making sure that subwindows... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Robert Roebling | Disable wxSIZE_FORCE_EVENT and demonstrate its bug... |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Robert Roebling | Explain reasoning behind using wxSIZE_FORCE_EVENT |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
blob | commitdiff | raw | diff to current |
2008-12-25 |
Robert Roebling | Only test for centre flag of minor direction and ignore... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | correct the direction of the comparison between the... |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Vadim Zeitlin | verify that we don't have more items than our number... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Vadim Zeitlin | don't leave nrows/ncols uninitialized in wxGridSizer... |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Vadim Zeitlin | don't compute the columns/rows from the number of items... |
blob | commitdiff | raw | diff to current |
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 |
next |