[cairo-commit] goocanvas ChangeLog,1.70,1.71 README,1.5,1.6

Damon Chaplin commit at pdx.freedesktop.org
Thu Feb 8 14:56:51 PST 2007


Committed by: damon

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

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

	* src/goocanvasitemmodel.c
	(goo_canvas_item_model_set_simple_transform): 
	* src/goocanvasitem.c (goo_canvas_item_set_simple_transform): new
	convenience functions to set the position, scale and rotation easily.

	* demo/demo.c (move_ellipse_clicked): added tests for
	goo_canvas_item_set_simple_transform().

	* */*: more documentation updates. I've started adding a few
	introductory sections, tidied up a few bits, and tried to update all
	the docs that referred to the old model/view terminology.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- ChangeLog	8 Feb 2007 17:54:25 -0000	1.70
+++ ChangeLog	8 Feb 2007 22:56:44 -0000	1.71
@@ -1,5 +1,19 @@
 2007-02-08  Damon Chaplin  <damon at gnome.org>
 
+	* src/goocanvasitemmodel.c
+	(goo_canvas_item_model_set_simple_transform): 
+	* src/goocanvasitem.c (goo_canvas_item_set_simple_transform): new
+	convenience functions to set the position, scale and rotation easily.
+
+	* demo/demo.c (move_ellipse_clicked): added tests for
+	goo_canvas_item_set_simple_transform().
+
+	* */*: more documentation updates. I've started adding a few
+	introductory sections, tidied up a few bits, and tried to update all
+	the docs that referred to the old model/view terminology.
+
+2007-02-08  Damon Chaplin  <damon at gnome.org>
+
 	* */*: more documentation updates. It is 100% complete now, though it
 	still needs docs on the optional model/view split and creating new
 	items.

Index: README
===================================================================
RCS file: /cvs/cairo/goocanvas/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README	1 Feb 2007 01:19:04 -0000	1.5
+++ README	8 Feb 2007 22:56:45 -0000	1.6
@@ -2,8 +2,9 @@
 Here's my new canvas widget for GTK+. You'll need GTK+ 2.8 to try it.
 
 It is similar in many ways to FooCanvas, hence the name. But it uses cairo
-for rendering, has a model/view split, and uses interfaces for items & views
-(so you can easily turn any application object into a canvas item or view).
+for rendering, has an optional model/view split, and uses interfaces for items
+& models (so you can easily turn any application object into a canvas item or
+model).
 
 It is usable now, though the API may change slightly before 1.0.
 



More information about the cairo-commit mailing list