[cairo-commit] goocanvas ChangeLog,1.137,1.138
Damon Chaplin
commit at pdx.freedesktop.org
Sun May 18 02:23:00 PDT 2008
Committed by: damon
Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv24687
Modified Files:
ChangeLog
Log Message:
2008-05-18 Damon Chaplin <damon at gnome.org>
* src/goocanvas.c (goo_canvas_expose_event): when clipping, clip to
the intersection of the canvas bounds and the expose bounds, to avoid
problems with cairo's coordinate limits. (This was apparent in the
scalability demo - it wasn't redrawing properly at the bottom of the
canvas.)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- ChangeLog 9 May 2008 10:34:54 -0000 1.137
+++ ChangeLog 18 May 2008 09:22:56 -0000 1.138
@@ -1,3 +1,11 @@
+2008-05-18 Damon Chaplin <damon at gnome.org>
+
+ * src/goocanvas.c (goo_canvas_expose_event): when clipping, clip to
+ the intersection of the canvas bounds and the expose bounds, to avoid
+ problems with cairo's coordinate limits. (This was apparent in the
+ scalability demo - it wasn't redrawing properly at the bottom of the
+ canvas.)
+
2008-05-09 Damon Chaplin <damon at gnome.org>
* src/goocanvasitemmodel.h:
More information about the cairo-commit
mailing list