summaryrefslogtreecommitdiff
path: root/src/cairo-xml-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-11-23Fix xml-surface use of load_truetype_fontAdrian Johnson1-1/+1
2010-09-12xml: fix a typo to correct the indentation after <path></path>Kouhei Sutou1-1/+1
2010-06-07device: Make flush vfunc return a cairo_status_tBenjamin Otte1-1/+3
2010-04-27Update FSF addressAndrea Canciani1-1/+1
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