index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-svg-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-23
/
+23
2009-10-21
Support component-alpha.
Chris Wilson
1
-3
/
+7
2009-09-30
[API] Make _cairo_meta_surface_replay() private again
Benjamin Otte
1
-1
/
+1
2009-08-29
Use the more generic is_box when doing simple extent checks
Chris Wilson
1
-1
/
+1
2009-08-29
[build] Add options for warning about bad casts
Chris Wilson
1
-2
/
+2
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-246
/
+281
2009-07-14
[SVG] Add extended blend modes.
Emmanuel Pacaud
1
-0
/
+6
2009-07-03
Export meta-surface
Chris Wilson
1
-4
/
+4
2009-06-19
[svg] Break circular snapshot reference by explicit finish
Chris Wilson
1
-0
/
+4
2009-03-31
Check for errors during get_mime_data()
Chris Wilson
1
-0
/
+2
2008-12-18
[image] Eliminate the short-lived context used for coercing.
Chris Wilson
1
-10
/
+8
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-7
/
+8
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-8
/
+8
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-42
/
+42
2008-11-23
Move cairo-jpeg-info.c to cairo-image-info.c
Adrian Johnson
1
-3
/
+3
2008-11-05
[svg] Embed original PNG data.
Chris Wilson
1
-0
/
+38
2008-11-05
[svg] Embed jpeg data.
Chris Wilson
1
-4
/
+46
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-9
/
+15
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-25
/
+25
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-2
/
+2
2008-10-20
Add API documentation for NULL filenames and write_funcs.
Chris Wilson
1
-2
/
+8
2008-10-19
[svg] Lock the scaled_font whilst emitting glyphs.
Chris Wilson
1
-0
/
+2
2008-10-15
[svg] Add notes about why we shouldn't add DOCTYPE.
Chris Wilson
1
-0
/
+22
2008-10-08
[svg] Use finer-grained fallbacks for SVG 1.2
Chris Wilson
1
-9
/
+25
2008-09-29
Clean up compile warnings.
Chris Wilson
1
-1
/
+0
2008-09-29
[pattern] Remove the hack to support cloning surface patterns.
Owen W. Taylor
1
-14
/
+2
2008-09-28
[svg] Compile fix for last commit.
Chris Wilson
1
-2
/
+3
2008-09-28
[svg] Check that the mask is supported.
Chris Wilson
1
-2
/
+15
2008-09-28
[svg] Enable the assertion that paint() is supported.
Chris Wilson
1
-9
/
+4
2008-09-28
[svg] Kill _cairo_svg_surface_force_fallbacks.
Chris Wilson
1
-3
/
+2
2008-09-28
[SVG] make backend handle new operators gracefully
Benjamin Otte
1
-14
/
+31
2008-09-28
[SVG] use _cairo_operator_bounded_by_source()
Benjamin Otte
1
-15
/
+12
2008-09-28
Automate error checking for fallback-resolution.
Chris Wilson
1
-4
/
+2
2008-09-27
[svg] Fix comp-op for paint, mask and show_glyphs operations.
Emmanuel Pacaud
1
-83
/
+113
2008-09-22
[svg] Counteract application of object matrix to mask.
Kai-Uwe Behrmann
1
-4
/
+5
2008-09-17
[svg] Emit user-fonts.
Chris Wilson
1
-0
/
+7
2008-09-01
Check that lvalue of BITSWAP8() is a uint8_t.
Chris Wilson
1
-2
/
+2
2008-08-17
[svg] Tweak base64_write_func().
Chris Wilson
1
-17
/
+14
2008-06-29
Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mapping
Adrian Johnson
1
-0
/
+1
2008-05-28
Fix whitespace
Behdad Esfahbod
1
-1
/
+1
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-05-09
[cairo-paginated-surface] Clean up reference counting mess
Behdad Esfahbod
1
-1
/
+4
2008-04-07
SVG: Fix generation of mask_id identifiers
Carl Worth
1
-4
/
+14
2008-04-02
[cairo-svg-surface] Check surface status before extracting the svg target.
Chris Wilson
1
-0
/
+5
2008-04-02
[cairo-svg-surface] Missing status check.
Chris Wilson
1
-0
/
+3
2008-04-02
[cairo-svg-surface] Release acquired surface on error path.
Chris Wilson
1
-2
/
+3
2008-04-01
[SVG] Fix stroke-image test failure.
Emmanuel Pacaud
1
-36
/
+60
2008-03-26
Use floating-point offsets for color stops
Carl Worth
1
-17
/
+14
2008-03-20
[SVG] Replace the color property by stroke.
Emmanuel Pacaud
1
-3
/
+3
[next]