]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_timer.i
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / src / _timer.i
2007-05-16  Robin DunnForward port recent changes on the 2.8 branch to HEAD
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-09-15  Robin Dunnadded more properties
2006-03-10  David Surovellcleanup magic number usage and comments
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2005-05-13  Robin DunnDestroy needs self parameter
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-20  Robin DunnAllow the OOR reference to be saved without doing an...
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-02  Robin DunnRemoved some test code
2004-03-02  Robin DunnFixed wx.Timer to not need to hold an extra reference...
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2003-12-03  Robin DunnGive wxTimer a GetId accessor
2003-11-21  Robin DunnLots of bup fixes, API updates, etc
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...