XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / cocoa / dc.mm
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
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-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-02-08  David ElliottAdd wxGCSafeRetain/wxGCSafeRelease to the vast majority...
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-07-20  David ElliottwxCocoa: Basic support for font underlining:
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-05-08  David ElliottRemove wxDCBase DeviceToLogical* and LogicalToDevice...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2005-02-04  Ryan Nortonuse wx/math.h for math constants - avoids redifinition...
2005-01-18  David ElliottDon't depend on m_cocoaWxToBoundsTransform not being...
2005-01-18  David ElliottSending copy to an instance infers ownership by the...
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
2005-01-14  David ElliottForgot to initialize m_cocoaWxToBoundsTransform = nil;
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2004-10-30  David ElliottCodeWarrior dislikes #include <> syntax for in-tree...
2004-10-01  Ryan Nortonfix const to normal warning
2004-05-23  Julian SmartMore name change
2004-04-11  David ElliottAdd wxAutoNSAutoreleasePool to drawing methods
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1:
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-22  David ElliottUnicode build fixes
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-22  David ElliottApplied correct filename case for header imports from...
2003-12-15  David ElliottUse wxBitmap::GetNSImage() in wxDC::DrawBitmap. Mask...
2003-09-02  David ElliottSupport precompiled headers
2003-08-04  David ElliottUse wxPen
2003-07-29  David ElliottAdded stubs for (DeviceToLogical|LogicalToDevice)(X...
2003-07-22  David ElliottwxCocoa: Added preliminary Blit support
2003-07-21  David ElliottImplemented wxDC stack with focus locking and unlocking
2003-07-21  David ElliottAdded bitmap drawing support
2003-07-14  David ElliottPut wxAutoNSAutoreleasePool in methods that may be...
2003-07-10  David ElliottAdd support for foreground and background colors to...
2003-07-09  David ElliottDon't save and restore the graphics context for color...
2003-07-09  David ElliottImplement SetBackground()
2003-07-07  David ElliottUse NSColor from wxColour and wxBrush
2003-07-05  Vadim Zeitlinsome float -> int conversion warnings suppressed (but...
2003-04-07  David ElliottDo some sanity checks in DoDrawText to make sure we...
2003-04-07  David ElliottRelocate DeviceToLogical[XY], add stub for LogicalToDev...
2003-04-06  David ElliottReplace dc.cpp with dc.mm and dcclient.cpp with dc.mm