[cairo-commit] goocanvas ChangeLog,1.132,1.133
Damon Chaplin
commit at pdx.freedesktop.org
Fri Apr 4 04:04:15 PDT 2008
- Previous message: [cairo-commit] 2 commits - src/cairo-truetype-subset.c
- Next message: [cairo-commit] goocanvas/docs Makefile.am, 1.5, 1.6 architecture.xml, NONE, 1.1 coordinates.xml, NONE, 1.1 creating-items.xml, 1.4, 1.5 goocanvas-docs.sgml, 1.8, 1.9 model-view-canvas.xml, 1.2, 1.3 simple-canvas.xml, 1.2, 1.3 wysiwyg.xml, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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):
- Previous message: [cairo-commit] 2 commits - src/cairo-truetype-subset.c
- Next message: [cairo-commit] goocanvas/docs Makefile.am, 1.5, 1.6 architecture.xml, NONE, 1.1 coordinates.xml, NONE, 1.1 creating-items.xml, 1.4, 1.5 goocanvas-docs.sgml, 1.8, 1.9 model-view-canvas.xml, 1.2, 1.3 simple-canvas.xml, 1.2, 1.3 wysiwyg.xml, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list