Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / osx / carbon / graphics.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-15  Vadim ZeitlinSupport using GetTextExtent() with empty string to...
2013-04-12  Robin DunnEnsure there is valid context for DrawRectangle
2012-12-23  Stefan Csomormaking sure we are using correct implementation for...
2012-12-19  Stefan Csomoractivating DrawRectangle optimization
2012-11-04  Vadim ZeitlinUse kCGBlendModeExclusion for wxCOMPOSITION_XOR operation.
2012-09-30  Vadim ZeitlinNo changes, just remove unneeded variable initialization.
2012-06-14  Stefan Csomorcleanup for 10.5 minimum
2012-06-14  Stefan Csomorremoving superfluous 10.5 checks
2012-06-13  Stefan Csomorhaving ONE set of raster-ops starting from 10.5
2012-05-17  Paul Cornettmark virtual overrides as virtual
2012-05-11  Robin DunnEnable access to the native bitmap object wrapped by...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-02-28  Stefan Csomormaking sure TextMatrix is always identity, there were...
2012-01-19  Stefan Csomorguard against invalid color ref
2011-10-20  Robin DunnDelegate wxGraphicsBitmap::ConvertToImage to the render...
2011-10-12  Stefan Csomorapplying slightly modified patch, fixes #13434
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-09  Vadim ZeitlinDon't make private wxGraphicsContext-derived classes...
2011-10-09  Vadim ZeitlinAdded wxGraphicsBitmap::ConvertToImage().
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-18  Stefan Csomorfixing iphone build
2011-06-09  Stefan Csomoradding implementation for osx
2011-06-09  Stefan Csomoradding placeholders for interpolation setting
2011-06-06  Stefan Csomorspeeding up rectangle drawing by using specific methods...
2011-05-18  Stefan Csomormaking sure clip (device coordinages) is applied before...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for osx, see #11853
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-31  Vadim ZeitlinImplement wxGraphicsContext::GetSize() for Cairo.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-06  Stefan Csomoruse FixedToFloat everywhere to make sure we don't round...
2011-02-24  Stefan Csomorreverting part of r58797, otherwise wxClientDC get...
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2010-12-19  Vadim ZeitlinFix initial gradient point calculation in wxOSX.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-04-18  Stefan Csomorconcatenation must use prepend mode on osx as well
2010-04-06  Stefan Csomormaking gradients working again
2010-04-06  Stefan Csomorfixing warnings
2010-04-06  Vadim ZeitlinImplement support for gradient stops for OS X.
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-02-28  Stefan Csomortranslate 0.5 offset into user space before applying...
2009-11-28  Stefan Csomor64bit builds had problems with full circles, as we...
2009-11-10  Vadim ZeitlinFix discrepancy between different ways of measuring...
2009-10-24  Stefan Csomorswitching to explicit flush mode, otherwise clientdc...
2009-10-03  Paul CornettRemove unused global bitmap, which caused crash on...
2009-10-02  Stefan Csomoradding construction from native bitmaps
2009-09-30  Stefan Csomorfixing text matrix (dataview custom renderer showed...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-03-29  Stefan Csomoradding iphone code
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-23  Stefan Csomorfixing warning in osx core and carbon
2009-03-20  Stefan Csomorreworked font handling for osx
2009-02-22  Kevin OllivierMissed one symbol used in the compatibility path.
2009-02-22  Kevin OllivierFix for building under 10.4, where the BlendMode consta...
2009-02-16  Robert RoeblingCompilo
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-12  Stefan CsomorCGContextFlush is already called in SetNativeContext
2009-02-10  Stefan Csomorsupporting graphics context on invisible views, icon...
2009-02-09  Stefan Csomorpaint event handling fixes and wxClientDC implementatio...
2009-02-09  Kevin OllivierDo a sanity check to make sure GetWindow() has a valid...
2009-01-16  Stefan Csomorfixing infinite recursion for rotated text, introduced...
2009-01-08  Francesco Montorsibuild fix
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsifix build
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-09-11  Stefan Csomoradding missing y axis flip
2008-09-02  Stefan Csomorosx new layout
2008-08-02  Stefan Csomorguarding all text methods against unset font
2008-07-31  Stefan Csomorbetter guarding when no printing architecture exists
2008-07-30  Stefan CsomorOSX renaming round 2
2008-07-29  Stefan Csomorosx regrouping
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Stefan Csomorrenaming