]> git.saurik.com Git - wxWidgets.git/history - src/cocoa/dc.mm
CodeWarrior dislikes #include <> syntax for in-tree headers, prefer ""
[wxWidgets.git] / src / cocoa / dc.mm
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