]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx/sizer.tex
added wxSizer::Get/SetContainingWindow()
[wxWidgets.git] / docs / latex / wx / sizer.tex
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-05-28  Vadim Zeitlinadded British spellings of the alignment flags (patch...
2006-04-17  Vadim Zeitlindocument that Remove(index) doesn't delete the window...
2006-04-16  Vadim Zeitlinadded missing methods documentation (patch 1466949...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-03-21  Vadim Zeitlinmore about GetRect() (patch 1158730)
2005-03-11  Vadim Zeitlinadded wxSizerFlags::Left/Right()
2005-02-20  Vadim Zeitlinminor docs corrections (patch 1144566)
2005-02-06  Ryan NortonDoc fixes N-Z edition. Thanks to Arnout for pointing...
2004-11-18  Ryan NortonAdd wxSizerFlags docs to wxSizer, wxSizerItem and wxSiz...
2004-11-18  Ryan NortonwxSizerFlags name fix, accessors only available to...
2004-11-18  Ryan Nortonwxsizerflags docs
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-23  Ryan NortonPut include file for sizer classes in docs - documentat...
2004-09-13  Włodzimierz SkibaRecursive wxSizer::Show for subsizer and return value...
2004-07-25  Dimitri Schoolwerthadded shortcut functions AddSpacer and AddStretchSpacer...
2004-06-24  Václav SlavíkRemoved references to now-deprecated wxNotebookSizer...
2004-06-18  Julian SmartLatex corrections from Marc Albrecht
2004-06-16  Julian SmartCorrected some spacing and typo errors.
2004-06-11  Dimitri Schoolwerthfixed typo, used word 'assigned' instead of 'allotted'
2004-05-04  Julian SmartName change replacements
2004-04-14  Robin DunnAdd wxGridBagSizer to the overview text
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-02-08  Vadim Zeitlinmake it clear that the size returned by Fit() is window...
2003-08-24  Julian SmartDoc corrections
2003-06-22  Vadim Zeitlinsupport Show() in wxFlexGridSizer (patch 737850)
2003-01-18  Václav SlavíkTRUE/FALSE -> true/false in documentation
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
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-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-06-07  Vadim Zeitlinapplied typos and spelling error fixes patch from Olly...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-01-27  Julian SmartAdded first cut at sizer topic, based on Robert's manua...
2001-10-09  Vadim Zeitlinmention wx[Flex]GridSizer too
2001-09-18  George TaskerFix for bug 462533, spelling typo in docs "wxAGJUST_MIN...
2001-02-14  Vadim Zeitlinadded wxADJUST_MINSIZE sizer flag
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartSome doc proofreading
1999-12-25  Václav Slavíkfixes of documentation - replaced \tt{...}, \em{.....
1999-12-12  Robert Roebling Some doc updates.
1999-12-01  Robert Roebling Typos in sizer docs.
1999-11-09  Robin DunnwxSizer patches by Alexander Smishlajev <als@turnhere...
1999-11-01  Julian SmartTidied some docs, made VC++ 6 DLL compilation work...
1999-11-01  Robert Roebling Small doc updates.
1999-09-30  Robin Dunnupdates for wxPython docs
1999-09-05  Julian SmartFixed some doc problems
1999-08-26  Robert Roebling Distrib and make install fixes.
1999-08-21  Robert Roebling Doc corrections,
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-15  Robert Roebling Began docs on sizers,
1999-08-13  Vadim Zeitlintemplates for new sizer classes