[cairo-commit] cairo ChangeLog,1.542,1.543
Carl Worth
commit at pdx.freedesktop.org
Tue May 3 08:33:34 PDT 2005
- Previous message: [cairo-commit] cairo/src Makefile.am,1.46,1.47
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.118, 1.119 cairo-png.c,
1.10, 1.11 cairo.c, 1.85, 1.86 cairo.h, 1.108, 1.109
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv19394
Modified Files:
ChangeLog
Log Message:
Originally 2005-04-20 Carl Worth <cworth at cworth.org>
* src/cairo.h:
* src/cairo.c: Remove cairo_show_surface. Add new
cairo_set_source_surface.
* src/cairo-gstate.c: Remove _cairo_gstate_show_surface.
* test/create-for-png.c: (draw):
* test/pixman-rotate.c: (draw):
* test/move-to-show-surface.c: (draw):
* test/translate-show-surface.c: (draw): Replace calls to
cairo_show_surface with cairo_set_source_surface; cairo_paint.
* test/cairo-test.c: (cairo_test_real): Fix messages to prefer -
over _.
* src/cairo-png.c: (cairo_surface_write_to_png): Fix
documentation.
* test/filter-nearest-offset-ref.png:
* test/filter-nearest-offset.c:
* test/scale-source-surface-paint-ref.png:
* test/scale-source-surface-paint.c:
* test/source-surface-scale-paint-ref.png:
* test/source-surface-scale-paint.c: Three new tests to exercise
set_source_surface more completely, (two of these are expected
failures dues to outstanding bugs).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -d -r1.542 -r1.543
--- ChangeLog 3 May 2005 15:16:47 -0000 1.542
+++ ChangeLog 3 May 2005 15:33:32 -0000 1.543
@@ -1,5 +1,36 @@
2005-05-03 Carl Worth <cworth at cworth.org>
+ Originally 2005-04-20 Carl Worth <cworth at cworth.org>
+
+ * src/cairo.h:
+ * src/cairo.c: Remove cairo_show_surface. Add new
+ cairo_set_source_surface.
+
+ * src/cairo-gstate.c: Remove _cairo_gstate_show_surface.
+
+ * test/create-for-png.c: (draw):
+ * test/pixman-rotate.c: (draw):
+ * test/move-to-show-surface.c: (draw):
+ * test/translate-show-surface.c: (draw): Replace calls to
+ cairo_show_surface with cairo_set_source_surface; cairo_paint.
+
+ * test/cairo-test.c: (cairo_test_real): Fix messages to prefer -
+ over _.
+
+ * src/cairo-png.c: (cairo_surface_write_to_png): Fix
+ documentation.
+
+ * test/filter-nearest-offset-ref.png:
+ * test/filter-nearest-offset.c:
+ * test/scale-source-surface-paint-ref.png:
+ * test/scale-source-surface-paint.c:
+ * test/source-surface-scale-paint-ref.png:
+ * test/source-surface-scale-paint.c: Three new tests to exercise
+ set_source_surface more completely, (two of these are expected
+ failures dues to outstanding bugs).
+
+2005-05-03 Carl Worth <cworth at cworth.org>
+
* TODO: Add suggestion for copy-on-write regions to fix clip
region problems.
- Previous message: [cairo-commit] cairo/src Makefile.am,1.46,1.47
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.118, 1.119 cairo-png.c,
1.10, 1.11 cairo.c, 1.85, 1.86 cairo.h, 1.108, 1.109
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list