]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_treectrl.i
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / src / _treectrl.i
2007-01-08  Robin DunnMinor tweaks to get up to date with wx CVS
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-10-10  Robin DunnDisown using .this.own(False) instead of .thisown ...
2006-09-15  Robin Dunnadded more properties
2006-07-03  Robin DunnAdded ExpandAll and ExpandAllChildren
2006-06-27  Robin Dunnnew wxTreeEvent ctor
2006-05-23  Robin Dunna bit of cleanup
2006-05-18  Robin DunnAdded SetQuickBestSize and GetQuickBestSize
2006-04-15  Robin DunnWrap some deprecation wrappers around newly deprecated...
2006-03-25  Robin Dunnmore size_t --> unsigned int changes
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-17  Robin DunnAnother merge of 2.6 changes
2005-04-06  Robin DunnCorrected the name of EVT_TREE_ITEM_MENU
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-02  Robin DunnAdd GetToolTip accessor
2005-02-02  Robin DunnSome new def's, parameters, methods, etc. resulting...
2004-12-31  Robin DunnAdded EVT_COMMAND_TREE_ITEM_MENU
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-07-17  Robin DunnAvoid using the OOR typemap in the constructors
2004-06-29  Robin DunnAdd SetState/GetState for wxMSW
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-25  Robin DunnPut a rreminder in the comments about s bit of duplicat...
2004-05-22  Robin DunnDecref items added to lists
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-04-05  Robin DunnGetDefaultAttributes, and other tweaks needed to get...
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-02-19  Robin DunnAllow comparrisons with None
2004-02-11  Robin DunnUpdates to reflect recent changes in wxWindows
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-27  Robin DunnGet[First|Next]Child need to actually create a new...
2004-01-27  Robin DunnUse the DISOWN typemap
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-12-11  Robin DunnLittle changes to match recent changes in wxWindows
2003-11-20  Robin DunnMore docstring updates for OUTPUT parameters
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...