[cairo-commit] goocanvas ChangeLog,1.74,1.75 TODO,1.21,1.22

Damon Chaplin commit at pdx.freedesktop.org
Tue Feb 13 04:32:50 PST 2007


Committed by: damon

Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv18111

Modified Files:
	ChangeLog TODO 
Log Message:
2007-02-13  Damon Chaplin  <damon at gnome.org>

	* src/goocanvasitemmodel.c (goo_canvas_item_model_animate): 
	* src/goocanvasitem.c (goo_canvas_item_animate): added "absolute"
	parameter, and rewrote the animation code, using the same code for
	GooCanvasItem and GooCanvasItemModel.

	* demo/demo-animation.c: 
	* demo/mv-demo-animation.c: new files for animation demo pages.

	* demo/mv-demo.c: 
	* demo/demo.c: added new animation pages and updated animation calls.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- ChangeLog	12 Feb 2007 14:27:33 -0000	1.74
+++ ChangeLog	13 Feb 2007 12:32:44 -0000	1.75
@@ -1,3 +1,16 @@
+2007-02-13  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvasitemmodel.c (goo_canvas_item_model_animate): 
+	* src/goocanvasitem.c (goo_canvas_item_animate): added "absolute"
+	parameter, and rewrote the animation code, using the same code for
+	GooCanvasItem and GooCanvasItemModel.
+
+	* demo/demo-animation.c: 
+	* demo/mv-demo-animation.c: new files for animation demo pages.
+
+	* demo/mv-demo.c: 
+	* demo/demo.c: added new animation pages and updated animation calls.
+
 2007-02-12  Damon Chaplin  <damon at gnome.org>
 
 	* src/goocanvasitemmodel.c (goo_canvas_item_model_set_simple_transform): 

Index: TODO
===================================================================
RCS file: /cvs/cairo/goocanvas/TODO,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- TODO	9 Feb 2007 13:41:03 -0000	1.21
+++ TODO	13 Feb 2007 12:32:44 -0000	1.22
@@ -1,16 +1,9 @@
 
-Better animation code - interpolate translation, scale & rotation separately
-and recalculate the transform at each step.
-
-
 Bugs
 
  o Demo text layout is changing when scale is 0.65. Maybe bug 341481.
  o Text item view bounds should use ink rect.
 
-Plans for next release:
-
-
 
 Features definitely needed:
 



More information about the cairo-commit mailing list