[cairo-commit] cairo AUTHORS, 1.17, 1.18 ChangeLog, 1.1041,
1.1042 ROADMAP, 1.35, 1.36
Carl Worth
commit at pdx.freedesktop.org
Wed Sep 7 16:58:01 PDT 2005
- Previous message: [cairo-commit]
cairo/src cairo-features.h.in, 1.21, 1.22 cairo-ft.h,
1.7, 1.8 cairo-glitz.h, 1.6, 1.7 cairo-pdf.h, 1.11,
1.12 cairo-ps.h, 1.7, 1.8 cairo-quartz.h, 1.8,
1.9 cairo-win32.h, 1.11, 1.12 cairo-xcb-xrender.h, 1.1,
1.2 cairo-xcb.h, 1.10, 1.11 cairo-xlib-xrender.h, 1.2,
1.3 cairo-xlib.h, 1.19, 1.20 cairo.h, 1.151, 1.152
- Next message: [cairo-commit] cairo/pixman/src pixman.h,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv16453
Modified Files:
AUTHORS ChangeLog ROADMAP
Log Message:
2005-09-07 Carl Worth <cworth at cworth.org>
* ROADMAP: Put win32 mutex locking on the 1.2.0 roadmap.
Portability improvements for win32 thanks to Hans Breuer
<hans at breuer.org>:
* pixman/src/pixman.h: Defined sized-integer types when under the
influence of _MSC_VER and without stdint.h.
* src/cairoint.h: Use #error which is more portable than #warning,
(and more indicative of where we want to be before the next
release).
Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/cairo/AUTHORS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- AUTHORS 31 Aug 2005 16:00:01 -0000 1.17
+++ AUTHORS 7 Sep 2005 23:57:59 -0000 1.18
@@ -4,6 +4,7 @@
Peter Dennis Bartok <peter at novonyx.com> Bug fix for clipping
Dave Beckett <dajobe at debian.org> Build fixes, Debian packaging
Billy Biggs <vektor at dumbterm.net> Pixman code merge. Optimization. Fixes for subtle rendering bugs.
+Hans Breuer <hans at breuer.org> win32 bug fixes, build fixes, and improvements
Damien Carbery <damien.carbery at sun.com> Build fixes
Andrew Chant <andrew.chant at utoronto.ca> Adding const where needed
Steve Chaplin <stevech1097 at yahoo.com.au> Bug fixes for PNG reading
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1041
retrieving revision 1.1042
diff -u -d -r1.1041 -r1.1042
--- ChangeLog 7 Sep 2005 23:31:22 -0000 1.1041
+++ ChangeLog 7 Sep 2005 23:57:59 -0000 1.1042
@@ -1,5 +1,19 @@
2005-09-07 Carl Worth <cworth at cworth.org>
+ * ROADMAP: Put win32 mutex locking on the 1.2.0 roadmap.
+
+ Portability improvements for win32 thanks to Hans Breuer
+ <hans at breuer.org>:
+
+ * pixman/src/pixman.h: Defined sized-integer types when under the
+ influence of _MSC_VER and without stdint.h.
+
+ * src/cairoint.h: Use #error which is more portable than #warning,
+ (and more indicative of where we want to be before the next
+ release).
+
+2005-09-07 Carl Worth <cworth at cworth.org>
+
* src/cairo-features.h.in: Give cairo_public an empty definition
by default.
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ROADMAP 2 Sep 2005 23:17:48 -0000 1.35
+++ ROADMAP 7 Sep 2005 23:57:59 -0000 1.36
@@ -102,3 +102,7 @@
a. self-intersecting
AKA. https://bugs.freedesktop.org/show_bug.cgi?id=3752
Fix depends on [A1].
+
+ D. Win32 backend
+ -------------
+ 1. Implement CAIRO_MUTEX_LOCK and friends for thread-safety.
- Previous message: [cairo-commit]
cairo/src cairo-features.h.in, 1.21, 1.22 cairo-ft.h,
1.7, 1.8 cairo-glitz.h, 1.6, 1.7 cairo-pdf.h, 1.11,
1.12 cairo-ps.h, 1.7, 1.8 cairo-quartz.h, 1.8,
1.9 cairo-win32.h, 1.11, 1.12 cairo-xcb-xrender.h, 1.1,
1.2 cairo-xcb.h, 1.10, 1.11 cairo-xlib-xrender.h, 1.2,
1.3 cairo-xlib.h, 1.19, 1.20 cairo.h, 1.151, 1.152
- Next message: [cairo-commit] cairo/pixman/src pixman.h,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list