[cairo-commit] pycairo ChangeLog,1.85,1.86 NOTES,1.2,1.3

Steve Chaplin commit at pdx.freedesktop.org
Thu Apr 14 05:05:28 PDT 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog NOTES 
Log Message:
SC 2005/04/14

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- ChangeLog	14 Apr 2005 08:55:39 -0000	1.85
+++ ChangeLog	14 Apr 2005 12:05:26 -0000	1.86
@@ -1,5 +1,23 @@
 2005-04-14  Steve Chaplin  <steve1097 at yahoo.com.au>
 
+	* NOTES: added note about new ImageSurface
+
+	* cairo/cairomodule.c: 
+	* cairo/pycairo.h: 
+	* cairo/pycairo-private.h: 
+	* cairo/pycairo-surface.c: 
+	add new class - ImageSurface
+
+	* examples/context-subclass.py: 
+	* examples/gradient.py: 
+	* examples/hering.py: 
+	* examples/warpedtext.py: 
+	* examples/gtk/png_view.py: 
+	* examples/cairo_snippets/snippets_png.py: 
+	update to use ImageSurface instead of Surface
+
+2005-04-14  Steve Chaplin  <steve1097 at yahoo.com.au>
+
 	* cairo/cairomodule.c: 
 	* cairo/pycairo-context.c: 
 	* cairo/pycairo-font.c:

Index: NOTES
===================================================================
RCS file: /cvs/cairo/pycairo/NOTES,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NOTES	8 Apr 2005 08:51:17 -0000	1.2
+++ NOTES	14 Apr 2005 12:05:26 -0000	1.3
@@ -11,3 +11,7 @@
 * Includes a simple extension with functions for creating cairo.Surface
 objects from GdkWindows or GdkPixbufs.  This makes it possible to use the
 bindings with PyGTK.
+
+* Surfaces are implemented in a class hierarchy
+  Surface          - base class, contains methods applicable to all surfaces
+    ImageSurface   - subclass of Surface




More information about the cairo-commit mailing list