summaryrefslogtreecommitdiff
path: root/src/cairo-svg-surface.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-29Use the more generic is_box when doing simple extent checksChris Wilson1-1/+1
2009-08-29[build] Add options for warning about bad castsChris Wilson1-2/+2
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-246/+281
2009-07-14[SVG] Add extended blend modes.Emmanuel Pacaud1-0/+6
2009-07-03Export meta-surfaceChris Wilson1-4/+4
2009-06-19[svg] Break circular snapshot reference by explicit finishChris Wilson1-0/+4
2009-03-31Check for errors during get_mime_data()Chris Wilson1-0/+2
2008-12-18[image] Eliminate the short-lived context used for coercing.Chris Wilson1-10/+8
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-7/+8
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-8/+8
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-42/+42
2008-11-23Move cairo-jpeg-info.c to cairo-image-info.cAdrian Johnson1-3/+3
2008-11-05[svg] Embed original PNG data.Chris Wilson1-0/+38
2008-11-05[svg] Embed jpeg data.Chris Wilson1-4/+46
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-9/+15
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-25/+25
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-2/+2
2008-10-20Add API documentation for NULL filenames and write_funcs.Chris Wilson1-2/+8
2008-10-19[svg] Lock the scaled_font whilst emitting glyphs.Chris Wilson1-0/+2
2008-10-15[svg] Add notes about why we shouldn't add DOCTYPE.Chris Wilson1-0/+22
2008-10-08[svg] Use finer-grained fallbacks for SVG 1.2Chris Wilson1-9/+25
2008-09-29Clean up compile warnings.Chris Wilson1-1/+0
2008-09-29[pattern] Remove the hack to support cloning surface patterns.Owen W. Taylor1-14/+2
2008-09-28[svg] Compile fix for last commit.Chris Wilson1-2/+3
2008-09-28[svg] Check that the mask is supported.Chris Wilson1-2/+15
2008-09-28[svg] Enable the assertion that paint() is supported.Chris Wilson1-9/+4
2008-09-28[svg] Kill _cairo_svg_surface_force_fallbacks.Chris Wilson1-3/+2
2008-09-28[SVG] make backend handle new operators gracefullyBenjamin Otte1-14/+31
2008-09-28[SVG] use _cairo_operator_bounded_by_source()Benjamin Otte1-15/+12
2008-09-28Automate error checking for fallback-resolution.Chris Wilson1-4/+2
2008-09-27[svg] Fix comp-op for paint, mask and show_glyphs operations.Emmanuel Pacaud1-83/+113
2008-09-22[svg] Counteract application of object matrix to mask.Kai-Uwe Behrmann1-4/+5
2008-09-17[svg] Emit user-fonts.Chris Wilson1-0/+7
2008-09-01Check that lvalue of BITSWAP8() is a uint8_t.Chris Wilson1-2/+2
2008-08-17[svg] Tweak base64_write_func().Chris Wilson1-17/+14
2008-06-29Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mappingAdrian Johnson1-0/+1
2008-05-28Fix whitespaceBehdad Esfahbod1-1/+1
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/+4
2008-04-07SVG: Fix generation of mask_id identifiersCarl Worth1-4/+14
2008-04-02[cairo-svg-surface] Check surface status before extracting the svg target.Chris Wilson1-0/+5
2008-04-02[cairo-svg-surface] Missing status check.Chris Wilson1-0/+3
2008-04-02[cairo-svg-surface] Release acquired surface on error path.Chris Wilson1-2/+3
2008-04-01[SVG] Fix stroke-image test failure.Emmanuel Pacaud1-36/+60
2008-03-26Use floating-point offsets for color stopsCarl Worth1-17/+14
2008-03-20[SVG] Replace the color property by stroke.Emmanuel Pacaud1-3/+3
2008-03-12Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson1-1/+2
2008-02-20[SVG] Fix a8-mask test failure.Emmanuel Pacaud1-5/+16
2008-02-20[SVG] Fix the extend-reflect-similar test failure.Emmanuel Pacaud1-1/+6