summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-private.h
Commit message (Expand)AuthorAgeFilesLines
* [quartz]Conditionally Use Main Display ColorSpace instead of kCGColorSpac...John Ralls2023-02-171-0/+5
* [quartz] Pretty up the surface-type and zero-size tests.John Ralls2023-02-141-0/+2
* [quartz] Cleanup and make better use of cairo_quartz_image_surface_t.John Ralls2023-02-141-12/+6
* [quartz] Convert font handling from CGFont to CTFont.John Ralls2022-04-241-0/+2
* Reimplement cairo-quartz-font with Core Text.John Ralls2022-04-241-0/+4
* [quartz] Don't use CGContextDrawTiledImage for tiled patterns.John Ralls2022-02-241-1/+0
* [quartz] Create similar surfaces using a CGLayer for faster drawing.John Ralls2022-02-241-1/+3
* [quartz] Remove cached image_surface on quartz surfaces.John Ralls2022-02-241-1/+2
* quartz: Restore 10.4-specific font codeAndrea Canciani2017-01-181-4/+8
* quartz-image: Fix buildAndrea Canciani2014-10-031-0/+3
* quartz: Do not export private functionsAndrea Canciani2012-01-151-3/+3
* quartz: Rename declaration of _cairo_quartz_create_cgimageJesse van den Kieboom2011-09-031-1/+1
* Remove quartz-image extents.Jeff Muizelaar2011-04-211-1/+1
* quartz: Move drawing state out of surfaceAndrea Canciani2010-10-131-12/+0
* quartz: Unify DO_SOLID and DO_PATTERNAndrea Canciani2010-10-131-3/+1
* quartz: Set operator when setting up sourceAndrea Canciani2010-10-131-2/+0
* quartz: Remove DO_NOTHING and DO_UNSUPPORTED actionsAndrea Canciani2010-10-131-0/+9
* quartz: Improve gradient consistencyAndrea Canciani2010-10-121-0/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* quartz: Define cairo_quartz_float_t and use instead of floatKristian Rietveld2010-04-041-0/+6
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-0/+2
* Make sure feature macros are checked using #if, not #ifdef; add a test for itBehdad Esfahbod2008-09-201-6/+5
* Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod2008-06-231-1/+1
* [cgfont] Add start of CGFont font backend to replace ATSUIVladimir Vukicevic2008-04-011-0/+5
* [quartz] Rename ATSUI font to Quartz fontVladimir Vukicevic2008-03-171-11/+3
* [quartz] Correctly handle gradients with non-identity pattern transformVladimir Vukicevic2008-03-071-1/+2
* [quartz] Add quartz-image-surface typeVladimir Vukicevic2008-02-251-2/+29
* [quartz] Store the CGFontRef and reuse it for renderingVladimir Vukicevic2008-01-151-0/+3
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-1/+1
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-1/+1
* [quartz] fix DO_IMAGEVladimir Vukicevic2007-06-081-1/+4
* [quartz] rename remaining nquartz symbols to quartz.Brian Ewins2007-03-061-3/+3
* [quartz,atsui] separate the quartz surface and atsui font backendBrian Ewins2007-03-051-3/+5
* [quartz] Remove (disabled) support for rendering via AGL/CGGLVladimir Vukicevic2007-02-201-10/+0
* [quartz] rename NQUARTZ -> QUARTZ in definesVladimir Vukicevic2007-02-201-1/+3
* [quartz] Rename nquartz to quartzVladimir Vukicevic2007-02-201-8/+22
* [nquartz] Initial commit of native quartz surfaceVladimir Vukicevic2006-09-131-0/+9
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-1/+1
* Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan2006-05-041-1/+1
* Make the API more like Vlad's new API.#Anders Carlsson2006-04-111-1/+1
* Rework the quartz backend to not always hold an image but instead to create i...Anders Carlsson2006-04-101-6/+2
* Add cairo-quartz-private.hAnders Carlsson2006-01-101-0/+61