[cairo-commit] goocanvas ChangeLog,1.41,1.42

Damon Chaplin commit at pdx.freedesktop.org
Wed Jul 26 08:08:21 PDT 2006


Committed by: damon

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

Modified Files:
	ChangeLog 
Log Message:
2006-07-26  Damon Chaplin  <damon at gnome.org>

	* src/goocanvas*view.c: support an optional transformation matrix for
	each view, which is combined with the underlying item's transform.
	(I'm not sure if this will overcomplicate things.)

	* src/goocanvasgroupview.c: support generic GooCanvasItems as the
	underlying group rather than just GooCanvasGroups. This allows us to
	use subclasses of GooCanvasGroupView easily.
	(goo_canvas_group_view_set_group): new function to set the underlying
	group item, creating child views and setting up signal handlers etc.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ChangeLog	21 Jul 2006 10:30:30 -0000	1.41
+++ ChangeLog	26 Jul 2006 15:08:19 -0000	1.42
@@ -1,3 +1,15 @@
+2006-07-26  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvas*view.c: support an optional transformation matrix for
+	each view, which is combined with the underlying item's transform.
+	(I'm not sure if this will overcomplicate things.)
+
+	* src/goocanvasgroupview.c: support generic GooCanvasItems as the
+	underlying group rather than just GooCanvasGroups. This allows us to
+	use subclasses of GooCanvasGroupView easily.
+	(goo_canvas_group_view_set_group): new function to set the underlying
+	group item, creating child views and setting up signal handlers etc.
+
 2006-07-21  Damon Chaplin  <damon at gnome.org>
 
 	* src/goocanvas*view.c: renamed get_item_at() methods to



More information about the cairo-commit mailing list