]> git.saurik.com Git - wxWidgets.git/history - src/common/sizer.cpp
Use default constructors for wxSize/Point/Rect.
[wxWidgets.git] / src / common / sizer.cpp
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...
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-13  Ron LeeImproved const correctness.
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-30  Ron LeeOk, so we don't need the extra bool at all, we can...
2002-12-30  Ron LeeAdd wxSizer::Detach so we can detach child sizers witho...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-29  Vadim Zeitlindon't crash in wx(Flex)GridSizer with division by 0...
2002-07-09  Robert Roebling Oops.
2002-07-08  Robert Roebling This memory corruption caused me three and
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-11  Julian SmartSorry, that SetClientSize change was wrong, since sizer...
2002-04-11  Julian SmartwxSizer::Fit calls SetClientSize, not SetSize. This...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-11-13  Robert Roebling Applied patch from SF on menu command not blocked
2001-07-01  Julian SmartRemoved arbitrary window-shrinking code; corrected...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-17  Robin DunnApplied patch #423927, (Min size for stretch parts...
2001-05-11  George TaskerSizer based dialogs (like wxSingleChoiceDialog) are...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-26  George TaskerChanged ::Fit() to only fit the sizer if the window...
2001-04-25  George TaskerFixes ::Fit() and ::SetSizeHints() to keep the dialog...
2001-02-14  Vadim Zeitlinadded wxADJUST_MINSIZE sizer flag
2001-01-17  Vadim Zeitlintried to fix layout of label-less static box sizers
2000-09-26  Vadim Zeitlinfix from Robert
2000-08-29  Robert Roebling Merged sizer fix from stable branch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-03  Robert Roebling Corrected some things in, and some thing revealed by
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-17  Robert Roebling Fixed typo in wxStaticBoxSizer::CalcMin().
1999-12-16  Robert Roebling Added wxSizer::Insert()
1999-12-13  Václav Slavíkadded #if wxUSE_NOTEBOOK around wxNotebookSizer
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-11-09  Robin DunnwxSizer patches by Alexander Smishlajev <als@turnhere...
next