2001-12-11 Michael Meeks <michael@ximian.com>
authormichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 11 Dec 2001 16:56:17 +0000 (16:56 +0000)
committermichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 11 Dec 2001 16:56:17 +0000 (16:56 +0000)
commit05d0a8cfed1bd502794ba482cf4d4e7e1a0ff37a
treea3f468be89027c70228d9e2c90fa22afbe80124a
parent603a2658423b90a55c27c24aaeb3fb0d68c9ca5d
2001-12-11  Michael Meeks  <michael@ximian.com>

* libspi/image.c (impl_getImageExtents): impl.
(spi_image_class_init): upd.

* cspi/spi_image.c
(AccessibleImage_getImageDescription): fix daft bug
of mine (doh).

* test/test-simple.c (global_listener_cb): update
to only quit if not --poke
(main): catch --poke.
(validate_accessible): upd. dumping, call test_image
(test_image): impl.

* libspi/Makefile.am (IDL_DEPS): fixup the IDL
dependencies.

* idl/Accessibility.idl: update all IDL includes.

* idl/*.idl - rename to namespace - this sucks, blame
mjs' bad decision for oafd.

* test/test-simple.c (create_test_window): add more tests.
(create_tree): split this out.
(validate_accessible): bugfix.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@176 e2bd861d-eb25-0410-b326-f6ed22b6b98c
35 files changed:
ChangeLog
TODO
cspi/spi_image.c
idl/Accessibility.idl
idl/Accessibility_Accessible.idl
idl/Accessibility_Application.idl
idl/Accessibility_Component.idl
idl/Accessibility_Desktop.idl
idl/Accessibility_Hyperlink.idl
idl/Accessibility_Registry.idl
idl/Accessibility_Selection.idl
idl/Accessibility_Table.idl
idl/Accessible.idl [deleted file]
idl/Action.idl [deleted file]
idl/Application.idl [deleted file]
idl/Component.idl [deleted file]
idl/Desktop.idl [deleted file]
idl/EditableText.idl [deleted file]
idl/Event.idl [deleted file]
idl/Hyperlink.idl [deleted file]
idl/Hypertext.idl [deleted file]
idl/Image.idl [deleted file]
idl/Makefile.am
idl/Registry.idl [deleted file]
idl/Relation.idl [deleted file]
idl/Role.idl [deleted file]
idl/Selection.idl [deleted file]
idl/State.idl [deleted file]
idl/StreamableContent.idl [deleted file]
idl/Table.idl [deleted file]
idl/Text.idl [deleted file]
idl/Value.idl [deleted file]
libspi/Makefile.am
libspi/image.c
test/test-simple.c