]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_sizers.i
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / src / _sizers.i
2007-06-23  Robin DunnMerge recent wxPython changes from 2.8 branch to HEAD
2007-04-23  Robin DunnTweaks needed to update to current CVS
2007-04-02  Robin DunnAdd wx.SizerItem.Assign* methods, deprecate corespondin...
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-10-17  Robin DunnGetSpacer returns a copy, not a reference to the size
2006-09-12  Robin Dunnmore properties
2006-09-09  Robin DunnAdd AddStretchSpacer and friends
2006-09-08  Robin DunnMore properties
2006-09-06  Robin Dunnadd more properties
2006-09-04  Robin DunnChanges needed for new RTL methods, and also various...
2006-09-02  Robin DunnStart adding some properties for getter/setter methods
2006-07-11  Robin Dunndocstring fixes
2006-05-04  Robin DunnDocstring updates
2006-02-24  Robin DunnAdd CalcRowsCols
2006-02-09  Robin DunnDocstring fix, and a bit of cleanup
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-29  Robin DunnUse reference types on SetDimension so the proper typem...
2006-01-06  Robin Dunnanother merge from WX_2_6_BRANCH
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-06-14  Robin Dunndocstring typo
2005-04-20  Robin Dunnadded some docstrings
2005-04-13  Robin Dunncorrected docstring
2005-03-24  Robin Dunndocstring update
2005-03-19  Robin Dunndocstring update
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-02-28  Robin DunnUndeprecated AddWindow, AddSizer, AddSpacer and etc.
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-01-29  Robin DunnSome TODO notes
2005-01-13  Robin DunnDocstring typos
2005-01-05  Robin DunnMore methods for wxStdDialogButtonSizer
2004-12-31  Robin DunnAdded wxStdDialogButtonSizer, which is a a special...
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-11-10  Robin Dunntypo fixed
2004-10-09  Robin DunnFix docstring
2004-09-23  Robin Dunnadded missing default case
2004-09-23  Robin Dunnrevert a few of these back
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-13  Robin Dunnwx.Sizer.Show can be recursive
2004-07-31  Robin DunnVarious updates to catch up to wxWidgets CVS
2004-07-17  Robin Dunnprevent a reference leak when OOR objects are created
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
2004-06-04  Robin DunnDocstrings for the sizers
2004-05-11  Robin DunnAdded missing Detach method wrapper
2004-05-02  Robin Dunnsome methods missing wxPyBeginBlockThreads/wxPyEndBlock...
2004-04-30  Robin DunnDocstring updates and tweaks for epydoc
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-12  Robin Dunnaliases for SizerInfo.[Get|Set]Option, since I just...
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2003-12-30  Robin DunnMake sure the comment is output in the pythoncode
2003-11-24  Roman Rolinskycorrect typemap type
2003-11-19  Robin DunnChanged all TRUE/true --> True and all FALSE/false...
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...