]> git.saurik.com Git - wxWidgets.git/history - src/cocoa/bitmap.mm
More name change
[wxWidgets.git] / src / cocoa / bitmap.mm
2004-05-23  Julian SmartMore name change
2004-04-13  David ElliottChange <class PixelData> to <typename PixelData> (2...
2004-04-10  David ElliottAdded missing wxT()
2004-02-09  David ElliottwxBitmap::GetNSImage(): Added trace messages. Release...
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-29  David ElliottConvertToImage: Check !Ok() (we may not have any ref...
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2003-12-15  David ElliottAdd wxBitmap::GetNSImage() which creates an autorelease...
2003-12-09  David ElliottAdd support for wxMask creation from RGBx data (x=unused)
2003-12-08  David ElliottCompilation fix
2003-12-08  David ElliottImplement wxMask given a wxBitmap and a mask wxColour.
2003-12-06  David ElliottAdded simple implementation of (Get|Unget)RawData.
2003-09-02  David ElliottSupport precompiled headers
2003-08-08  David Elliott* When cloning the ref data, copy the NSBitmapImageRep...
2003-08-05  David ElliottRemoved wxTheBitmapList code
2003-07-21  David ElliottwxCocoa: Added preliminary wxBitmap support
2003-03-22  David ElliottFIXME: Complete stubs or other cruft necessary to make...