Use the associated document manager, not the global one
[wxWidgets.git] / src / common / sizer.cpp
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...
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...
2003-09-19  Robin DunnPrevent possible divide by zero problem
2003-09-11  Julian SmartApplied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl...
2003-08-31  Vadim Zeitlinfix redistribution of the extra space between sizer...
2003-08-31  Vadim Zeitlinundid the last change
2003-08-30  Vadim Zeitlinuse SetClientSize(), not SetSize() in Fit()
2003-08-22  Robin DunnwxNotebookSizer ctor was missing
2003-08-21  Vadim Zeitlinadded wxBookCtrlSizer; derive wxNotebookSizer from it
2003-08-19  Julian SmartWarning fixes from ABX
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-12  Vadim Zeitlinset the containing sizer to NULL when destroying the...
2003-07-12  Mattia Barbon Fix some leaks cause by removing list.DeleteContents...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-22  Vadim Zeitlinsupport Show() in wxFlexGridSizer (patch 737850)
2003-04-06  David ElliottUse the wxStaticBox::GetBordersForSizer method to get...
2003-03-21  Julian SmartCopyright correction
2003-02-27  Vadim Zeitlinadded proportion parameter to wxFlexGridSizer::AddGrowa...
2003-02-02  Julian SmartApplied patch [ 675376 ] Improves wxStaticBoxSizer
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-26  Vadim Zeitlinadded support for non flexible (in one direction only...
2003-01-25  Vadim Zeitlinrestored int (instea of size_t) in Remove() and Detach...
next