Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / cocoa / bitmap.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-02-08  David ElliottAdd wxGCSafeRetain/wxGCSafeRelease to the vast majority...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-11-29  David ElliottImplement wxBitmap::GetSubBitmap.
2007-08-09  David ElliottAdd wxBitmap constructors and Create methods to allow...
2007-08-01  David ElliottMerged 47839 from 2.8 branch:
2007-07-28  David ElliottAdd a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon.
2007-07-27  David Elliott* Implement the wxMask copy constructor to retain the...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
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...