[cairo-commit] cairo ChangeLog,1.1026.2.2,1.1026.2.3
Carl Worth
commit at pdx.freedesktop.org
Thu Sep 1 02:17:39 PDT 2005
- Previous message: [cairo-commit] cairo/test cairo-test.h, 1.13,
1.14 filter-nearest-offset.c, 1.2, 1.3 mask-ctm.c, 1.1,
1.2 mask-surface-ctm.c, 1.1, 1.2 move-to-show-surface.c, 1.8,
1.9 paint-with-alpha.c, 1.1, 1.2 scale-source-surface-paint.c,
1.2, 1.3 set-source.c, 1.3, 1.4 source-surface-scale-paint.c,
1.3, 1.4 translate-show-surface.c, 1.4, 1.5
- Next message: [cairo-commit] cairo/test cairo-test.h, 1.13,
1.13.4.1 filter-nearest-offset.c, 1.2, 1.2.2.1 mask-ctm.c, 1.1,
1.1.4.1 mask-surface-ctm.c, 1.1,
1.1.4.1 move-to-show-surface.c, 1.8,
1.8.4.1 paint-with-alpha.c, 1.1,
1.1.4.1 scale-source-surface-paint.c, 1.2,
1.2.4.1 set-source.c, 1.3,
1.3.4.1 source-surface-scale-paint.c, 1.3,
1.3.4.1 translate-show-surface.c, 1.4, 1.4.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv16544
Modified Files:
Tag: BRANCH_1_0
ChangeLog
Log Message:
2005-09-01 Carl Worth <cworth at cworth.org>
* test/cairo-test.h: Add includes to get sized-integers types such
as uint32_t.
* test/filter-nearest-offset.c: (draw):
* test/mask-ctm.c: (draw):
* test/mask-surface-ctm.c: (draw):
* test/move-to-show-surface.c: (draw):
* test/paint-with-alpha.c: (draw):
* test/scale-source-surface-paint.c: (draw):
* test/set-source.c: (draw):
* test/source-surface-scale-paint.c: (draw):
* test/translate-show-surface.c: (draw): Fix declaration of image
data array to be uint32_t rather than unsigned long. Fixes four
out of the remaining five failures in bug #4245.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1026.2.2
retrieving revision 1.1026.2.3
diff -u -d -r1.1026.2.2 -r1.1026.2.3
--- ChangeLog 31 Aug 2005 23:15:53 -0000 1.1026.2.2
+++ ChangeLog 1 Sep 2005 09:17:37 -0000 1.1026.2.3
@@ -1,3 +1,20 @@
+2005-09-01 Carl Worth <cworth at cworth.org>
+
+ * test/cairo-test.h: Add includes to get sized-integer types such
+ as uint32_t.
+
+ * test/filter-nearest-offset.c: (draw):
+ * test/mask-ctm.c: (draw):
+ * test/mask-surface-ctm.c: (draw):
+ * test/move-to-show-surface.c: (draw):
+ * test/paint-with-alpha.c: (draw):
+ * test/scale-source-surface-paint.c: (draw):
+ * test/set-source.c: (draw):
+ * test/source-surface-scale-paint.c: (draw):
+ * test/translate-show-surface.c: (draw): Fix declaration of image
+ data array to be uint32_t rather than unsigned long. Fixes four
+ out of the remaining five failures in bug #4245.
+
2005-08-31 Carl Worth <cworth at cworth.org>
* test/cairo-test.c: (create_xlib_surface): Add call to
- Previous message: [cairo-commit] cairo/test cairo-test.h, 1.13,
1.14 filter-nearest-offset.c, 1.2, 1.3 mask-ctm.c, 1.1,
1.2 mask-surface-ctm.c, 1.1, 1.2 move-to-show-surface.c, 1.8,
1.9 paint-with-alpha.c, 1.1, 1.2 scale-source-surface-paint.c,
1.2, 1.3 set-source.c, 1.3, 1.4 source-surface-scale-paint.c,
1.3, 1.4 translate-show-surface.c, 1.4, 1.5
- Next message: [cairo-commit] cairo/test cairo-test.h, 1.13,
1.13.4.1 filter-nearest-offset.c, 1.2, 1.2.2.1 mask-ctm.c, 1.1,
1.1.4.1 mask-surface-ctm.c, 1.1,
1.1.4.1 move-to-show-surface.c, 1.8,
1.8.4.1 paint-with-alpha.c, 1.1,
1.1.4.1 scale-source-surface-paint.c, 1.2,
1.2.4.1 set-source.c, 1.3,
1.3.4.1 source-surface-scale-paint.c, 1.3,
1.3.4.1 translate-show-surface.c, 1.4, 1.4.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list