[cairo-commit] cairo ChangeLog,1.1206,1.1207
Carl Worth
commit at pdx.freedesktop.org
Fri Jan 6 14:11:09 PST 2006
- Previous message: [cairo-commit] cairomm/cairomm surface.cc,1.4,1.5
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.191,
1.192 cairo-paginated-surface.c, 1.2, 1.3 cairo-surface.c,
1.117, 1.118 cairoint.h, 1.241, 1.242
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv20722
Modified Files:
ChangeLog
Log Message:
2006-01-06 Carl Worth <cworth at cworth.org>
Reviewed by keithp
* src/cairo-paginated-surface.c: (_cairo_paginated_surface_create),
(_cairo_paginated_surface_copy_page),
(_cairo_paginated_surface_show_page): Implement copy_page for
paginated surface. Fix show_page to destroy the meta-surface and
create a new one.
* src/cairoint.h:
* src/cairo-surface.c: (_cairo_surface_copy_page),
(_cairo_surface_show_page): Change these functions to advertise
when they are not supported, so that _cairo_paginated_copy_page
can implement things differently depending on whether or not it is
personal.
* src/cairo-gstate.c: (_cairo_gstate_copy_page),
(_cairo_gstate_show_page): Check return values from
_cairo_surface_show/copy_page.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1206
retrieving revision 1.1207
diff -u -d -r1.1206 -r1.1207
--- ChangeLog 5 Jan 2006 23:17:02 -0000 1.1206
+++ ChangeLog 6 Jan 2006 22:11:07 -0000 1.1207
@@ -1,3 +1,24 @@
+2006-01-06 Carl Worth <cworth at cworth.org>
+
+ Reviewed by keithp
+
+ * src/cairo-paginated-surface.c: (_cairo_paginated_surface_create),
+ (_cairo_paginated_surface_copy_page),
+ (_cairo_paginated_surface_show_page): Implement copy_page for
+ paginated surface. Fix show_page to destroy the meta-surface and
+ create a new one.
+
+ * src/cairoint.h:
+ * src/cairo-surface.c: (_cairo_surface_copy_page),
+ (_cairo_surface_show_page): Change these functions to advertise
+ when they are not supported, so that _cairo_paginated_copy_page
+ can implement things differently depending on whether or not it is
+ personal.
+
+ * src/cairo-gstate.c: (_cairo_gstate_copy_page),
+ (_cairo_gstate_show_page): Check return values from
+ _cairo_surface_show/copy_page.
+
2006-01-05 Carl Worth <cworth at cworth.org>
* ROADMAP: Slip 1.2.0 projected data (again) out to
- Previous message: [cairo-commit] cairomm/cairomm surface.cc,1.4,1.5
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.191,
1.192 cairo-paginated-surface.c, 1.2, 1.3 cairo-surface.c,
1.117, 1.118 cairoint.h, 1.241, 1.242
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list