[cairo-commit] cairo ChangeLog,1.1206,1.1207

Carl Worth commit at pdx.freedesktop.org
Fri Jan 6 14:11:09 PST 2006


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



More information about the cairo-commit mailing list