[cairo-commit] pycairo ChangeLog,1.13,1.14

Carl Worth commit at pdx.freedesktop.org
Thu Nov 4 06:45:37 PST 2004


Committed by: cworth

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv14511

Modified Files:
	ChangeLog 
Log Message:

        Fixes for set_pattern from Steve Chaplin
        <stevech1097 at yahoo.com.au>:

        * examples/cairo-knockout.py: Bring up-to-date with latest
        cairo-knockout.c. Now uses cairo_arc rather than custom arc
        approximation, and now uses new cairo.set_pattern.

        * cairo/pycairo.h: Add declaration for struct PyCairoPattern.

        * cairo/pycairo-context.c (pycairo_set_pattern): Re-enable
        pycairo_set_pattern now that it uses PyCairoPattern_Type.

        * cairo/cairomodule.c (init_cairo): Add PyCairoPattern_Type

        * cairo/pycairo-pattern.c: New file to bind to cairo_pattern_t.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog	3 Nov 2004 01:24:05 -0000	1.13
+++ ChangeLog	4 Nov 2004 14:45:35 -0000	1.14
@@ -1,3 +1,21 @@
+2004-11-04  Carl Worth  <cworth at cworth.org>
+
+	Fixes for set_pattern from Steve Chaplin
+	<stevech1097 at yahoo.com.au>:
+
+	* examples/cairo-knockout.py: Bring up-to-date with latest
+	cairo-knockout.c. Now uses cairo_arc rather than custom arc
+	approximation, and now uses new cairo.set_pattern.
+	
+	* cairo/pycairo.h: Add declaration for struct PyCairoPattern.
+
+	* cairo/pycairo-context.c (pycairo_set_pattern): Re-enable
+	pycairo_set_pattern now that it uses PyCairoPattern_Type.
+
+	* cairo/cairomodule.c (init_cairo): Add PyCairoPattern_Type
+
+	* cairo/pycairo-pattern.c: New file to bind to cairo_pattern_t.
+
 2004-11-02  Carl Worth  <cworth at cworth.org>
 
 	* examples/spiral.py: 	




More information about the cairo-commit mailing list