[cairo-commit] pycairo ChangeLog,1.19,1.20
Steve Chaplin
commit at pdx.freedesktop.org
Sun Nov 14 07:19:01 PST 2004
- Previous message: [cairo-commit] pycairo/examples lsystem.py,1.1,1.2 text.py,1.6,1.7
- Next message: [cairo-commit] pycairo/cairo pycairo-surface.c, 1.3,
1.4 pycairo-pattern.c, 1.3, 1.4 pycairo.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv5229
Modified Files:
ChangeLog
Log Message:
SC 14/11/2004
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ChangeLog 14 Nov 2004 13:04:00 -0000 1.19
+++ ChangeLog 14 Nov 2004 15:18:59 -0000 1.20
@@ -1,16 +1,25 @@
2004-11-14 Steve Chaplin <steve1097 at yahoo.com.au>
- * cairo/pycairo-context.c (pycairo_in_stroke, pycairo_in_fill,
- pycairo_stroke_extents, pycairo_fill_extents, pycairo_init_clip,
- pycairo_current_pattern, pycairo_text_path): new wrappers
-
* cairo/cairomodule.c (pycairo_surface_create_for_image): rename to
pycairo_image_surface_create_for_data
(pycairo_png_surface_create, pycairo_ps_surface_create): add wrappers
(init_cairo): add new constants FILTER_GAUSSIAN, EXTEND_NONE,
EXTEND_REPEAT, EXTEND_REFLECT
- * cairo/pycairo.h: add pattern in _PyCairo_FunctionStruct
+ * cairo/pycairo-context.c (pycairo_in_stroke, pycairo_in_fill)
+ (pycairo_stroke_extents, pycairo_fill_extents, pycairo_init_clip)
+ (pycairo_current_pattern, pycairo_text_path): new wrappers
+
+ * cairo/pycairo-pattern.c (pycairo_pattern_set_matrix)
+ (pycairo_pattern_set_extend, pycairo_pattern_set_filter)
+ (pycairo_pattern_get_matrix, pycairo_pattern_get_extend)
+ (pycairo_pattern_get_filter): new wrappers
+
+ * cairo/pycairo-surface.c (pycairo_surface_get_matrix): Change from
+ being a method to being an attribute.
+ (pycairo_surface_get_filter): new wrapper
+
+ * cairo/pycairo.h: additions for pattern
Changes submitted by Maarten Breddels <dmon at xs4all.nl>
- Previous message: [cairo-commit] pycairo/examples lsystem.py,1.1,1.2 text.py,1.6,1.7
- Next message: [cairo-commit] pycairo/cairo pycairo-surface.c, 1.3,
1.4 pycairo-pattern.c, 1.3, 1.4 pycairo.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list