[cairo-commit] pycairo ChangeLog,1.103,1.104

Steve Chaplin commit at pdx.freedesktop.org
Fri May 6 21:28:08 PDT 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
SC

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- ChangeLog	6 May 2005 13:46:13 -0000	1.103
+++ ChangeLog	7 May 2005 04:28:06 -0000	1.104
@@ -1,3 +1,38 @@
+2005-05-07  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* examples/context-subclass.py : 
+	* examples/gradient.py : 
+	* examples/hering.py : 
+	* examples/spiral.py : 
+	* examples/warpedtext.py : 
+	update to use new API (warpedtext needs a replacement for get_path)
+
+	* cairo/pycairo-context.c: 
+	* cairo/pycairo-surface.c: 
+	Eliminate deprecated functions
+	        cairo_copy
+		cairo_get_path
+		cairo_get_path_flat
+		cairo_surface_set_repeat
+		cairo_surface_set_matrix
+		cairo_surface_get_matrix
+		cairo_surface_set_filter
+		cairo_surface_get_filter
+	
+	* cairo/cairomodule.c (init_cairo): update OPERATOR_* to match cairo
+	changes
+
+	Port to use new cairo_create interface.
+	* cairo/pycairo-context.c (pycairo_init): update cairo_create() to
+	take a cairo_surface_t
+	* cairo/cairogtkmodule.c (set_target_drawable): 
+	delete
+	* cairo/pycairo-context.c (pycairo_set_target_pdf): 
+	(pycairo_set_target_surface, pycairo_get_target_surface): 
+	delete
+
+	* cairo/pycairo-context.c (pycairo_paint_with_alpha): new wrapper
+
 2005-05-06  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* cairo/pycairosvg-context.c: 




More information about the cairo-commit mailing list