[cairo-commit] libsvg-cairo ChangeLog,1.53,1.54
Carl Worth
commit at pdx.freedesktop.org
Thu May 12 11:12:43 PDT 2005
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.25, 1.26 Makefile.am, 1.46,
1.47 paint-with-alpha-ref.png, NONE, 1.1 paint-with-alpha.c,
NONE, 1.1
- Next message: [cairo-commit] libsvg-cairo/src svg-cairo-internal.h, 1.18,
1.19 svg_cairo.c, 1.36, 1.37 svg_cairo_state.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/libsvg-cairo
In directory gabe:/tmp/cvs-serv17232
Modified Files:
ChangeLog
Log Message:
* src/svg-cairo-internal.h:
* src/svg_cairo.c: (svg_cairo_create), (_svg_cairo_begin_group),
(_svg_cairo_begin_element), (_svg_cairo_end_group),
(_svg_cairo_quadratic_curve_to), (_svg_cairo_set_gradient),
(_svg_cairo_set_pattern), (_svg_cairo_select_font),
(_svg_cairo_transform), (_svg_cairo_render_ellipse),
(_svg_cairo_render_image), (_svg_cairo_copy_cairo_state),
(_svg_cairo_push_state), (_svg_cairo_pop_state),
(_svg_cairo_arc_to):
* src/svg_cairo_state.c: (_svg_cairo_state_init),
(_svg_cairo_state_init_copy), (_svg_cairo_state_deinit): Port to
latest cairo API changes. Cleanup implementation of group
opacity. Re-enable group opacity now that cairo_paint_with_alpha
exists. All thanks to Owen Taylor.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- ChangeLog 2 May 2005 14:42:01 -0000 1.53
+++ ChangeLog 12 May 2005 18:12:41 -0000 1.54
@@ -1,3 +1,34 @@
+2005-05-12 Carl Worth <cworth at cworth.org>
+
+ * src/svg-cairo-internal.h:
+ * src/svg_cairo.c: (svg_cairo_create), (_svg_cairo_begin_group),
+ (_svg_cairo_begin_element), (_svg_cairo_end_group),
+ (_svg_cairo_quadratic_curve_to), (_svg_cairo_set_gradient),
+ (_svg_cairo_set_pattern), (_svg_cairo_select_font),
+ (_svg_cairo_transform), (_svg_cairo_render_ellipse),
+ (_svg_cairo_render_image), (_svg_cairo_copy_cairo_state),
+ (_svg_cairo_push_state), (_svg_cairo_pop_state),
+ (_svg_cairo_arc_to):
+ * src/svg_cairo_state.c: (_svg_cairo_state_init),
+ (_svg_cairo_state_init_copy), (_svg_cairo_state_deinit): Port to
+ latest cairo API changes. Cleanup implementation of group
+ opacity. Re-enable group opacity now that cairo_paint_with_alpha
+ exists. All thanks to Owen Taylor.
+
+2005-05-11 Owen Taylor <otaylor at redhat.com>
+
+ * svg/svg_cairo.c: Fix up for cairo API changes.
+ (cairo_matrix_t, cairo_get_current_point,
+ cairo_set_source_surface, etc.)
+
+ * svg/svg-cairo-internal.h svg/svg_cairo_state.c:
+ Add a saved_cr field to the state.
+
+ * svg/svg_cairo.c: Add a child_surface parameter to
+ _svg_cairo_push_state(), and when set, create a new
+ cairo_t and save the old one away to be restored
+ at _svg_cairo_pop_state() time.
+
2005-05-02 Carl Worth <cworth at cworth.org>
* src/svg_cairo.c: (_svg_cairo_render_path): Fix to correctly
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.25, 1.26 Makefile.am, 1.46,
1.47 paint-with-alpha-ref.png, NONE, 1.1 paint-with-alpha.c,
NONE, 1.1
- Next message: [cairo-commit] libsvg-cairo/src svg-cairo-internal.h, 1.18,
1.19 svg_cairo.c, 1.36, 1.37 svg_cairo_state.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list