]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_bitmap.i
Add IsOk's
[wxWidgets.git] / wxPython / src / _bitmap.i
2006-10-09  Robin DunnAdd IsOk's
2006-09-12  Robin Dunnmore properties
2006-09-02  Robin DunnStart adding some properties for getter/setter methods
2006-08-30  Robin DunnFixed premultiplying constant
2006-08-29  Robin Dunnsome docstring changes
2006-08-29  Robin DunnNow that the typemap is handling buffer-compatible...
2006-08-27  Robin DunnRename the C++ Iterator class to Accessor, and add...
2006-08-27  Robin DunnDo premultiplication in wx*PixelData_Iterator::Get...
2006-08-25  Robin DunnAdd wrappers for wxNativePixelData and wxAlphaPixelData
2006-08-23  Robin DunnPremultiply the alpha on wxMSW in the BitmapFromBuffer...
2006-08-22  Robin DunnAdded wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA...
2006-07-05  Robin DunnChanges needed for building with Python 2.5
2006-03-10  Robin DunnGive classes that need one a destructor wrapper, and...
2006-02-24  Robin DunnDocstring fix
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-12-22  Kevin OllivierFixes so that wxPython builds on 2.7. Mostly removing...
2005-03-28  Robin DunnNote to self...
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
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-15  Robin DunnAdded some convenience methods to wx.Bitmap: SetSize...
2004-03-08  Robin DunnAdded equality operators
2004-02-26  Robin DunnFix compilation errors due to recent typedef changes
2004-02-13  Robin DunnMake all wxMask constructors use the C++ (bitmap, colou...
2003-11-26  Robin DunnMore docstrings and rearrainged a couple things.
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...