From: michael Date: Tue, 8 Jan 2002 09:11:47 +0000 (+0000) Subject: 2002-01-08 Michael Meeks X-Git-Tag: AT_SPI2_ATK_2_12_0~1449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c139071b7cef3e8ea132abc5f994bd42e78e539c;hp=c139071b7cef3e8ea132abc5f994bd42e78e539c;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git 2002-01-08 Michael Meeks * registryd/registry.c (parse_event_type): remove strndup. * libspi/Makefile.am (libspi_la_SOURCES): remove sources already included in the headers section. * libspi/util.c: add. * libspi/spi-private.h: add. * registryd/registry.c: update to moved list iterators. 2002-01-05 Michael Meeks * test/simple-at.c (main): upd. auto-module set to atk-bridge * test/test-simple.c (main): ditto. 2002-01-04 Michael Meeks * libspi/accessible.c (spi_accessible_new): remove 2nd, redundant construct. * registryd/registry.c (get_listener_list): impl. (impl_accessibility_registry_register_global_event_listener): re-impl. to simplify using ~, remove dodgy const cast off. (parse_event_type): constify. (impl_accessibility_registry_deregister_global_event_listener_all): re-write, more efficiency and simplicity, kill re-enterancy hazard. (compare_listener_corbaref, compare_corba_objects), (compare_listener_quarks): define out. (impl_accessibility_registry_deregister_global_event_listener): re-write for effiency, and nail re-enterancy hazard. (impl_accessibility_registry_get_desktop_list): impl. (re_enterant_list_delete_link): impl. (re_enterant_list_foreach): impl. (remove_listener_cb): impl. (_registry_notify_listeners): kill. (notify_listeners_cb): impl. * cspi/spi_registry.c (SPI_freeDesktopList): impl. (SPI_getDesktopList): impl. * test/test-simple.c (test_desktop): test the methods. 2002-01-03 Michael Meeks * cspi/spi_event.c (SPI_createAccessibleKeySet): dup the keystrings since we free them (SPI_freeAccessibleKeySet): in here. * libspi/accessible.c (spi_accessible_new): kill warning, wonder what is going on with the constructor here. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@203 e2bd861d-eb25-0410-b326-f6ed22b6b98c ---