[cairo-commit] cairo ChangeLog,1.700,1.701

Kristian Hogsberg commit at pdx.freedesktop.org
Fri Jul 1 12:45:37 PDT 2005


Committed by: krh

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

Modified Files:
	ChangeLog 
Log Message:
2005-07-01  Kristian Høgsberg  <krh at redhat.com>

        * src/cairo-ps-surface.c: Rewrite postscript backend to generate
        more interesting output than the current big-image implementation,
        using meta surfaces for font subsetting and image fallbacks.

        * src/cairo-meta-surface.c: Remove obsolete comment.

        * src/cairoint.h:
        * src/cairo-output-stream.c: Make a couple of stylistic changes
        and add _cairo_output_stream_write_hex_string.

        * src/cairo-surface.c: Add _cairo_surface_intersect_clip_path so
        we can replay path clipping.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.700
retrieving revision 1.701
diff -u -d -r1.700 -r1.701
--- ChangeLog	1 Jul 2005 19:22:23 -0000	1.700
+++ ChangeLog	1 Jul 2005 19:45:35 -0000	1.701
@@ -1,5 +1,20 @@
 2005-07-01  Kristian Høgsberg  <krh at redhat.com>
 
+	* src/cairo-ps-surface.c: Rewrite postscript backend to generate
+	more interesting output than the current big-image implementation,
+	using meta surfaces for font subsetting and image fallbacks.
+	
+	* src/cairo-meta-surface.c: Remove obsolete comment.
+	
+	* src/cairoint.h:
+	* src/cairo-output-stream.c: Make a couple of stylistic changes
+	and add _cairo_output_stream_write_hex_string.
+	
+	* src/cairo-surface.c: Add _cairo_surface_intersect_clip_path so
+	we can replay path clipping.
+
+2005-07-01  Kristian Høgsberg  <krh at redhat.com>
+
 	* src/cairo-meta-surface-private.h: 
 	* src/cairo-meta-surface.c: Add meta surface implementation.
 




More information about the cairo-commit mailing list