[cairo-commit] cairo ChangeLog,1.1181,1.1182
Carl Worth
commit at pdx.freedesktop.org
Mon Dec 19 22:01:41 PST 2005
- Previous message: [cairo-commit] cairo/src cairo-beos-surface.cpp,1.3,1.4
- Next message: [cairo-commit] cairo/src Makefile.am, 1.71, 1.72 cairo-surface.c,
1.115, 1.116 test-fallback-surface.c, 1.2,
1.3 test-meta-surface.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11678
Modified Files:
ChangeLog
Log Message:
2005-12-19 Carl Worth <cworth at cworth.org>
* src/cairo-surface.c: (_cairo_surface_create_similar_solid):
Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle
as only the former is guaranteed to work with all backends.
* src/test-fallback-surface.c: Refine the comment describing this
test surface.
* src/Makefile.am:
* src/test-meta-surface.c: (_test_meta_surface_create),
(_test_meta_surface_create_for_data),
(_test_meta_surface_create_similar), (_test_meta_surface_finish),
(_test_meta_surface_acquire_source_image),
(_test_meta_surface_release_source_image),
(_test_meta_surface_show_page),
(_test_meta_surface_intersect_clip_path),
(_test_meta_surface_get_extents), (_test_meta_surface_paint),
(_test_meta_surface_mask), (_test_meta_surface_stroke),
(_test_meta_surface_fill), (_test_meta_surface_show_glyphs),
(_test_meta_surface_snapshot): Add new test surface for exercising
cairo_meta_surface.
* test/.cvsignore:
* test/cairo-test.c: (create_image_surface),
(create_test_fallback_surface), (create_test_meta_surface),
(cairo_test_for_target), (cairo_test_expecting): Simplify the
image and test_fallback targets by not using
create_for_data. Allow for NULL cleanup target functions. Add
support for the test_meta_surface.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1181
retrieving revision 1.1182
diff -u -d -r1.1181 -r1.1182
--- ChangeLog 20 Dec 2005 01:16:28 -0000 1.1181
+++ ChangeLog 20 Dec 2005 06:01:39 -0000 1.1182
@@ -1,3 +1,34 @@
+2005-12-19 Carl Worth <cworth at cworth.org>
+
+ * src/cairo-surface.c: (_cairo_surface_create_similar_solid):
+ Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle
+ as only the former is guaranteed to work with all backends.
+
+ * src/test-fallback-surface.c: Refine the comment describing this
+ test surface.
+
+ * src/Makefile.am:
+ * src/test-meta-surface.c: (_test_meta_surface_create),
+ (_test_meta_surface_create_for_data),
+ (_test_meta_surface_create_similar), (_test_meta_surface_finish),
+ (_test_meta_surface_acquire_source_image),
+ (_test_meta_surface_release_source_image),
+ (_test_meta_surface_show_page),
+ (_test_meta_surface_intersect_clip_path),
+ (_test_meta_surface_get_extents), (_test_meta_surface_paint),
+ (_test_meta_surface_mask), (_test_meta_surface_stroke),
+ (_test_meta_surface_fill), (_test_meta_surface_show_glyphs),
+ (_test_meta_surface_snapshot): Add new test surface for exercising
+ cairo_meta_surface.
+
+ * test/.cvsignore:
+ * test/cairo-test.c: (create_image_surface),
+ (create_test_fallback_surface), (create_test_meta_surface),
+ (cairo_test_for_target), (cairo_test_expecting): Simplify the
+ image and test_fallback targets by not using
+ create_for_data. Allow for NULL cleanup target functions. Add
+ support for the test_meta_surface.
+
2005-12-20 Christian Biesinger <cbiesinger at web.de>
* src/cairo-beos-surface.cpp: Use correct color when OPERATOR_SOURCE
- Previous message: [cairo-commit] cairo/src cairo-beos-surface.cpp,1.3,1.4
- Next message: [cairo-commit] cairo/src Makefile.am, 1.71, 1.72 cairo-surface.c,
1.115, 1.116 test-fallback-surface.c, 1.2,
1.3 test-meta-surface.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list