[cairo-commit] goocanvas ChangeLog,1.132,1.133

Damon Chaplin commit at pdx.freedesktop.org
Fri Apr 4 04:04:15 PDT 2008


Committed by: damon

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

Modified Files:
	ChangeLog 
Log Message:
2008-04-04  Damon Chaplin  <damon at gnome.org>

	    * docs/coordinates.xml: 
	    * docs/architecture.xml: new sections.

	    * docs/creating-items.xml: rewritten.

	    * src/goocanvasitemmodel.c (goo_canvas_item_model_set_parent): 
	    * src/goocanvasitem.c (goo_canvas_item_set_parent): note in the docs
	    that the "parent" property can be used to set the parent, but that
	    these functions are only for implementing new items (a bit confusing).

	    * src/goocanvasitem.c (goo_canvas_item_is_visible): fixed a bug
	    where if the item doesn't support the method it would just return
	    TRUE, but it should also check the ancestors are visible.

	    * src/goocanvasitemsimple.c (goo_canvas_item_simple_set_property)
	    (goo_canvas_item_model_simple_set_property): use the _remove()
	    functions instead of the find_child()/remove_child() code.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- ChangeLog	27 Mar 2008 14:08:54 -0000	1.132
+++ ChangeLog	4 Apr 2008 11:08:21 -0000	1.133
@@ -1,3 +1,23 @@
+2008-04-04  Damon Chaplin  <damon at gnome.org>
+
+	* docs/coordinates.xml: 
+	* docs/architecture.xml: new sections.
+
+	* docs/creating-items.xml: rewritten.
+
+	* src/goocanvasitemmodel.c (goo_canvas_item_model_set_parent): 
+	* src/goocanvasitem.c (goo_canvas_item_set_parent): note in the docs
+	that the "parent" property can be used to set the parent, but that
+	these functions are only for implementing new items (a bit confusing).
+
+	* src/goocanvasitem.c (goo_canvas_item_is_visible): fixed a bug
+	where if the item doesn't support the method it would just return
+	TRUE, but it should also check the ancestors are visible.
+
+	* src/goocanvasitemsimple.c (goo_canvas_item_simple_set_property)
+	(goo_canvas_item_model_simple_set_property): use the _remove()
+	functions instead of the find_child()/remove_child() code.
+
 2008-03-27  Damon Chaplin  <damon at gnome.org>
 
 	* src/goocanvasitem.c (goo_canvas_item_get_simple_transform): 



More information about the cairo-commit mailing list