[cairo-commit] cairo ChangeLog,1.1214,1.1215

Carl Worth commit at pdx.freedesktop.org
Thu Jan 12 13:36:38 PST 2006


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv20396

Modified Files:
	ChangeLog 
Log Message:

2006-01-12  Carl Worth  <cworth at cworth.org>

        Some fixes for the fact that multi-page output was totally broken
        for cairo_ps_surface_t (at least):

        * src/cairo-ps-surface.c: (_cairo_ps_surface_emit_header),
        (_cairo_ps_surface_emit_footer),
        (_cairo_ps_surface_create_for_stream_internal),
        (_cairo_ps_surface_start_page), (_cairo_ps_surface_end_page),
        (_cairo_ps_surface_copy_page), (_cairo_ps_surface_show_page),
        (_cairo_ps_surface_composite), (_cairo_ps_surface_fill_rectangles),
        (_cairo_ps_surface_composite_trapezoids),
        (_cairo_ps_surface_old_show_glyphs), (_cairo_ps_surface_fill):
        Move the Y-axis-flipping to be on a per-page basis (as it was
        before and as it must be). Put page number back in, (still missing
        th number of pages from the header).

        * test/ps-surface.c: (draw), (main): Add multi-page output for
        better testing.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1214
retrieving revision 1.1215
diff -u -d -r1.1214 -r1.1215
--- ChangeLog	12 Jan 2006 00:29:17 -0000	1.1214
+++ ChangeLog	12 Jan 2006 21:36:36 -0000	1.1215
@@ -1,3 +1,23 @@
+2006-01-12  Carl Worth  <cworth at cworth.org>
+
+	Some fixes for the fact that multi-page output was totally broken
+	for cairo_ps_surface_t (at least):
+
+	* src/cairo-ps-surface.c: (_cairo_ps_surface_emit_header),
+	(_cairo_ps_surface_emit_footer),
+	(_cairo_ps_surface_create_for_stream_internal),
+	(_cairo_ps_surface_start_page), (_cairo_ps_surface_end_page),
+	(_cairo_ps_surface_copy_page), (_cairo_ps_surface_show_page),
+	(_cairo_ps_surface_composite), (_cairo_ps_surface_fill_rectangles),
+	(_cairo_ps_surface_composite_trapezoids),
+	(_cairo_ps_surface_old_show_glyphs), (_cairo_ps_surface_fill):
+	Move the Y-axis-flipping to be on a per-page basis (as it was
+	before and as it must be). Put page number back in, (still missing
+	th number of pages from the header).
+
+	* test/ps-surface.c: (draw), (main): Add multi-page output for
+	better testing.
+
 2006-01-11  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo-paginated-surface.c:



More information about the cairo-commit mailing list