summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Add cairo_device_tChris Wilson2010-01-221-1/+3
* Real zero-copy cow snapshottingChris Wilson2010-01-221-2/+5
* Constify stroke style and matrices.Chris Wilson2010-01-221-3/+3
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-46/+46
* [API] Make _cairo_meta_surface_replay() private againBenjamin Otte2009-09-301-2/+2
* [paginated] Propagate error return during finish.Chris Wilson2009-07-271-0/+10
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-137/+97
* Export meta-surfaceChris Wilson2009-07-031-8/+8
* [region] Remove underscores from _cairo_region_*Søren Sandmann2009-03-281-2/+2
* [region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen2009-03-281-17/+17
* Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()Søren Sandmann2009-02-151-11/+8
* Query the backend to see if we can repaint the solid pattern.Chris Wilson2008-12-181-0/+1
* [cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja2008-12-061-0/+2
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-19/+19
* [region] Use the caller supplied array for extracting boxes.Chris Wilson2008-11-211-0/+3
* Add an extents argument to the high level surface backend functionsAdrian Johnson2008-11-021-11/+16
* [paginated] Emit fallback images using FILTER_NEAREST.Chris Wilson2008-10-301-5/+8
* [pattern] Avoid needless copying of patterns.Chris Wilson2008-10-301-6/+6
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-2/+0
* [paginated] Free local reference to target on error path.Chris Wilson2008-10-191-0/+1
* [svg] Use finer-grained fallbacks for SVG 1.2Chris Wilson2008-10-081-30/+17
* [paginated] Set paginated mode before every replay.Chris Wilson2008-09-281-9/+14
* [show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod2008-09-181-2/+2
* Add new public API cairo_surface_has_show_text_glyphs()Behdad Esfahbod2008-08-181-1/+1
* Add paginated surface backend function _set_fallback_images_requiredAdrian Johnson2008-07-081-0/+9
* Remove _cairo_surface_show_glyphs() in favor of _cairo_surface_show_text_glyp...Behdad Esfahbod2008-06-301-40/+3
* [paginated-surface] Implement show_text_glyphsBehdad Esfahbod2008-06-261-1/+59
* [cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod2008-05-231-1/+2
* [cairo-paginated-surface] Clean up reference counting messBehdad Esfahbod2008-05-091-1/+1
* Round fallback image size up instead of downAdrian Johnson2008-03-091-2/+2
* [cairo-paginated-surface] Fix enum compiler warning.Chris Wilson2008-02-271-0/+1
* [cairo_surface_show/copy_page()] Make them return void, like cairo_show/copy_...Behdad Esfahbod2008-01-251-4/+8
* Quiet a warning about switch without some cairo_surface_type_t enum valuesCarl Worth2008-01-181-0/+10
* [cairo-analysis-surface] Return the nil surface rather than NULL.Chris Wilson2008-01-171-3/+2
* [cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson2008-01-161-3/+5
* [cairo-paginated-surface] Set error on surface for operations done its behalf.Chris Wilson2008-01-131-2/+3
* [cairo-paginated-surface] Call the abstract cairo_surface_show_page ().Chris Wilson2008-01-101-1/+1
* Add FALLBACK mode to paginated surfaceAdrian Johnson2008-01-071-1/+3
* Fix PS/PDF meta surface patternsAdrian Johnson2007-12-291-0/+1
* Remove rasterization when a paginated surace is used as a sourceCarl Worth2007-12-141-34/+0
* Remove cairo_private from static declarationBoying Lu2007-12-121-1/+1
* Use correct surface resolution when creating paginated fallback imageVladimir Vukicevic2007-11-091-2/+2
* [cairo-paginated-surface] Mark the backend static.Chris Wilson2007-11-011-2/+2
* [cairo-paginated-surface] Propagate backend errors to the surface.Chris Wilson2007-10-051-23/+34
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-5/+3
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+3
* Add Encapsulated PostScript supportAdrian Johnson2007-09-231-2/+13
* [win32] Add win32 printing surfaceVladimir Vukicevic2007-09-181-16/+21