summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-surface-private.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-03-21paginated: Use common is_clear.Chris Wilson1-1/+0
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-2/+2
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-9/+0
2007-08-23Remove include of cairoint.h from *-private.h header files.Carl Worth1-1/+1
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-1/+1
2007-04-21[paginated] Include cairo-surface-private.hBehdad Esfahbod1-0/+2
2007-04-21[paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.hBehdad Esfahbod1-91/+25
2007-04-21[paginated] Move cairo_paginated_mode_t to cairo-types-private.hBehdad Esfahbod1-5/+0
2007-04-11Mark function tables with attribute(warn_unused_result)Chris Wilson1-1/+1
2006-04-14Move optimization of CLEAR on blank page up from PS to paginated surface.Carl Worth1-0/+8
2006-04-14Update documentation of cairo_paginated_surfaceCarl Worth1-0/+12
2006-04-14Add a start_page function to the paginated_surface_backend.Carl Worth1-2/+58
2006-04-14Add a new cairo_paginated_surface_backend_t rather than just a single functio...Carl Worth1-7/+10
2006-02-27Drop gratuitous structure with single function pointer. RenameCarl Worth1-7/+3
2006-02-27rename evaluate surface to analyze surface, pull to separate filesKeith Packard1-1/+1
2006-02-27Primitive "real" postscript output for stroke/fill/paintKeith Packard1-1/+14
2006-02-24Mark private functions as cairo_privateChristian Biesinger1-1/+1
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-0/+1
2006-01-11Note that from here on out, the PDF output should always pass the entire test...Carl Worth1-0/+6
2005-12-21Add a private cairo_paginated_surface_t which builds on top of the meta surfa...Carl Worth1-0/+46