summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-private.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-17 [quartz]Conditionally Use Main Display ColorSpace instead of kCGColorSpac...John Ralls1-0/+5
2023-02-14[quartz] Pretty up the surface-type and zero-size tests.John Ralls1-0/+2
2023-02-14[quartz] Cleanup and make better use of cairo_quartz_image_surface_t.John Ralls1-12/+6
2022-04-24[quartz] Convert font handling from CGFont to CTFont.John Ralls1-0/+2
2022-04-24Reimplement cairo-quartz-font with Core Text.John Ralls1-0/+4
2022-02-24[quartz] Don't use CGContextDrawTiledImage for tiled patterns.John Ralls1-1/+0
2022-02-24[quartz] Create similar surfaces using a CGLayer for faster drawing.John Ralls1-1/+3
2022-02-24[quartz] Remove cached image_surface on quartz surfaces.John Ralls1-1/+2
2017-01-18quartz: Restore 10.4-specific font codeAndrea Canciani1-4/+8
2014-10-03quartz-image: Fix buildAndrea Canciani1-0/+3
2012-01-15quartz: Do not export private functionsAndrea Canciani1-3/+3
2011-09-03quartz: Rename declaration of _cairo_quartz_create_cgimageJesse van den Kieboom1-1/+1
2011-04-21Remove quartz-image extents.Jeff Muizelaar1-1/+1
2010-10-13quartz: Move drawing state out of surfaceAndrea Canciani1-12/+0
2010-10-13quartz: Unify DO_SOLID and DO_PATTERNAndrea Canciani1-3/+1
2010-10-13quartz: Set operator when setting up sourceAndrea Canciani1-2/+0
2010-10-13quartz: Remove DO_NOTHING and DO_UNSUPPORTED actionsAndrea Canciani1-0/+9
2010-10-12quartz: Improve gradient consistencyAndrea Canciani1-0/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-04quartz: Define cairo_quartz_float_t and use instead of floatKristian Rietveld1-0/+6
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-0/+2
2008-09-20Make sure feature macros are checked using #if, not #ifdef; add a test for itBehdad Esfahbod1-6/+5
2008-06-23Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod1-1/+1
2008-04-01[cgfont] Add start of CGFont font backend to replace ATSUIVladimir Vukicevic1-0/+5
2008-03-17[quartz] Rename ATSUI font to Quartz fontVladimir Vukicevic1-11/+3
2008-03-07[quartz] Correctly handle gradients with non-identity pattern transformVladimir Vukicevic1-1/+2
2008-02-25[quartz] Add quartz-image-surface typeVladimir Vukicevic1-2/+29
2008-01-15[quartz] Store the CGFontRef and reuse it for renderingVladimir Vukicevic1-0/+3
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-1/+1
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-1/+1
2007-06-08[quartz] fix DO_IMAGEVladimir Vukicevic1-1/+4
2007-03-06[quartz] rename remaining nquartz symbols to quartz.Brian Ewins1-3/+3
2007-03-05[quartz,atsui] separate the quartz surface and atsui font backendBrian Ewins1-3/+5
2007-02-20[quartz] Remove (disabled) support for rendering via AGL/CGGLVladimir Vukicevic1-10/+0
2007-02-20[quartz] rename NQUARTZ -> QUARTZ in definesVladimir Vukicevic1-1/+3
2007-02-20[quartz] Rename nquartz to quartzVladimir Vukicevic1-8/+22
2006-09-13[nquartz] Initial commit of native quartz surfaceVladimir Vukicevic1-0/+9
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-1/+1
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-1/+1
2006-04-11Make the API more like Vlad's new API.#Anders Carlsson1-1/+1
2006-04-10Rework the quartz backend to not always hold an image but instead to create i...Anders Carlsson1-6/+2
2006-01-10Add cairo-quartz-private.hAnders Carlsson1-0/+61