don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src / common / sizer.cpp
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...
2006-05-31  Włodzimierz SkibaInclude wx/statbox.h according to precompiled headers...
2006-05-29  Vadim Zeitlindon't include statbox.h from the header, move wxStaticB...
2006-05-28  Vadim Zeitlindelete the associated wxStaticBox in wxStaticBoxSizer...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-10  Vadim Zeitlinuse #if WXWIN_COMPATIBILITY_2_6 guard around implementa...
2006-04-10  Vadim Zeitlinuse #if WXWIN_COMPATIBILITY_2_6 guard around implementa...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-02-08  Vadim Zeitlindeprecated wxSizerItem::IsShown() because it doesn...
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-26  Vadim Zeitlinuse wxIsNullDouble instead of comparing m_ration with 0
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-17  Vadim Zeitlindon't assert if kind == Item_None in wxSizerItem::IsSho...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-04-09  Julian SmartLay buttons out on Windows according to conventions...
2005-04-06  Ryan NortonFix memory leak when a spacer is added, and crash when...
2005-03-23  David ElliottBlind bug fix to bug reported by Angel Kry.
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-14  Vadim Zeitlinsimplified code (removed 2 unnecessary tests) in CalcMi...
2005-03-14  Julian SmartImprove standard button spacing on Windows
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-16  Julian SmartStandard dialogs becoming useable on WinCE.
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-01-30  Kevin OllivierAdded support for wxID_CONTEXT_HELP to wxStdDialogButto...
2005-01-21  Vadim Zeitlinadded wxStaticBoxSizer ctor creating a new static box
2005-01-11  Robin DunnPatch [ 1100272 ] wxFlexGridSizer works wrong when...
2005-01-06  Robert Roebling Second try to commit compilo fix for sizer.cpp
2005-01-06  Włodzimierz SkibaBuild fix for NOPCH.
2005-01-03  Włodzimierz SkibaIncomplete (PalmOS) setup compatibility.
2005-01-01  Robert Roebling Allow to set the various buttons explicitly (and
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-11-09  Włodzimierz SkibawxSizer::Add/Insert now returns pointer to wxSizerItem...
2004-10-15  Włodzimierz SkibaParts of wxSizer::Show() extracted into wxSizer::GetIte...
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-18  Vadim Zeitlinadded wxSizerItem::Init()
2004-09-17  Vadim Zeitlinmade all Add/Insert/Prepend methods inline
2004-09-17  Vadim Zeitlinforward all wxSizer::Add/Prepend/Insert() to a virtual...
2004-09-13  Włodzimierz SkibaRecursive wxSizer::Show for subsizer and return value...
2004-07-25  Dimitri Schoolwerthadded shortcut functions AddSpacer and AddStretchSpacer...
2004-07-21  Robin DunnFixed incorrect ratio initialization
2004-06-30  Robin DunnThe gaps should *not* be included in the space given...
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-06-08  Robin DunnOnly call GetBestSize if one or both of the minsize...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-13  Robin DunnTake the hgap and vgap into account when doing alignmen...
2004-04-22  Robin DunnInstead of using GetAdjustedBestSize use the minsize...
2004-04-17  Robin DunnSet m_window to NULL after destroying it
2004-04-15  Vadim Zeitlinshow/hide static box when the wxStaticBoxSizer is shown...
2004-04-14  Robin DunnAdded wxSizerItem::SetMinSize that calls m_window-...
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnAdded wxFIXED_SIZE.
2004-03-29  Vadim Zeitlinmade wxADJUST_MINSIZE default
2004-03-27  Stefan Csomormerge of new wxMac code
2004-02-14  Dimitri SchoolwerthSimplified OS X Panther detection code.
2004-01-20  Stefan Csomorsystem includes instead of user
2003-12-12  Dimitri SchoolwerthCorrected size of staticbox borders when running OS...
next