Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / cocoa / dcmemory.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.
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-08-01  David ElliottMake masks and alpha work for wxCOPY when blitting...
2006-10-31  Vadim Zeitlincompilation fix after wxMemoryDCBase changes
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2005-01-18  David ElliottDon't depend on m_cocoaWxToBoundsTransform not being...
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-10  David ElliottAdded wxMemoryDC::Clear()
2004-10-04  David ElliottAdded wxAutoNSAutoreleasePool where needed for controls...
2004-05-23  Julian SmartMore name change
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-29  David ElliottUse wxBitmap::GetNSImage(false) instead of duplicating...
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2003-09-02  David ElliottSupport precompiled headers
2003-08-08  David Elliottlock/unlockFocus when doing the copy in SelectObject
2003-08-08  David Elliott* Since AppKit cannot draw directly on NSBitmapImageRep...
2003-07-22  David ElliottwxCocoa: Added preliminary Blit support
2003-07-21  David ElliottwxCocoa: Preliminary wxMemoryDC implementation