summaryrefslogtreecommitdiff
path: root/src/cairo-xml-surface.c
Commit message (Expand)AuthorAgeFilesLines
* xml: Fix backend structureAndrea Canciani2011-11-091-26/+11
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-4/+7
* xml: Include 'cairo-image-surface-private.h'Chris Wilson2011-08-141-0/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-1/+5
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-13/+14
* Implement cairo_backend_tChris Wilson2011-07-151-0/+3
* pattern: Use double precision for gradient extreme objectsAndrea Canciani2011-01-021-10/+4
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* Fix xml-surface use of load_truetype_fontAdrian Johnson2010-11-231-1/+1
* xml: fix a typo to correct the indentation after <path></path>Kouhei Sutou2010-09-121-1/+1
* device: Make flush vfunc return a cairo_status_tBenjamin Otte2010-06-071-1/+3
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-301-0/+1
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-19/+9
* xml: Port to cairo_device_tChris Wilson2010-01-221-103/+107
* Add cairo_device_tChris Wilson2010-01-221-0/+1
* Constify stroke style and matrices.Chris Wilson2010-01-221-3/+3
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-16/+16
* [API] Make _cairo_meta_surface_replay() private againBenjamin Otte2009-09-301-1/+1
* Compiler warningsChris Wilson2009-09-011-4/+4
* Add xml surfaceChris Wilson2009-08-291-0/+1153