- 18 Sep, 2001 1 commit
-
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@61 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 15 Sep, 2001 1 commit
-
-
billh authored
from AccessibleRole to string. Added festival TTS to simple-at test program, used if environment variable FESTIVAL is set. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@60 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 13 Sep, 2001 1 commit
-
-
marcm authored
Added spi-util.c. * cspi/spi-util.c: Fixed typo * cspi/spi.c: Added interface implementation c files to list of includes so they are included in libcspi. * cspi/spi.h: Changed prototype of AccessibleAction_doAction to return a boolean. Changed prototype of AccessibleTable_getCaption to return an Accessible. Changed prototype of AccessibleTable_getSelectedRows and AccessibleTable_getSelectedColumns to return a long (returns the number of selected rows or columns respectively). Changed name of AccessibleText_refRunAttributes to AccessibleText_getAttributes. Changed prototype of AccessibleText_getCharacterExtents to return a void rather than a boolean. Addded support for a AccessibleCoordType parameter specifying what type of coordinates are desired. Added an AccessibleCordType parameter to AccessibleText_getPointAtOffset. * cspi/spi_accessible.c: Added code to return the outstanding interfaces from Accessible_queryInterface. * cspi/spi_action.c: Fixed typos. Corrected call to getNActions to call the c binding for an attribute. * cspi/spi_editabletext.c: Fixed typos. Changed name from setRunAttributes to setAttributes. * cspi/spi_hyperlink.c: Fixed typos. Changed call to getNAnchors to correctly call the c binding for an attribute. * cspi/spi_hypertext.c: Fixed typos. Changed getImageDescription to correctly call the binding for an attribute. * cspi/spi_selection.c: Changed getNSelectedChildren to correctly call the c binding for the attribute. Changed refSelectedChild to getSelectedChild. * cspi/spi_table.c: Fixed typos. Changed getCaption to return an Accessible. Fixed calls which retrieve attributes. Changed refAt to getAccessibleAt. Changed getNSelectedRows and getNSelectedColumns to return longs. * cspi/spi_text.c: Changed getCharacterExtents and getPointAtOffset to accept an AccessibleCoordType. Fixed typos. Changed calls which retrieve attributes. Changed refRunAttributes to getAttributes. * cspi/spi_value.c: Fixed typos. * idl/Hyperlink.idl: Changed n_anchors attribute to nAnchors to keep naming convention consistent. * idl/Table.idl: Made Table inherit from Bonobo::Unknown. Added nSelectedColumns and nSelectedRows attributes. * idl/Value.idl: Made Value inherit from Bonobo::Unknown. * libspi/hyperlink.c: Change for nAnchors attributte name change. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@59 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 05 Sep, 2001 3 commits
-
-
marcm authored
implementations-- made server implementations own AtkObject pointers rather than their respective AtkInterrface pointers to fix refcounting. AtkHyperlink is still broken. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@58 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@57 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
calls back to Bonobo_Unknown_unref-equivalents (Accessibility_Accessible_unref)). Fixed a bad parameter to accessible_event_listener_init() and initialized the event listener callbacks list to NULL. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@56 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 04 Sep, 2001 6 commits
-
-
marcm authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@55 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
marcm authored
spi_action.c spi_editabletext.c spi_hyperlink.c spi_hypertext.c spi_image.c spi_selection.c spi_table.c spi_text.c spi_value.c spi-util.c spi-util.h Implementations for C bindings to remaining accessibility interfaces. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@54 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
marcm authored
libspi/action.c libspi/action.h libspi/editabletext.c libspi/editabletext.h libspi/hyperlink.c libspi/hyperlink.h libspi/hypertext.c libspi/hypertext.h libspi/image.c libspi/image.h libspi/selection.c libspi/selection.h libspi/table.c libspi/table.h libspi/text.c libspi/text.h libspi/value.c libspi/value.h Added server implementations for outstanding ATK interfaces not yet implemented. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@53 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
marcm authored
changed return value of Action from void to boolean to bring in line with ATK. Text.idl: Changed getText funcions to return "out" start and end offsets. Changed getAttributes to take and offset and return the start and end offset of the attribute run. Changed getOffsetAtPoint and getCharacterExtents to take an enum describing whether coordinates are window or screen. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@52 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@51 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
interfaces. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@50 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 24 Aug, 2001 1 commit
-
-
mmclouglin authored
* libspi/listener.c(impl_notify_event): BonoboUnkown_unref the source instead of bonobo_object_release_unref - the ORB handles the releasing. * configure.in: require ORBit-2.3.94 for this behaviour. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@49 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 21 Aug, 2001 1 commit
-
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@48 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 20 Aug, 2001 6 commits
-
-
billh authored
Edited README to bring it up to date with the current release. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@46 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
Docs now build successfully. cspi/spi_main.c broken into several smaller files. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@45 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@44 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@43 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
Added partial implementation of Component interface. Added Component query to simple-at test, demonstrating Component interface and interface queries. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@42 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
C bindings. Added interface query support to IDL and C bindings for Accessible. Changed "ID" attribute for AccessibleApplication to a long. Added Component query to simple-at test, demonstrating Component interface and also interface queries. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@41 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 19 Aug, 2001 1 commit
-
-
billh authored
Improved consistency of C bindings method naming convention (modified studlyCaps). git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@40 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 18 Aug, 2001 6 commits
-
-
billh authored
Improved simple-at test and accessibleeventlistener.c to send actual event structs. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@39 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
Bugfix for AccessibleEventListener. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@38 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@37 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
spi_main.c now builds. Added C binding support for event listeners, and added new object type in libspi, AccessibleEventListener, which allows dynamic addition and removal of in-process callbacks by listening clients. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@36 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
Added headers included by cspi/spi.h. Added initial implementation of SPI C bindings (cspi/spi_main.c). (Not yet built). git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@35 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
mmclouglin authored
* libspi/Makefile.am: generate imodule at the same time as other idl compiler generated files. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@34 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 17 Aug, 2001 1 commit
-
-
billh authored
to listening at clients. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@33 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 16 Aug, 2001 7 commits
-
-
billh authored
Changed at.c to listen to Gtk:GtkWidget:button_press_event events as well as focus events. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@32 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
Changed at.c to register for toolkit events Gtk:GtkWidget:button_press_event Added some more implementation for toolkit events to registry.c. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@31 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
michael authored
* configure.in: use AM_GLIB_GNU_GETTEXT. * Makefile.am (SUBDIRS): kill intl. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@30 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
michael authored
* registryd/Makefile.am: s/oaf/server/ relocate info file. * configure.in: upd. * configure.in: depend on a recent bonobo-activation that will find our server files ... git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@29 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
for events but not CORBA object refs! git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@28 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@27 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
in at-spi. Added implementations for Accessible:getParent, getChildCount, getChildAtIndex. Improved event type matching to support listeners for either detail event subtypes (major:minor:detail) as well as major:minor. Added component.c, component.h bonobo objects (as implementors of the Component.idl interfaces). git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@26 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
- 15 Aug, 2001 5 commits
-
-
mmclouglin authored
* libspi/Makefile.am, registryd/Makefile.am, at-bridge/Makefile.am. test/Makefile.am, configure.in: reverse previous changes. * /idl/Image.idl: fix typo. * test/Makefile.am: put DEBUG_FLAGS in CFLAGS. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@25 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
mmclouglin authored
* test/app.c: use atgv[0] instead of g_type_prgname. 2001-08-15 Mark McLoughlin <mark@skynet.ie> * libspi/Makefile.am, registryd/Makefile.am, at-bridge/Makefile.am. test/Makefile.am, configure.in: cleanup, replace individual LIBS/CFLAGS with AT_COMMON_{LIBS|CFLAGS}. * README: format. 2001-08-15 Mark McLoughlin <mark@skynet.ie> * configure.in, libspi/Makefile.am: Change IDL path checking for bonobo-activation as opposed to oaf. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@24 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
definitions for the C bindings for at-spi. These C bindings are intended for use by non-CORBA and non-bonobo-savvy clients of the at-spi. Also tweaked some IDL to bring it in line with the headers, added a missing attribute in Hyperlink, and added coord system type parameter to Component geometry methods. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@23 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
Changed bridge to receive focus events from ATK and relay to registered "focus:" listeners. Began memory management of event sources when relaying and receiving events. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@22 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-
billh authored
Changed bridge to relay focus events to registered "focus:" listeners. Improvements to listener list management. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@21 e2bd861d-eb25-0410-b326-f6ed22b6b98c
-