summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface-private.h
AgeCommit message (Expand)AuthorFilesLines
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