summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-01-25 16:17:38 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-01-25 16:17:38 +0000
commitfddc9b8561afe82cfb39133f705712e2c9a79e6e (patch)
treedf1ee05137f86b1256c586a934e7a750331173b8 /ChangeLog
parent7b8050aff20b6b151a0b0e540387112a05fb8d48 (diff)
downloadgtk+-fddc9b8561afe82cfb39133f705712e2c9a79e6e.tar.gz
Implement accessible support, fixes #454653.
2008-01-25 Johan Dahlin <johan@gnome.org> * gtk/gtkwidget.c: (gtk_widget_buildable_interface_init), (gtk_widget_buildable_get_internal_child), (free_action), (free_relation), (gtk_widget_buildable_parser_finished), (accessibility_start_element), (gtk_widget_buildable_custom_tag_start), (gtk_widget_buildable_custom_finished): Implement accessible support, fixes #454653. * gtk/gtk-builder-convert: Add support for migrating old glade files * tests/buildertest.c: (test_widget), (test_file): Add accessible tests and improve the test_file function to display toplevels and run dialogs. svn path=/trunk/; revision=19403
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c0fbc3059..f0afbf53e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-01-25 Johan Dahlin <johan@gnome.org>
+
+ * gtk/gtkwidget.c: (gtk_widget_buildable_interface_init),
+ (gtk_widget_buildable_get_internal_child), (free_action),
+ (free_relation), (gtk_widget_buildable_parser_finished),
+ (accessibility_start_element),
+ (gtk_widget_buildable_custom_tag_start),
+ (gtk_widget_buildable_custom_finished):
+ Implement accessible support, fixes #454653.
+
+ * gtk/gtk-builder-convert:
+ Add support for migrating old glade files
+
+ * tests/buildertest.c: (test_widget), (test_file):
+ Add accessible tests and imprve the test_file function to display
+ toplevels and run dialogs.
+
2008-01-25 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzView.c: Don't recreate a tracking rect if it