]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/dccg.cpp
Include wx/dcmemory.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / mac / carbon / dccg.cpp
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-02-07  David Surovellfixed DoDrawRoundedRect to use corner rounding radius...
2006-01-14  David Surovellremoved extraneous spaces
2006-01-04  Stefan Csomorstarting blend modes for Core Graphics
2005-12-23  David Surovellmore cleanup - added comment regarding possible stipple...
2005-12-15  David Surovellfixed bug introduced in prior check-ins; minor reformatting
2005-12-15  David Surovelleven more reformatting
2005-12-09  David Surovellformat cleanup; some new comments; minor optimizations
2005-12-03  Stefan Csomoravoiding unkown namespace std
2005-12-01  David Surovellminor cleanup, part 2
2005-12-01  David Surovellminor cleanup: corrected typos, etc.
2005-11-20  Vadim Zeitlindon't cast from float to int (provoking a warning)...
2005-11-05  Stefan Csomorfinished implementation for stencil and colored patterns
2005-10-09  Vadim Zeitlindon't use __MSL__ unless it's defined
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-01  Stefan Csomormoving and slightly extending the comment on CGState
2005-08-31  Stefan CsomorCoreGraphics : experimental colour pattern / dash suppo...
2005-08-27  Stefan Csomorallowing a clear of a graphic context, and set the...
2005-06-08  Stefan CsomorUniChar being platform endian
2005-05-10  Stefan Csomorcleanup
2005-04-29  Stefan Csomoradapting to latest API
2005-03-25  Stefan Csomoradding font fallbacks for non existing glyphs
2005-03-01  Stefan Csomorhave CGImage Support in all OSX builds
2005-02-27  Stefan Csomorno_rtti fix was not having correct eval order
2005-02-27  Stefan Csomorold style casts for no-rtti builds
2005-02-24  Stefan Csomoradd version checks instead of symbol checks, so that...
2005-02-23  Stefan Csomoralong the same change in dc
2005-02-21  Stefan Csomordrawing circles with a transparent pen was filling...
2005-02-21  Stefan Csomortrials for proper synchronizing between different conte...
2005-02-19  Stefan Csomorguarding against non supported logical modes
2005-02-19  Stefan Csomorcleaning up, adding support for Quartz / Themeing befor...
2005-02-18  Kevin OllivierAdding GetPartialTextExtents implementation.
2005-02-18  Stefan Csomorreintroducing direct access, cleanup
2005-02-15  Ryan Nortonfixup for missing variable
2005-02-15  Stefan Csomortheme brush erasing and cleanup
2005-02-14  Ryan Nortonwarnins!
2005-02-13  Stefan Csomoradding clipping support
2005-02-13  Stefan Csomoradding focus and border quartz support
2005-02-12  Stefan CsomorMac Core Graphics Implementation
2005-01-28  Stefan CsomorCoreGraphics dev