]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_dc.i
Add wxSVGFileDC
[wxWidgets.git] / wxPython / src / _dc.i
2007-04-16  Robin DunnAdd wxSVGFileDC
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2006-11-21  Robin Dunnsave a reference to the bitmap so it doesn't get destro...
2006-11-03  Robin DunnCan wxMemoryDC derive from wxWindowDC on all platforms?
2006-11-01  Robin DunnBuffered DCs now take non-const bitmaps
2006-10-31  Robin DunnGobs of changes needed to get up to date with today...
2006-10-27  Robin DunnAdded Changer classes
2006-10-26  Robin Dunndocstring update
2006-10-18  Robin Dunnsome changes to make epydoc happy
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-11  Robin Dunndocstring update
2006-10-11  Robin DunnGet/Set LayoutDirection
2006-10-09  Robin Dunndouble buffer changes
2006-10-09  Robin DunnAdd IsOk's
2006-10-03  Robin DunnChange wx.DC inheritance hierarchy to match reality
2006-09-22  Robin Dunndocstring fix
2006-09-18  Robin Dunndocstrings and other minor tweaks
2006-09-12  Robin Dunnmore properties
2006-09-02  Robin DunnStart adding some properties for getter/setter methods
2006-08-26  Robin DunnComputeScaleAndOrigin not protected anymore
2006-08-21  Robin DunnAdapt to some wxDC methods becoming protected
2006-07-05  Robin DunnDocstring fixed
2006-02-12  Robin DunnAdded the wx.DC.GradientFillConcentric and wx.DC.Gradie...
2006-02-05  Robin DunnBeginDrawing/EndDrawing are deprecated, and never reall...
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-03-08  Robin DunnLittle tweaks to match CVS changes
2005-03-03  Robin Dunnnew style flags for wxBufferedDC
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-17  Robin DunnComputeScaleAndOrigin
2004-12-13  Robin Dunndeprecated Get/SetOptimization
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-07-21  Robin DunnAdded docstrings
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-28  Robin DunnAdd GetHDC back
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-05-02  Robin DunnReverted to old method names/signatures for wx.DC,...
2004-04-30  Robin DunnDocstring updates and tweaks for epydoc
2004-04-22  Robin DunnVarious tweaks, docstring fixes, etc.
2004-03-10  Robin DunnwxMac can do wxMetaFileDC now
2004-03-06  Robin DunnUpdated DrawPolyPolygon note
2004-02-21  Robin DunnUse the standard wxBufferedDC again
2004-02-21  Robin DunnUse a local copy of the old wxBufferedDC classes until...
2004-02-19  Robin DunnReverted wxBufferedDC changes
2004-02-17  Robin Dunncorrected %addtofunc for BufferedDC constructor
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-11  Robin DunnUpdates to reflect recent changes in wxWindows
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-06  Robin DunnAdded a set of 2.4 compatibility classes for the wxDC...
2003-12-20  Robin DunnAquire the GIL before raising the NotImplementedError...
2003-11-28  Robin DunnExpose SetClippingRegion(point, size)
2003-11-22  Robin DunnLots of little bug fixes, API updates, etc.
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...