[cairo-commit] pycairo ChangeLog, 1.104, 1.105 configure.ac, 1.19,
1.20
Steve Chaplin
commit at pdx.freedesktop.org
Sun May 8 17:52:48 PDT 2005
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv27558
Modified Files:
ChangeLog configure.ac
Log Message:
SC
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- ChangeLog 7 May 2005 04:28:06 -0000 1.104
+++ ChangeLog 9 May 2005 00:52:46 -0000 1.105
@@ -1,3 +1,53 @@
+2005-05-09 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * cairo/pycairo-private.h:
+ * cairo/pycairo.h:
+ add 'base' field to PyCairoContext
+ add 'base' arg to PyCairoContext_FromContext
+
+ * cairo/cairomodule.c: remove cairo_functions (it was empty)
+ (init_cairo): add CAIRO_PATH_* constants
+
+ * cairo/cairogtkmodule.c (initgtk): check mod return value
+ Delete:
+ surface_create_for_drawable
+ surface_create_for_pixmap
+ surface_create_for_pixmap_with_visual
+ surface_create_for_window_with_visual
+ Add
+ _gdk_drawable_create_cairo_context
+ create_cairo_context
+
+ * cairo/pycairo-pattern.c:
+ * cairo/pycairo-matrix.c: disable subclassing, due to problem mentioned
+ in the 'Memory Management' section of Appendix A.
+
+ * cairo/pycairo-context.c (pycairo_get_target): new wrapper
+ (pycairo_get_rgb_color): remove
+
+ * cairo/pycairo-context.c:
+ * cairo/pycairo-surface.c:
+ * cairo/pycairo-pattern.c:
+ * cairo/pycairo-font.c:
+ add comments about destroy/reference methods not being wrapped
+
+ * configure.ac : change message to report 'build Numeric support'
+ and not 'build cairo.numpy'
+
+ * examples/cairo_snippets/snippets_png.py:
+ * examples/cairo_snippets/snippets_pdf.py:
+ update to new cairo API
+
+ * examples/gtk/cairo-demo.py (expose):
+ * examples/gtk/cairo-knockout.py (expose):
+ * examples/gtk/hangman.py (expose_event):
+ * examples/gtk/lsystem.py (lindenmayer.expose):
+ * examples/gtk/png_view.py (expose_event):
+ * examples/gtk/text.py (expose_event):
+ * examples/cairo_snippets/snippets_gtk.py :
+ update to new cairo API
+ update to use cairo.gtk.create_cairo_context()
+
2005-05-07 Steve Chaplin <steve1097 at yahoo.com.au>
* examples/context-subclass.py :
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- configure.ac 2 May 2005 02:25:51 -0000 1.19
+++ configure.ac 9 May 2005 00:52:46 -0000 1.20
@@ -136,6 +136,6 @@
Additional modules:
build cairo.gtk ? ${with_pygtk}
- build cairo.numpy ? ${have_numpy}
build cairo.svg ? ${have_libsvg_cairo}
+ build Numeric support? ${have_numpy}
"
More information about the cairo-commit
mailing list