summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-private.h
Commit message (Expand)AuthorAgeFilesLines
* 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