summaryrefslogtreecommitdiff
path: root/src/cairo-svg-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Make cairo_color_stop_t a unique type.Chris Wilson1-2/+2
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-14svg: Don't write error status to the inert object.Chris Wilson1-16/+21
2010-03-30doc: Fix some missing '%' in gtk-doc commentsChris Wilson1-5/+5
2010-03-02Added new MIME type CAIRO_MIME_TYPE_URI and it's support in SVG backendAlexander Shulgin1-4/+68
2010-02-23image: split cairo_image_surface_coerce()Benjamin Otte1-2/+2
2010-01-22Add cairo_device_tChris Wilson1-1/+3
2010-01-22Constify stroke style and matrices.Chris Wilson1-20/+20
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-23/+23
2009-10-21Support component-alpha.Chris Wilson1-3/+7
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-1/+1
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