summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-surface.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-46/+46
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-2/+2
2009-07-27[paginated] Propagate error return during finish.Chris Wilson1-0/+10
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-137/+97
2009-07-03Export meta-surfaceChris Wilson1-8/+8
2009-03-28[region] Remove underscores from _cairo_region_*Søren Sandmann1-2/+2
2009-03-28[region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen1-17/+17
2009-02-15Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()Søren Sandmann1-11/+8
2008-12-18Query the backend to see if we can repaint the solid pattern.Chris Wilson1-0/+1
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-19/+19
2008-11-21[region] Use the caller supplied array for extracting boxes.Chris Wilson1-0/+3
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-11/+16
2008-10-30[paginated] Emit fallback images using FILTER_NEAREST.Chris Wilson1-5/+8
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-6/+6
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-2/+0
2008-10-19[paginated] Free local reference to target on error path.Chris Wilson1-0/+1
2008-10-08[svg] Use finer-grained fallbacks for SVG 1.2Chris Wilson1-30/+17
2008-09-28[paginated] Set paginated mode before every replay.Chris Wilson1-9/+14
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-2/+2
2008-08-18Add new public API cairo_surface_has_show_text_glyphs()Behdad Esfahbod1-1/+1
2008-07-08Add paginated surface backend function _set_fallback_images_requiredAdrian Johnson1-0/+9
2008-06-30Remove _cairo_surface_show_glyphs() in favor of _cairo_surface_show_text_glyp...Behdad Esfahbod1-40/+3
2008-06-26[paginated-surface] Implement show_text_glyphsBehdad Esfahbod1-1/+59
2008-05-23[cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod1-1/+2
2008-05-09[cairo-paginated-surface] Clean up reference counting messBehdad Esfahbod1-1/+1
2008-03-09Round fallback image size up instead of downAdrian Johnson1-2/+2
2008-02-27[cairo-paginated-surface] Fix enum compiler warning.Chris Wilson1-0/+1
2008-01-25[cairo_surface_show/copy_page()] Make them return void, like cairo_show/copy_...Behdad Esfahbod1-4/+8
2008-01-18Quiet a warning about switch without some cairo_surface_type_t enum valuesCarl Worth1-0/+10
2008-01-17[cairo-analysis-surface] Return the nil surface rather than NULL.Chris Wilson1-3/+2
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-3/+5
2008-01-13[cairo-paginated-surface] Set error on surface for operations done its behalf.Chris Wilson1-2/+3
2008-01-10[cairo-paginated-surface] Call the abstract cairo_surface_show_page ().Chris Wilson1-1/+1
2008-01-07Add FALLBACK mode to paginated surfaceAdrian Johnson1-1/+3
2007-12-29Fix PS/PDF meta surface patternsAdrian Johnson1-0/+1
2007-12-14Remove rasterization when a paginated surace is used as a sourceCarl Worth1-34/+0
2007-12-12Remove cairo_private from static declarationBoying Lu1-1/+1
2007-11-09Use correct surface resolution when creating paginated fallback imageVladimir Vukicevic1-2/+2
2007-11-01[cairo-paginated-surface] Mark the backend static.Chris Wilson1-2/+2
2007-10-05[cairo-paginated-surface] Propagate backend errors to the surface.Chris Wilson1-23/+34
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-5/+3
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+3
2007-09-23Add Encapsulated PostScript supportAdrian Johnson1-2/+13
2007-09-18[win32] Add win32 printing surfaceVladimir Vukicevic1-16/+21
2007-09-18Let surfaces specify their native resolution, for fallback purposesVladimir Vukicevic1-2/+2
2007-09-16Change paginated surface size when PS/PDF _set_size() calledAdrian Johnson1-0/+23
2007-09-16PS: Remove copy_page()Adrian Johnson1-2/+1
2007-09-11Export cairo_surface_{copy,show}_pageVladimir Vukicevic1-3/+3