[cairo-commit] goocanvas ChangeLog,1.23,1.24

Damon Chaplin commit at pdx.freedesktop.org
Wed Apr 19 02:40:46 EEST 2006


Committed by: damon

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

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

	* src/goocanvasitem.c (goo_canvas_item_base_init): added "title" and
	"description" properties for accessibility. Note that we only support
	per-item settings for the standard canvas items, though more complex
	items may want to support per-view settings.

	* src/goocanvasitemsimple.c: 
	* src/goocanvasgroup.c: implemented "title" and "description"
	properties.

	* src/goocanvas*view.c: set the accessible name & description based
	on the item's settings, and update them if changed.

	* src/goocanvasatk.c (goo_canvas_item_view_accessible_ref_child): 
	return the accessible rather than the item view.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog	18 Apr 2006 15:43:07 -0000	1.23
+++ ChangeLog	18 Apr 2006 23:40:43 -0000	1.24
@@ -1,3 +1,20 @@
+2006-04-19  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvasitem.c (goo_canvas_item_base_init): added "title" and
+	"description" properties for accessibility. Note that we only support
+	per-item settings for the standard canvas items, though more complex
+	items may want to support per-view settings.
+
+	* src/goocanvasitemsimple.c: 
+	* src/goocanvasgroup.c: implemented "title" and "description"
+	properties.
+
+	* src/goocanvas*view.c: set the accessible name & description based
+	on the item's settings, and update them if changed.
+
+	* src/goocanvasatk.c (goo_canvas_item_view_accessible_ref_child): 
+	return the accessible rather than the item view.
+
 2006-04-18  Damon Chaplin  <damon at gnome.org>
 
 	* src/goocanvasview.c (goo_canvas_view_get_model): new function.



More information about the cairo-commit mailing list