]> git.saurik.com Git - wxWidgets.git/history - src/cocoa/bitmap.mm
Include wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / cocoa / bitmap.mm
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2005-05-22  David ElliottMake bitmaps work when compiling on Tiger and add some...
2005-01-11  David ElliottImplemented simplistic ConvertToImage()
2005-01-11  David ElliottCorrected m_depth assignment in CopyFromIcon
2005-01-11  David ElliottImplement CopyFromIcon
2004-12-29  David ElliottAdded wxBitmap::UseAlpha() stub.
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...