[cairo-commit] pycairo ChangeLog,1.275,1.276
Steve Chaplin
commit at pdx.freedesktop.org
Wed Jul 16 15:59:09 PDT 2008
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv1488
Modified Files:
ChangeLog
Log Message:
'SC'
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- ChangeLog 8 May 2008 14:58:55 -0000 1.275
+++ ChangeLog 16 Jul 2008 22:59:06 -0000 1.276
@@ -1,6 +1,32 @@
+2008-05-12 Steven Chaplin <steve1097 # yahoo.com.au>
+
+ * test/isurface_create_for_data1.py:
+ * test/isurface_create_for_data2.py:
+ update tests
+
+ * cairo/pycairo-surface.c (pycairo_format_stride_for_width)
+ (ps_surface_ps_level_to_string):
+ Add ImageSurface.format_stride_for_width and
+ PSSurface.ps_level_to_string static methods.
+ (image_surface_create_for_data): Use the new function
+ cairo_format_stride_for_width() to calculate the stride.
+
+ * cairo/pycairo-context.c (pycairo_has_current_point)
+ (pycairo_path_extents):
+ * cairo/pycairo-surface.c (surface_copy_page, surface_show_page):
+ Add new bindings
+
+ * configure.ac:
+ * README :
+ * setup.py :
+ Require cairo 1.6.4 and Python 2.5
+
+ * cairo/pycairo-private.h: remove code used for Python < 2.5
+
2008-05-08 Steven Chaplin <steve1097 # yahoo.com.au>
- * cairo/cairomodule.c: add new constants PS_LEVEL_2 and cairo.PS_LEVEL_3
+ * cairo/cairomodule.c: add new constants cairo.PS_LEVEL_2 and
+ cairo.PS_LEVEL_3
* cairo/pycairo-surface.c (ps_surface_get_eps, ps_surface_set_eps)
(ps_surface_restrict_to_level):
Add some new cairo 1.6.4 API - apply patch (with some changes)
More information about the cairo-commit
mailing list