Try native method first in LoadFile() and SaveFile()
[wxWidgets.git] / src / common / sizer.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-31  Vadim ZeitlinUse deferred window positioning in wxWindow::Layout...
2013-03-27  Vadim ZeitlinFix display of empty wxStaticBoxSizers.
2012-12-22  Vadim ZeitlinRemove unnecessary variable assignment from wxBoxSizer...
2012-09-30  Vadim ZeitlinFix handling of not fully specified min/max size in...
2012-08-15  Vadim ZeitlinRespect item max sizes in wxBoxSizer.
2012-08-15  Vadim ZeitlinNo real changes, just add wxSizerItem::AddBorderToSize...
2012-06-13  Stefan Csomoradding explanation for osx and fixing typo
2012-05-05  Vadim ZeitlinNo changes, just spelling corrections in the comments.
2011-09-21  Vadim ZeitlinDon't limit window size to (0, 0) in wxSizer if getting...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-26  Stefan Csomorfixing support for true children of wxStaticBox with...
2011-02-17  Julian SmartFixed bug #9856: wxSizer::Replace( size_t, wxSizerItem...
2011-01-22  Julian SmartReverted for a quiet life
2011-01-22  Julian SmartDon't pointlessly forbid calling AddGrowableRow/Col...
2010-11-02  Robin DunnAdd some asserts to ensure cols and rows are >= 0 to...
2010-10-15  Vadim ZeitlinFix button order in wxGTK wxMessageDialog and wxStdDial...
2010-08-30  Vadim ZeitlinFix button order in wxStdDialogButtonSizer in all cases...
2010-08-30  Vadim ZeitlinRewrite GTK section of wxStdDialogButtonSizer using...
2010-08-18  Vadim ZeitlinFix Yes/No/Cancel buttons order in wxGTK wxStdDialogBut...
2010-07-28  Vadim ZeitlinFix harmless float to int conversion warnings in wxOSX...
2010-07-25  Julian SmartFix VC++ compile error
2010-07-24  Vadim ZeitlinDon't show empty sizers.
2010-05-22  Vadim ZeitlinModify wxBoxSizer minimal size calculations to respect...
2010-03-22  Vadim ZeitlinDon't enter an infinite loop if a spacer with min size...
2010-03-18  Vadim ZeitlinFix box sizer layout algorithm to respect both proporti...
2010-03-18  Vadim ZeitlinEnsure that size in the minor direction of box sizer...
2010-03-18  Vadim ZeitlinEnsure that size in the major direction of box sizer...
2010-01-23  Vadim ZeitlinAdd virtual wxSizer::DoInsert() to replace Insert().
2009-09-15  Vadim ZeitlinChange wxBoxSizer::AddSpacer() to only add space in...
2009-08-23  Vadim ZeitlinAdded wxGridSize::GetEffective{Cols,Rows}Count().
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-10  Vadim ZeitlinUpdate wxFlexGridSizer ctors to match (new) wxGridSizer...
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-03  Francesco Montorsifix placement of wxStaticBox contents also under wxMSW...
2009-05-01  Francesco Montorsifix for placement of wxStaticBox childrens (which doesn...
2009-04-21  Francesco Montorsino real change; just add the standard separator where...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-08  Vadim Zeitlintake into account the width of the static box label...
2009-03-08  Vadim Zeitlinno changes, just removed unnecessary GetStaticBoxBorder...
2009-03-07  Vadim Zeitlindetect adding too many items to a grid sizer sooner...
2009-02-25  Vadim Zeitlinpostpone the check for the validity of growable rows...
2009-02-03  Robert RoeblingAdd space all around std buttons as per Apple HIG ...
2009-02-01  Robert RoeblingEnable the correct code making sure that subwindows...
2009-01-31  Robert RoeblingDisable wxSIZE_FORCE_EVENT and demonstrate its bug...
2009-01-30  Robert RoeblingExplain reasoning behind using wxSIZE_FORCE_EVENT
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2008-12-25  Robert RoeblingOnly test for centre flag of minor direction and ignore...
2008-12-24  Vadim Zeitlincorrect the direction of the comparison between the...
2008-12-23  Vadim Zeitlinverify that we don't have more items than our number...
2008-12-15  Vadim Zeitlindon't leave nrows/ncols uninitialized in wxGridSizer...
2008-12-13  Vadim Zeitlindon't compute the columns/rows from the number of items...
2008-12-08  Vadim Zeitlincorrect the check added in r57175 to use dynamically...
2008-12-07  Vadim Zeitlincheck index validity in AddGrowable{Row,Col}()
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-10-01  Vadim Zeitlindon't distribute negative extra space among box sizer...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-03-04  Václav Slavíkadded macros for checking for conflicts between flags...
2008-03-04  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that...
2008-02-21  Václav Slavíkremoved now-unused wxSizer::GetMax/MinWindowSize helpers
2008-02-14  Václav Slavíkfixed wxSizer::SetSizeHints() to allow setting smaller...
2008-02-13  Václav Slavíksplit wxSizer::Fit() into ComputeFittingWindow/ClientSi...
2008-02-12  Václav Slavíkuse ClientToWindowSize/WindowToClientSize
2008-02-01  Václav Slavíkeliminate code duplication in wxSizer::Fit()
2008-02-01  Václav Slavíkfixed RR's change of wxSizer::Fit to set client size...
2008-01-13  Robert RoeblingwxSizer::Fit() now sets client size
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-12-11  Vadim Zeitlindon't overload SizeInM{aj,in}orDir() on const/non-const...
2007-12-09  Chris Elliottanother VC6 fix; i reused inside for
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-11-06  Julian SmartMoved desktop margin options to a more sensible place
2007-11-06  Julian SmartAdded sizer.desktopmargin.x, sizer.desktopmargin.y...
2007-10-27  Chris Elliottanother DMC build fix digitalmars.com/pnews/read.php...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-08-21  Julian SmartApplied patch [ 1776951 ] wxSizer::GetContainingWindow...
2007-05-25  Vadim Zeitlindeal correctly with having too few items in wxFlexGridS...
2007-04-22  Vadim Zeitlindon't leave pixels due to rounding errors in wxBoxSizer...
2007-04-22  Vadim ZeitlinMany changes/fixes to wxFlexGridSizer implementation...
2007-04-22  Vadim Zeitlindon't leave gaps around hidden columns/rows in wxFlexGr...
2007-04-22  Vadim Zeitlindistribute only the extra, free, space according to...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-03-30  Vadim Zeitlindon't use deprecated wxSizerItem::SetWindow/Sizer/Space...
2007-03-30  Vadim Zeitlinadded wxSizerItem::AssignXXX() methods replacing the...
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-16  Julian SmartIsShown shouldn't cause empty sizers to not have their...
2006-11-23  Vadim Zeitlinlimit TLW size to display size in wxSizer::Fit() instea...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-09-06  Paul Cornettdon't set negative size in wxSizerItem::SetDimension
2006-09-04  Michael WetherellMissing headers.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-09-04  Vadim Zeitlinsmall cleanup, removed unused headers
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-07-16  Vadim Zeitlinmin size of an empty sizer should be (0, 0) and not...
2006-06-26  Vadim Zeitlinremove the item from proportions arrays as well as...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
next