]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_gdicmn.i
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / src / _gdicmn.i
2007-06-23  Robin DunnMerge recent wxPython changes from 2.8 branch to HEAD
2007-04-12  Robin DunnAdd wx.Position
2007-02-07  Robin Dunnmerge from 2.8 branch
2006-10-31  Robin DunnGobs of changes needed to get up to date with today...
2006-10-27  Robin DunnAdd wxRect2D
2006-10-11  Robin Dunn~wxPoint2D
2006-10-03  Robin DunnDon't deprecate Inside() yet
2006-09-25  Robin Dunnvarious changes to get up to date with CVS
2006-09-21  Robin DunnAdd comment about additional forms of Inflate(). Decid...
2006-09-16  Robin Dunnnew wxRect and wxPlatformInformation methods
2006-09-14  Robin DunnInside --> Contains
2006-09-12  Robin Dunnmore properties
2006-08-09  Robin DunnAdd wx.Rect.InsideRect
2006-07-29  Robin DunnVarious little tweaks to get up to date with CVS
2006-03-31  Robin DunnFixed the equality and inequality operators for some...
2006-02-24  Robin DunnDocstring fix
2006-02-10  Robin DunnAdd wx.Rect.CenterIn
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-05  Robin DunnAdded wx.Rect.IsEmpty
2005-02-07  Robin Dunnwx.Rect.Inflate/Defalte docs
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-13  Robin DunnwxRect::union and docstring fixes
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
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-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-04-30  Robin DunnDocstring updates and tweaks for epydoc
2004-04-05  Robin DunnwxSize::SetDefaults
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-02-19  Robin DunnAllow comparrisons with None
2004-01-09  Robin Dunnlittle tweaks to match wxWin changes
2003-12-29  Robin DunnSince they are new style classes we need to use the...
2003-12-19  Robin Dunnautodoc docstring fixes and such
2003-12-11  Robin DunnLittle changes to match recent changes in wxWindows
2003-11-28  Robin DunnAdded some aliases
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...