[cairo-commit] pycairo ChangeLog,1.87,1.88

Steve Chaplin commit at pdx.freedesktop.org
Thu Apr 14 20:25:39 PDT 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
SC 2005/04/15

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- ChangeLog	14 Apr 2005 15:47:20 -0000	1.87
+++ ChangeLog	15 Apr 2005 03:25:37 -0000	1.88
@@ -1,3 +1,34 @@
+2005-04-15  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* cairo/pycairo-context.c: rename, add, delete functions to follow 
+	recent cairo changes:
+	pycairo_set_pattern   -> pycairo_set_source
+	pycairo_get_pattern   -> pycairo_get_source
+	pycairo_set_rgb_color -> pycairo_set_source_rgb
+	                         pycairo_set_source_rgba
+	pycairo_set_alpha     ->
+	pycairo_get_alpha     ->
+	
+	* cairo/pycairo-pattern.c: rename
+	pycairo_pattern_add_color_stop -> pycairo_pattern_add_color_stop_rgba
+	and add:
+	pycairo_pattern_add_color_stop_rgb
+
+	* examples/context-subclass.py: 
+	* examples/gradient.py: 
+	* examples/hering.py: 
+	* examples/spiral.py: 
+	* examples/warpedtext.py: 
+	* examples/cairo_snippets/snippets_gtk.py: 
+	* examples/cairo_snippets/snippets/arc.py: 
+	* examples/cairo_snippets/snippets/arc_negative.py: 
+	* examples/cairo_snippets/snippets/clip.py: 
+	* examples/gtk/cairo-demo.py: 
+	* examples/gtk/hangman.py: 
+	* examples/gtk/lsystem.py: 
+	* examples/gtk/text.py: 
+	update to work with the above changes
+	
 2005-04-14  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* cairo/pycairo-surface.c (image_surface_create_for_array): new 




More information about the cairo-commit mailing list