[cairo-commit] cairo ChangeLog,1.563,1.564
Carl Worth
commit at pdx.freedesktop.org
Tue May 10 12:42:34 PDT 2005
- Previous message: [cairo-commit]
cairo/src cairo-gstate.c, 1.126, 1.127 cairo.c, 1.92,
1.93 cairo.h, 1.118, 1.119 cairoint.h, 1.138, 1.139
- Next message: [cairo-commit] cairo/src cairo-png.c, 1.11, 1.12 cairo-wideint.h,
1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv21965
Modified Files:
ChangeLog
Log Message:
* src/cairo-wideint.h: Don't guess and make our own definitions
for uint8_t, etc. Just error out if we can't find a suitable
header file.
* src/cairo-png.c: (unpremultiply_data), (premultiply_data):
* test/read-png.c: (premultiply_data): Fix to use fixed-size type
so that this code works when sizeof(unsigned long) != 32. Thanks
to Manish Singh.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -d -r1.563 -r1.564
--- ChangeLog 10 May 2005 19:22:41 -0000 1.563
+++ ChangeLog 10 May 2005 19:42:32 -0000 1.564
@@ -1,5 +1,16 @@
2005-05-10 Carl Worth <cworth at cworth.org>
+ * src/cairo-wideint.h: Don't guess and make our own definitions
+ for uint8_t, etc. Just error out if we can't find a suitable
+ header file.
+
+ * src/cairo-png.c: (unpremultiply_data), (premultiply_data):
+ * test/read-png.c: (premultiply_data): Fix to use fixed-size type
+ so that this code works when sizeof(unsigned long) != 32. Thanks
+ to Manish Singh.
+
+2005-05-10 Carl Worth <cworth at cworth.org>
+
* src/cairo-gstate.c: (_cairo_gstate_get_font_matrix):
* src/cairo.c: (cairo_get_font_matrix):
* src/cairo.h:
- Previous message: [cairo-commit]
cairo/src cairo-gstate.c, 1.126, 1.127 cairo.c, 1.92,
1.93 cairo.h, 1.118, 1.119 cairoint.h, 1.138, 1.139
- Next message: [cairo-commit] cairo/src cairo-png.c, 1.11, 1.12 cairo-wideint.h,
1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list