[cairo-commit] cairo ChangeLog,1.530,1.531

Owen Taylor commit at pdx.freedesktop.org
Wed Apr 27 10:16:49 PDT 2005


Committed by: otaylor

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

Modified Files:
	ChangeLog 
Log Message:
2005-04-27  Owen Taylor  <otaylor at redhat.com>

        * src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box):
        New function to create a single trapezoid box.

        * src/cairo.c src/cairo-gstate.c src/cairoint.h: Move
        the implementation of cairo_paint() into cairo-gstate.c
        for a better fix for the problem with backend/user coordinate
        confusion. Also no longer clear the current path on
        cairo_paint()


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.530
retrieving revision 1.531
diff -u -d -r1.530 -r1.531
--- ChangeLog	27 Apr 2005 02:04:48 -0000	1.530
+++ ChangeLog	27 Apr 2005 17:16:47 -0000	1.531
@@ -1,3 +1,14 @@
+2005-04-27  Owen Taylor  <otaylor at redhat.com>
+
+	* src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box):
+	New function to create a single trapezoid box.
+
+	* src/cairo.c src/cairo-gstate.c src/cairoint.h: Move 
+	the implementation of cairo_paint() into cairo-gstate.c
+	for a better fix for the problem with backend/user coordinate
+	confusion. Also no longer clear the current path on
+	cairo_paint().
+
 2005-04-26  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo.c (cairo_paint): Build rectangle with an identity




More information about the cairo-commit mailing list