summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-24_cairo_surface_show_glyphs may return UNSUPPORTED in which case a call to sca...Keith Packard1-0/+17
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-2/+9
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-71/+61
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-2/+1
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-2/+4
2005-07-13Use the _cairo_surface_*() functions when replaying.Kristian Høgsberg1-18/+17
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-2/+2
2005-07-01Rewrite postscript backend to generate more interesting output than the curre...Kristian Høgsberg1-6/+0
2005-07-01Add meta surface implementation.Kristian Høgsberg1-0/+601