[cairo-commit] pycairo ChangeLog,1.58,1.59
Steve Chaplin
commit at pdx.freedesktop.org
Sat Mar 19 03:27:23 PST 2005
- Previous message: [cairo-commit] pycairo/cairo cairomodule.c, 1.14,
1.15 cairogtkmodule.c, 1.12, 1.13 pycairo-font.c, 1.7, 1.8
- Next message: [cairo-commit] pycairo/examples/gtk cairo-knockout.py, 1.1,
1.2 cairo-demo.py, 1.1, 1.2 lsystem.py, 1.1, 1.2 text.py, 1.1,
1.2 hangman.py, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [cairo-commit] pycairo/cairo cairomodule.c, 1.14,
1.15 cairogtkmodule.c, 1.12, 1.13 pycairo-font.c, 1.7, 1.8
- Next message: [cairo-commit] pycairo/examples/gtk cairo-knockout.py, 1.1,
1.2 cairo-demo.py, 1.1, 1.2 lsystem.py, 1.1, 1.2 text.py, 1.1,
1.2 hangman.py, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list