[cairo-commit] goocanvas ChangeLog,1.117,1.118 TODO,1.34,1.35
Damon Chaplin
commit at pdx.freedesktop.org
Tue May 15 07:02:02 PDT 2007
Committed by: damon
Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv28719
Modified Files:
ChangeLog TODO
Log Message:
2007-05-15 Damon Chaplin <damon at gnome.org>
* src/goocanvas.c: added "scale-x" and "scale-y" properties to set
the horizontal and vertical scale independently. Note that if items
use the visibility threshold setting it will compare it to the minimum
of scale_x and scale_y.
* demo/demo.c: added "Scale X" and "Scale Y" spinbuttons.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- ChangeLog 15 May 2007 11:07:11 -0000 1.117
+++ ChangeLog 15 May 2007 14:01:51 -0000 1.118
@@ -1,5 +1,14 @@
2007-05-15 Damon Chaplin <damon at gnome.org>
+ * src/goocanvas.c: added "scale-x" and "scale-y" properties to set
+ the horizontal and vertical scale independently. Note that if items
+ use the visibility threshold setting it will compare it to the minimum
+ of scale_x and scale_y.
+
+ * demo/demo.c: added "Scale X" and "Scale Y" spinbuttons.
+
+2007-05-15 Damon Chaplin <damon at gnome.org>
+
* src/goocanvas.c (goo_canvas_style_set, goo_canvas_realize): reset
the window backgrounds to nothing, to avoid flicker when scrolling.
(This happened due to the delay between X clearing the window and
Index: TODO
===================================================================
RCS file: /cvs/cairo/goocanvas/TODO,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- TODO 14 May 2007 09:51:25 -0000 1.34
+++ TODO 15 May 2007 14:01:51 -0000 1.35
@@ -30,8 +30,6 @@
Possible additional features:
- o "scale-x" and "scale-y" properties to allow setting different horizontal
- and vertical scales. We already seem to support this internally.
o "scale-line-width" boolean property to specify if the line width scales
with the canvas? The item bounds will change at different scale settings.
More information about the cairo-commit
mailing list