]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_gbsizer.i
Make GridBagSizer.GetItem use FindItem if possible, to allow a
[wxWidgets.git] / wxPython / src / _gbsizer.i
2007-01-17  Robin DunnMake GridBagSizer.GetItem use FindItem if possible...
2006-09-08  Robin DunnMore properties
2006-03-31  Robin DunnFixed the equality and inequality operators for some...
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-07  Robin Dunnwx.GridBagSizer stor needs call to _setOORInfo
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-10-07  Robin DunnAdded missing GetCellSize
2004-09-23  Robin Dunnrevert a few of these back
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-06-04  Robin DunnDocstrings for the sizers
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-15  Robin DunnFix GBSpan and GBPosition typemaps
2004-02-19  Robin DunnAllow comparrisons with None
2003-12-29  Robin DunnSince they are new style classes we need to use the...
2003-11-19  Robin DunnChanged all TRUE/true --> True and all FALSE/false...
2003-11-13  Robin DunnRemoved %noautorepr directives
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...