[cairo-commit] cairo ChangeLog,1.1216,1.1217
Carl Worth
commit at pdx.freedesktop.org
Thu Jan 12 16:47:08 PST 2006
- Previous message: [cairo-commit]
cairo/test .cvsignore, 1.66, 1.67 Makefile.am, 1.107,
1.108 multi-page.c, NONE, 1.1 pdf-clip.c, 1.1,
NONE pdf-surface.c, 1.10, NONE ps-surface.c, 1.4, NONE
- Next message: [cairo-commit] cairo/src cairo-paginated-surface.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv13026
Modified Files:
ChangeLog
Log Message:
2006-01-12 Carl Worth <cworth at cworth.org>
* test/multi-page.c: (draw_some_pages), (main): Add a call to
cairo_copy_page, so that that gets called at least once within the
test suite.
* src/cairo-paginated-surface.c:
(_cairo_paginated_surface_copy_page): Fix broken implementation of
copy_page in the paginated surface by hiding it from the target
surface which sees only show_page operations. (It's hard to do
better than that unless we can guarantee thathe subsequent page
won't trigger any image fallbacks.)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1216
retrieving revision 1.1217
diff -u -d -r1.1216 -r1.1217
--- ChangeLog 13 Jan 2006 00:35:12 -0000 1.1216
+++ ChangeLog 13 Jan 2006 00:47:05 -0000 1.1217
@@ -1,5 +1,18 @@
2006-01-12 Carl Worth <cworth at cworth.org>
+ * test/multi-page.c: (draw_some_pages), (main): Add a call to
+ cairo_copy_page, so that that gets called at least once within the
+ test suite.
+
+ * src/cairo-paginated-surface.c:
+ (_cairo_paginated_surface_copy_page): Fix broken implementation of
+ copy_page in the paginated surface by hiding it from the target
+ surface which sees only show_page operations. (It's hard to do
+ better than that unless we can guarantee thathe subsequent page
+ won't trigger any image fallbacks.)
+
+2006-01-12 Carl Worth <cworth at cworth.org>
+
* configure.in: Add a new CAIRO_HAS_MULTI_PAGE_SURFACES automake
conditional.
- Previous message: [cairo-commit]
cairo/test .cvsignore, 1.66, 1.67 Makefile.am, 1.107,
1.108 multi-page.c, NONE, 1.1 pdf-clip.c, 1.1,
NONE pdf-surface.c, 1.10, NONE ps-surface.c, 1.4, NONE
- Next message: [cairo-commit] cairo/src cairo-paginated-surface.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list