[cairo-commit] pycairo ChangeLog,1.58,1.59

Steve Chaplin commit at pdx.freedesktop.org
Sat Mar 19 03:27:23 PST 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog 
Log Message:
SC 2005/03/19

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- ChangeLog	19 Mar 2005 04:51:38 -0000	1.58
+++ ChangeLog	19 Mar 2005 11:27:21 -0000	1.59
@@ -1,5 +1,16 @@
 2005-03-19  Steve Chaplin  <steve1097 at yahoo.com.au>
 
+	* examples/gtk/cairo-knockout.py, examples/gtk/cairo-demo.py,
+	* examples/gtk/lsystem.py, examples/gtk/text.py:
+	fixed expose_event problem by disabling double buffering - gdk
+	double-buffering is enabled by default but does not do what you
+	want when doing non-gdk (cairo) drawing.
+
+	* examples/gtk/hangman.py: write to a pixmap first (double-buffered)
+	to avoid window flicker when resizing.
+
+2005-03-19  Steve Chaplin  <steve1097 at yahoo.com.au>
+
 	* cairo/pycairo-font.c (pycairo_font_extents): fix error
 	where matrix should have been py_matrix->matrix
 




More information about the cairo-commit mailing list