[cairo-commit] cairo ChangeLog,1.423,1.424
Carl Worth
commit at pdx.freedesktop.org
Wed Mar 9 13:58:22 PST 2005
- Previous message: [cairo-commit] cairo TODO,1.33,1.34 ChangeLog,1.422,1.423
- Next message: [cairo-commit]
cairo/test cairo_test.c, 1.10, 1.11 cairo_test.h, 1.3,
1.4 clip_twice.c, 1.1, 1.2 coverage.c, 1.2, 1.3 fill_rule.c,
1.2, 1.3 leaky_polygon.c, 1.1, 1.2 line_width.c, 1.1,
1.2 linear_gradient.c, 1.1, 1.2 move_to_show_surface.c, 1.1,
1.2 pixman_rotate.c, 1.2, 1.3 text_cache_crash.c, 1.4,
1.5 text_rotate.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv6001
Modified Files:
ChangeLog
Log Message:
* test/cairo_test.c: (cairo_test):
* test/cairo_test.h:
* test/clip_twice.c: (draw):
* test/coverage.c: (draw):
* test/fill_rule.c: (draw):
* test/leaky_polygon.c: (draw):
* test/line_width.c: (draw):
* test/linear_gradient.c: (draw):
* test/move_to_show_surface.c: (draw):
* test/pixman_rotate.c: (draw):
* test/text_cache_crash.c: (draw):
* test/text_rotate.c: (draw): Change the draw function under test
to return a cairo_test_status_t so that it can indicate test
failure even if there is no result image.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -d -r1.423 -r1.424
--- ChangeLog 9 Mar 2005 21:56:37 -0000 1.423
+++ ChangeLog 9 Mar 2005 21:58:20 -0000 1.424
@@ -1,5 +1,22 @@
2005-03-09 Carl Worth <cworth at cworth.org>
+ * test/cairo_test.c: (cairo_test):
+ * test/cairo_test.h:
+ * test/clip_twice.c: (draw):
+ * test/coverage.c: (draw):
+ * test/fill_rule.c: (draw):
+ * test/leaky_polygon.c: (draw):
+ * test/line_width.c: (draw):
+ * test/linear_gradient.c: (draw):
+ * test/move_to_show_surface.c: (draw):
+ * test/pixman_rotate.c: (draw):
+ * test/text_cache_crash.c: (draw):
+ * test/text_rotate.c: (draw): Change the draw function under test
+ to return a cairo_test_status_t so that it can indicate test
+ failure even if there is no result image.
+
+2005-03-09 Carl Worth <cworth at cworth.org>
+
* TODO: Update API Shakeup planning chart.
fix typos.
- Previous message: [cairo-commit] cairo TODO,1.33,1.34 ChangeLog,1.422,1.423
- Next message: [cairo-commit]
cairo/test cairo_test.c, 1.10, 1.11 cairo_test.h, 1.3,
1.4 clip_twice.c, 1.1, 1.2 coverage.c, 1.2, 1.3 fill_rule.c,
1.2, 1.3 leaky_polygon.c, 1.1, 1.2 line_width.c, 1.1,
1.2 linear_gradient.c, 1.1, 1.2 move_to_show_surface.c, 1.1,
1.2 pixman_rotate.c, 1.2, 1.3 text_cache_crash.c, 1.4,
1.5 text_rotate.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list