[cairo-commit] cairo ChangeLog,1.739,1.740 ROADMAP,1.20,1.21
Carl Worth
commit at pdx.freedesktop.org
Mon Jul 18 08:04:18 PDT 2005
- Previous message: [cairo-commit] pycairo/examples/cairo_snippets snippets_ps.py, 1.3,
1.4
- Next message: [cairo-commit] cairo/test cairo-test.c, 1.44, 1.45 cairo-test.h,
1.11, 1.12 composite-integer-translate-over.c, 1.1,
1.2 composite-integer-translate-source.c, 1.1, 1.2 mask.c, 1.7,
1.8 trap-clip.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv27841
Modified Files:
ChangeLog ROADMAP
Log Message:
* ROADMAP: Note some progress.
* test/cairo-test.h:
* test/cairo-test.c: (cairo_test_create_surface_from_png),
(cairo_test_create_pattern_from_png): New helper function to help
create an image surface from a PNG file, while taking the srcdir
environment variable into consideration. Rename the pattern
creating helper function to match.
* test/composite-integer-translate-over.c: (draw):
* test/composite-integer-translate-source.c: (draw): Use new
cairo_test_create_surface_from_png so that non-srcdir builds work.
* test/mask.c: (set_image_pattern):
* test/trap-clip.c: (set_image_pattern): Track change in
cairo_test_create_pattern_from_png.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.739
retrieving revision 1.740
diff -u -d -r1.739 -r1.740
--- ChangeLog 18 Jul 2005 05:15:57 -0000 1.739
+++ ChangeLog 18 Jul 2005 15:04:16 -0000 1.740
@@ -1,5 +1,24 @@
2005-07-18 Carl Worth <cworth at cworth.org>
+ * ROADMAP: Note some progress.
+
+ * test/cairo-test.h:
+ * test/cairo-test.c: (cairo_test_create_surface_from_png),
+ (cairo_test_create_pattern_from_png): New helper function to help
+ create an image surface from a PNG file, while taking the srcdir
+ environment variable into consideration. Rename the pattern
+ creating helper function to match.
+
+ * test/composite-integer-translate-over.c: (draw):
+ * test/composite-integer-translate-source.c: (draw): Use new
+ cairo_test_create_surface_from_png so that non-srcdir builds work.
+
+ * test/mask.c: (set_image_pattern):
+ * test/trap-clip.c: (set_image_pattern): Track change in
+ cairo_test_create_pattern_from_png.
+
+2005-07-18 Carl Worth <cworth at cworth.org>
+
* BUGS: Add note that Xlib caches need to be cleand up on close
of display.
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ROADMAP 15 Jul 2005 20:45:19 -0000 1.20
+++ ROADMAP 18 Jul 2005 15:04:16 -0000 1.21
@@ -1,7 +1,7 @@
cairo 0.5.2
===========
- Get tor to sign off that the win32 stuff is up to snuff
- glyph path patch reviewed and committed
+â Get tor to sign off that the win32 stuff is up to snuff
+ â glyph path patch reviewed and committed
â Fix the BadMatch error introduced between 0.5.0 and 0.5.1:
https://bugs.freedesktop.org/show_bug.cgi?id=3604
@@ -10,8 +10,8 @@
0.1.4 which is already fixed in libpixman 0.1.5)
Add a workaround for Render's overlapping source/dest bug
-â Use XCopyArea when possible (integer translation)
- Otherwise make a copy of the source
+ â Use XCopyArea when possible (integer translation)
+ Otherwise make a copy of the source
Fix the cache lock deadlocking problems.
Difficulty: Hard
- Previous message: [cairo-commit] pycairo/examples/cairo_snippets snippets_ps.py, 1.3,
1.4
- Next message: [cairo-commit] cairo/test cairo-test.c, 1.44, 1.45 cairo-test.h,
1.11, 1.12 composite-integer-translate-over.c, 1.1,
1.2 composite-integer-translate-source.c, 1.1, 1.2 mask.c, 1.7,
1.8 trap-clip.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list