Applied modified form of the StdButtonSize patch.
[wxWidgets.git] / include / wx / sizer.h
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-09-17  Vadim Zeitlinadded wxSizerFlags
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-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-09-13  Włodzimierz SkibaRecursive wxSizer::Show for subsizer and return value...
2004-09-08  Włodzimierz SkibaMissed include due to wxBookCtrlSizer existence.
2004-07-25  Dimitri Schoolwerthadded shortcut functions AddSpacer and AddStretchSpacer...
2004-07-15  Václav SlavíkDLL export fixes (patch 991760)
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinshow/hide static box when the wxStaticBoxSizer is shown...
2004-04-14  Robin DunnAdded wxSizerItem::SetMinSize that calls m_window-...
2003-11-19  Robin DunnAdded accessors for m_rowHeights, m_colWidths
2003-11-07  Robin DunnCalling sizerItem->SetWindow shoudl set the minsize...
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...
2003-08-21  Vadim Zeitlinadded wxBookCtrlSizer; derive wxNotebookSizer from it
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-30  Stefan Csomorfixing xti problems
2003-03-21  Julian SmartCopyright correction
2003-03-21  Julian SmartCopyright correction
2003-02-27  Vadim Zeitlinadded proportion parameter to wxFlexGridSizer::AddGrowa...
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...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
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-14  Julian SmartAdded missing SetOrientation accessor
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-29  Vadim Zeitlindon't crash in wx(Flex)GridSizer with division by 0...
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2001-11-13  Robert Roebling Applied patch from SF on menu command not blocked
2001-10-21  Robin DunnAdded wxClientDataContainer to wxSizer, so sizers can...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-25  George TaskerFixes ::Fit() and ::SetSizeHints() to keep the dialog...
2000-12-28  Robert Roebling Added wxFileName.
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-16  Robert Roebling Added wxSizer::Insert()
1999-12-14  Robert Roebling Added a few modifiers to wxSiserItem
1999-12-13  Václav SlavíkwxNotebookSizer surrounder by wxUSE_NOTEBOOK
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-11-09  Robin DunnwxSizer patches by Alexander Smishlajev <als@turnhere...
1999-09-20  Robin DunnAdded userData to wxSizerItems and other things to...
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-08-13  Robert Roebling Added wxStaticBoxSizer,
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-09  Robert Roebling Completed wxBox,
1999-08-08  Robert Roebling Finished porting Robin's wxSizers
1999-08-08  Robert Roebling Added wxNewSizer and wxBorderNewSizer with sample
1999-08-08  Robert Roebling zipstrm link fix