summaryrefslogtreecommitdiff
path: root/src/test-meta-surface.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-10test-meta-surface.c: Fix memory leak on error recovery path.Carl Worth1-2/+4
2007-04-10test-meta-surface: Add missing check for error from _cairo_surface_get_extentsCarl Worth1-1/+3
2007-04-10test-meta-surface: Add missing checks for errors from _cairo_meta_surface_replayCarl Worth1-2/+8
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-2/+2
2007-03-20Oops. Remove cairo-mutex-private.h include from test surfacesBehdad Esfahbod1-1/+0
2007-03-20Include cairo-mutex-private.h in test backendsBehdad Esfahbod1-0/+2
2007-03-13[test-surfaces] Prefix public symbols with _cairoBehdad Esfahbod1-1/+1
2007-02-06Add scaled_font->mutex to allow locking for all subordinate objectsCarl Worth1-3/+18
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-2/+2
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+2
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-2/+2
2006-02-28Add testing for cairo_surface_get_type.Carl Worth1-0/+1
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-5/+6
2005-12-21Don't implement create_similar for the test-meta or the paginated surface. Th...Carl Worth1-13/+1
2005-12-20Add some comments describing what a cairo_meta_surface_t is.Carl Worth1-38/+0
2005-12-19Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...Carl Worth1-0/+375