summaryrefslogtreecommitdiff
path: root/src/cairo-xml-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-0/+1
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-19/+9
2010-01-22xml: Port to cairo_device_tChris Wilson1-103/+107
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Constify stroke style and matrices.Chris Wilson1-3/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-16/+16
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-1/+1
2009-09-01Compiler warningsChris Wilson1-4/+4
2009-08-29Add xml surfaceChris Wilson1-0/+1153