summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface-private.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-171/+0
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-1/+4
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-31/+12
2009-07-03Export meta-surfaceChris Wilson1-9/+5
2008-11-02Make meta-surface store and replay extents of each operationAdrian Johnson1-0/+1
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-1/+1
2008-06-26[meta-surface] Implement show_text_glyphs; Remove show_glyphsBehdad Esfahbod1-4/+9
2008-05-09[cairo-meta-surface] Add _cairo_meta_surface_get_path()Behdad Esfahbod1-0/+4
2007-10-10Fix some trivial syntax warnings for -ansi.Chris Wilson1-1/+1
2007-09-05Add support for PDF meta-surface patternsAdrian Johnson1-0/+4
2007-08-21PS: Add finer-grained image fallback supportAdrian Johnson1-7/+27
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth1-1/+1
2006-04-27Optimisation of CLEAR operator in meta-surface.Emmanuel Pacaud1-0/+3
2006-03-01Remove trailing comma in enumerationChristian Biesinger1-1/+1
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-1/+5
2005-12-21Remove cruft from old commands that the meta surface no longer implements (co...Carl Worth1-49/+0
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-8/+8
2005-12-14Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...Carl Worth1-5/+1
2005-12-07Note that self-copy now works with the PS backend.Carl Worth1-2/+10
2005-11-08Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ...Carl Worth1-31/+68
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth1-4/+4
2005-10-13Push fill_path fallbacks down from gstate into the surface where all the othe...Carl Worth1-0/+3
2005-08-09Add cairo_private to several function prototypes that were missing it.Carl Worth1-2/+2
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-0/+3
2005-07-13Use the _cairo_surface_*() functions when replaying.Kristian Høgsberg1-0/+1
2005-07-01Add meta surface implementation.Kristian Høgsberg1-0/+151