summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-surface.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Let surfaces specify their native resolution, for fallback purposesVladimir Vukicevic2007-09-181-2/+2
* Change paginated surface size when PS/PDF _set_size() calledAdrian Johnson2007-09-161-0/+23
* PS: Remove copy_page()Adrian Johnson2007-09-161-2/+1
* Export cairo_surface_{copy,show}_pageVladimir Vukicevic2007-09-111-3/+3
* Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson2007-08-311-1/+1
* [cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson2007-08-311-1/+1
* Add finer-grained fallback support to the PDF surfaceAdrian Johnson2007-08-271-2/+4
* PS: Add finer-grained image fallback supportAdrian Johnson2007-08-211-26/+105
* [cairo-paginated-surface] Add XXX mark to integer width,height argumentsBehdad Esfahbod2007-08-201-0/+1
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-3/+3
* [cairo-paginated-surface] Check surface status during finish.Chris Wilson2007-05-161-2/+9
* [cairo-paginated-surface] Propagate malloc failureChris Wilson2007-05-081-2/+8
* [paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.hBehdad Esfahbod2007-04-211-30/+2
* paginated: Add missing error check for _cairo_surface_show_pageCarl Worth2007-04-101-1/+3