]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_image.i
Add IsOk's
[wxWidgets.git] / wxPython / src / _image.i
2006-10-09  Robin DunnAdd IsOk's
2006-09-25  Robin Dunnvarious changes to get up to date with CVS
2006-09-08  Robin DunnMore properties
2006-08-29  Robin DunnNow that the typemap is handling buffer-compatible...
2006-08-22  Robin DunnRefactored wx.ImageFromBuffer
2006-08-20  Robin DunnAdd ImageFromBuffer
2006-06-27  Robin Dunnlittle tweaks
2006-04-18  Robin DunnChanged how the stock objects (wx.RED, wx.RED_PEN,...
2006-03-05  Robin DunnAdd GetHandlers
2006-01-20  Robin DunnAdded ConvertToGreyscale
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-05-07  Robin DunnLots of docstring fixes and additions
2005-04-29  Robin DunnCompleted wxImage docstrings
2005-04-20  Robin Dunnadded some docstrings
2005-04-07  Robin Dunnfixed paste error
2005-04-07  Robin DunnDisable typemap for wxImage constructors
2005-04-04  Robin DunnIsTransparent and etc.
2005-04-02  Robin DunnUse Python's buffer interface API for all image data...
2005-03-25  Robin DunnAdded GetCount, GetCountRGB, and GetCountColour methods to
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-05  Robin DunnAdd Resize, SetRGBRect, Size, and GetOrFindMaskColour...
2005-02-28  Robin DunnAdded more image options
2005-02-26  Robin Dunnminor tweaks
2005-02-19  Robin DunnAdd InitAlpha
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-07  Robin DunnAdded ImageFromDataWithAlpha ctor
2004-11-19  Robin DunnAdded ConvertColourToAlpha
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-18  Robin DunnGetthe GIL before raisign an exception
2004-09-10  Robin DunnAdd depth param to ConvertToBitmap
2004-08-25  Robin DunnConvertAlphaToMask
2004-08-02  Robin Dunnfixed typo
2004-08-02  Robin DunnAdded wxQuantize
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-17  Robin Dunnwx.InitAllImageHandlers is now an empty function that...
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-04-30  Robin DunnDocstring updates and tweaks for epydoc
2004-04-15  Robin DunnAdded some convenience methods to wx.Bitmap: SetSize...
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
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...