[cairo-commit] pycairo ChangeLog,1.13,1.14
Carl Worth
commit at pdx.freedesktop.org
Thu Nov 4 06:45:37 PST 2004
- Previous message: [cairo-commit] pycairo/cairo Makefile.am, 1.4, 1.5 cairomodule.c,
1.4, 1.5 pycairo-context.c, 1.6, 1.7 pycairo-pattern.c, NONE,
1.1 pycairo-private.h, 1.2, 1.3 pycairo.h, 1.3, 1.4
- Next message: [cairo-commit] pycairo/examples .cvsignore, 1.2,
1.3 cairo-knockout.py, 1.3, 1.4 gradient.py, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [cairo-commit] pycairo/cairo Makefile.am, 1.4, 1.5 cairomodule.c,
1.4, 1.5 pycairo-context.c, 1.6, 1.7 pycairo-pattern.c, NONE,
1.1 pycairo-private.h, 1.2, 1.3 pycairo.h, 1.3, 1.4
- Next message: [cairo-commit] pycairo/examples .cvsignore, 1.2,
1.3 cairo-knockout.py, 1.3, 1.4 gradient.py, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list