pkgsrc/devel/at-spi/PLIST

332 lines
18 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.26 2010/06/05 11:05:58 wiz Exp $
include/at-spi-1.0/cspi/spi-impl.h
include/at-spi-1.0/cspi/spi-listener.h
include/at-spi-1.0/cspi/spi-roletypes.h
include/at-spi-1.0/cspi/spi-statetypes.h
include/at-spi-1.0/cspi/spi.h
include/at-spi-1.0/libspi/Accessibility.h
include/at-spi-1.0/libspi/accessible.h
include/at-spi-1.0/libspi/action.h
include/at-spi-1.0/libspi/application.h
include/at-spi-1.0/libspi/base.h
include/at-spi-1.0/libspi/collection.h
include/at-spi-1.0/libspi/component.h
include/at-spi-1.0/libspi/devicelistener.h
include/at-spi-1.0/libspi/document.h
include/at-spi-1.0/libspi/editabletext.h
include/at-spi-1.0/libspi/eventlistener.h
include/at-spi-1.0/libspi/hyperlink.h
include/at-spi-1.0/libspi/hypertext.h
include/at-spi-1.0/libspi/image.h
include/at-spi-1.0/libspi/keymasks.h
include/at-spi-1.0/libspi/keystrokelistener.h
include/at-spi-1.0/libspi/libspi.h
include/at-spi-1.0/libspi/listener.h
include/at-spi-1.0/libspi/matchrule.h
include/at-spi-1.0/libspi/relation.h
include/at-spi-1.0/libspi/remoteobject.h
include/at-spi-1.0/libspi/selection.h
include/at-spi-1.0/libspi/stateset.h
include/at-spi-1.0/libspi/streamablecontent.h
include/at-spi-1.0/libspi/table.h
include/at-spi-1.0/libspi/text.h
include/at-spi-1.0/libspi/value.h
Update to 1.6.0. This version corresponds to GNOME 2.8.0. What's new in at-spi-1.6.0: Nothing. What's new in at-spi-1.5.4: * Registration failure at SPI_init is now detected and an error code is returned to the caller (bug #147648). * We now use polling as our default for detecting mouse button changes (this was formerly our fallback method); this prevents conflict with Xstroke. [a better long-term fix requires the Xevie extension] * We now register on a per-DISPLAY, but not per-SCREEN, basis. This fixes several issues, see bugs #149962, #136986, #144086. * New languages in configure.in: bs (Christian Rose) nb (Kjartan Maraas) ============ What's new in at-spi-1.5.3: * New role EMBEDDED (bug #144415). * Added object:bounds-changed event, for detecting when the component bounds of an object have changed onscreen. ============== What's new in at-spi-1.5.2: * Added Accessibility_LoginHelper interface, and LoginHelper GType. Also added client and server tests for this interface. The purpose is to identify services (typically, assistive technologies) which need access to system or device services (keyboard, audio, serial ports, posting windows, etc.) during login or re-login/authentication. * fixed make distcheck. * Added a check in cspi_object_unref, which should help in detecting refcount bugs in clients (Padraig O'Briain). * New languages: Walloon (Pablo Saratxaga) Bulgarian (Alexander Shopov) What's new in at-spi-1.5.1: * Allow synthesis of keysyms that aren't in the current X keymap. * languages: Gujarati (Guntupalli Karunakar), Canadian English (Alexander Winston) * Added omitted declarations for already-existing methods AccessibleTable_addRowSelection(), AccessibleTable_addColumnSelection(), AccessibleTable_removeRowSelection(), AccessibleTable_removeColumnSelection(). * bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 18:59:05 +02:00
include/at-spi-1.0/login-helper/Accessibility_LoginHelper.h
include/at-spi-1.0/login-helper/login-helper.h
lib/bonobo/servers/Accessibility_Registry.server
lib/gtk-2.0/modules/libatk-bridge.la
lib/libcspi.la
Update to 1.6.0. This version corresponds to GNOME 2.8.0. What's new in at-spi-1.6.0: Nothing. What's new in at-spi-1.5.4: * Registration failure at SPI_init is now detected and an error code is returned to the caller (bug #147648). * We now use polling as our default for detecting mouse button changes (this was formerly our fallback method); this prevents conflict with Xstroke. [a better long-term fix requires the Xevie extension] * We now register on a per-DISPLAY, but not per-SCREEN, basis. This fixes several issues, see bugs #149962, #136986, #144086. * New languages in configure.in: bs (Christian Rose) nb (Kjartan Maraas) ============ What's new in at-spi-1.5.3: * New role EMBEDDED (bug #144415). * Added object:bounds-changed event, for detecting when the component bounds of an object have changed onscreen. ============== What's new in at-spi-1.5.2: * Added Accessibility_LoginHelper interface, and LoginHelper GType. Also added client and server tests for this interface. The purpose is to identify services (typically, assistive technologies) which need access to system or device services (keyboard, audio, serial ports, posting windows, etc.) during login or re-login/authentication. * fixed make distcheck. * Added a check in cspi_object_unref, which should help in detecting refcount bugs in clients (Padraig O'Briain). * New languages: Walloon (Pablo Saratxaga) Bulgarian (Alexander Shopov) What's new in at-spi-1.5.1: * Allow synthesis of keysyms that aren't in the current X keymap. * languages: Gujarati (Guntupalli Karunakar), Canadian English (Alexander Winston) * Added omitted declarations for already-existing methods AccessibleTable_addRowSelection(), AccessibleTable_addColumnSelection(), AccessibleTable_removeRowSelection(), AccessibleTable_removeColumnSelection(). * bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 18:59:05 +02:00
lib/libloginhelper.la
lib/libspi.la
Update to 1.6.0. This version corresponds to GNOME 2.8.0. What's new in at-spi-1.6.0: Nothing. What's new in at-spi-1.5.4: * Registration failure at SPI_init is now detected and an error code is returned to the caller (bug #147648). * We now use polling as our default for detecting mouse button changes (this was formerly our fallback method); this prevents conflict with Xstroke. [a better long-term fix requires the Xevie extension] * We now register on a per-DISPLAY, but not per-SCREEN, basis. This fixes several issues, see bugs #149962, #136986, #144086. * New languages in configure.in: bs (Christian Rose) nb (Kjartan Maraas) ============ What's new in at-spi-1.5.3: * New role EMBEDDED (bug #144415). * Added object:bounds-changed event, for detecting when the component bounds of an object have changed onscreen. ============== What's new in at-spi-1.5.2: * Added Accessibility_LoginHelper interface, and LoginHelper GType. Also added client and server tests for this interface. The purpose is to identify services (typically, assistive technologies) which need access to system or device services (keyboard, audio, serial ports, posting windows, etc.) during login or re-login/authentication. * fixed make distcheck. * Added a check in cspi_object_unref, which should help in detecting refcount bugs in clients (Padraig O'Briain). * New languages: Walloon (Pablo Saratxaga) Bulgarian (Alexander Shopov) What's new in at-spi-1.5.1: * Allow synthesis of keysyms that aren't in the current X keymap. * languages: Gujarati (Guntupalli Karunakar), Canadian English (Alexander Winston) * Added omitted declarations for already-existing methods AccessibleTable_addRowSelection(), AccessibleTable_addColumnSelection(), AccessibleTable_removeRowSelection(), AccessibleTable_removeColumnSelection(). * bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 18:59:05 +02:00
lib/orbit-2.0/Accessibility_LoginHelper_module.la
lib/orbit-2.0/Accessibility_module.la
lib/pkgconfig/cspi-1.0.pc
Update to 1.6.0. This version corresponds to GNOME 2.8.0. What's new in at-spi-1.6.0: Nothing. What's new in at-spi-1.5.4: * Registration failure at SPI_init is now detected and an error code is returned to the caller (bug #147648). * We now use polling as our default for detecting mouse button changes (this was formerly our fallback method); this prevents conflict with Xstroke. [a better long-term fix requires the Xevie extension] * We now register on a per-DISPLAY, but not per-SCREEN, basis. This fixes several issues, see bugs #149962, #136986, #144086. * New languages in configure.in: bs (Christian Rose) nb (Kjartan Maraas) ============ What's new in at-spi-1.5.3: * New role EMBEDDED (bug #144415). * Added object:bounds-changed event, for detecting when the component bounds of an object have changed onscreen. ============== What's new in at-spi-1.5.2: * Added Accessibility_LoginHelper interface, and LoginHelper GType. Also added client and server tests for this interface. The purpose is to identify services (typically, assistive technologies) which need access to system or device services (keyboard, audio, serial ports, posting windows, etc.) during login or re-login/authentication. * fixed make distcheck. * Added a check in cspi_object_unref, which should help in detecting refcount bugs in clients (Padraig O'Briain). * New languages: Walloon (Pablo Saratxaga) Bulgarian (Alexander Shopov) What's new in at-spi-1.5.1: * Allow synthesis of keysyms that aren't in the current X keymap. * languages: Gujarati (Guntupalli Karunakar), Canadian English (Alexander Winston) * Added omitted declarations for already-existing methods AccessibleTable_addRowSelection(), AccessibleTable_addColumnSelection(), AccessibleTable_removeRowSelection(), AccessibleTable_removeColumnSelection(). * bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 18:59:05 +02:00
lib/pkgconfig/libloginhelper-1.0.pc
lib/pkgconfig/libspi-1.0.pc
libexec/at-spi-registryd
share/doc/${PKGNAME}/reference/html/Accessibility_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Accessible_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Accessible_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Action_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Action_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Application_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Application_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Collection_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Collection_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Component_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Component_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Desktop_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Desktop_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Document_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Document_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__EditableText_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__EditableText_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Event_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Event_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Hyperlink_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Hyperlink_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Hypertext_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Hypertext_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Image_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Image_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__LoginHelper_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__LoginHelper_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Registry_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Registry_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Relation_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Relation_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Role_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Role_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Selection_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Selection_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Selector_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Selector_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__State_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__State_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__StreamableContent_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__StreamableContent_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Table_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Table_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Text_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Text_8idl_source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Value_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Value_8idl_source.html
share/doc/${PKGNAME}/reference/html/annotated.html
share/doc/${PKGNAME}/reference/html/classes.html
share/doc/${PKGNAME}/reference/html/dir_3b6a51dea7afd3eda1b8a5320c6a3f28.html
share/doc/${PKGNAME}/reference/html/dirs.html
share/doc/${PKGNAME}/reference/html/doxygen.css
share/doc/${PKGNAME}/reference/html/doxygen.png
share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1ContentStream_1_1IOError.html
share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1ContentStream_1_1NoPermission.html
share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1ContentStream_1_1NotSupported.html
share/doc/${PKGNAME}/reference/html/files.html
share/doc/${PKGNAME}/reference/html/functions.html
share/doc/${PKGNAME}/reference/html/functions_0x63.html
share/doc/${PKGNAME}/reference/html/functions_0x64.html
share/doc/${PKGNAME}/reference/html/functions_0x65.html
share/doc/${PKGNAME}/reference/html/functions_0x66.html
share/doc/${PKGNAME}/reference/html/functions_0x67.html
share/doc/${PKGNAME}/reference/html/functions_0x68.html
share/doc/${PKGNAME}/reference/html/functions_0x69.html
share/doc/${PKGNAME}/reference/html/functions_0x6b.html
share/doc/${PKGNAME}/reference/html/functions_0x6c.html
share/doc/${PKGNAME}/reference/html/functions_0x6d.html
share/doc/${PKGNAME}/reference/html/functions_0x6e.html
share/doc/${PKGNAME}/reference/html/functions_0x70.html
share/doc/${PKGNAME}/reference/html/functions_0x72.html
share/doc/${PKGNAME}/reference/html/functions_0x73.html
share/doc/${PKGNAME}/reference/html/functions_0x74.html
share/doc/${PKGNAME}/reference/html/functions_0x75.html
share/doc/${PKGNAME}/reference/html/functions_0x76.html
share/doc/${PKGNAME}/reference/html/functions_0x77.html
share/doc/${PKGNAME}/reference/html/functions_0x78.html
share/doc/${PKGNAME}/reference/html/functions_0x79.html
share/doc/${PKGNAME}/reference/html/functions_enum.html
share/doc/${PKGNAME}/reference/html/functions_eval.html
share/doc/${PKGNAME}/reference/html/functions_func.html
share/doc/${PKGNAME}/reference/html/functions_type.html
share/doc/${PKGNAME}/reference/html/functions_vars.html
share/doc/${PKGNAME}/reference/html/hierarchy.html
share/doc/${PKGNAME}/reference/html/index.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Accessible.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Action.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Application.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Collection.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1CommandListener.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Component.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1ContentStream.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Desktop.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1DeviceEventController.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1DeviceEventListener.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Document.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1EditableText.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1EventListener.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Hyperlink.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Hypertext.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Image.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1LoginHelper.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1MatchRule.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Registry.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Relation.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Selection.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Selector.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1StateSet.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1StreamableContent.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Table.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Text.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Value.html
share/doc/${PKGNAME}/reference/html/namespaceAccessibility.html
share/doc/${PKGNAME}/reference/html/namespacemembers.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x62.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x63.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x64.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x65.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x6b.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x6c.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x6d.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x72.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x73.html
share/doc/${PKGNAME}/reference/html/namespacemembers_0x74.html
share/doc/${PKGNAME}/reference/html/namespacemembers_enum.html
share/doc/${PKGNAME}/reference/html/namespacemembers_eval.html
share/doc/${PKGNAME}/reference/html/namespacemembers_type.html
share/doc/${PKGNAME}/reference/html/namespaces.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1BoundingBox.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1Command.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1DeviceEvent.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1Event.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1EventDetails.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1EventListenerMode.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1KeyDefinition.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1LoginHelper_1_1WindowInfo.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1Text_1_1Range.html
share/doc/${PKGNAME}/reference/html/tabs.css
share/gconf/schemas/at-spi.schemas
share/gnome/autostart/at-spi-registryd.desktop
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Accessible-Objects.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleAction-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleApplication-API.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleComponent-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleDocument-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleEditableText-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleHyperlink-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleHypertext-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleImage-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleRelations-and-RelationSets.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleSelection-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleStreamableContent-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleTable-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleText-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleValue-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Event-Listener-Support.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Registry-queries.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-SPI-main-loop-and-initialization.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-State-and-StateSets.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi.devhelp
share/gtk-doc/html/at-spi-cspi/at-spi-cspi.devhelp2
share/gtk-doc/html/at-spi-cspi/ch05.html
share/gtk-doc/html/at-spi-cspi/home.png
share/gtk-doc/html/at-spi-cspi/index.html
share/gtk-doc/html/at-spi-cspi/index.sgml
share/gtk-doc/html/at-spi-cspi/left.png
share/gtk-doc/html/at-spi-cspi/right.png
share/gtk-doc/html/at-spi-cspi/spi-accessible.html
share/gtk-doc/html/at-spi-cspi/spi-application.html
share/gtk-doc/html/at-spi-cspi/spi-component.html
share/gtk-doc/html/at-spi-cspi/spi-main.html
share/gtk-doc/html/at-spi-cspi/style.css
share/gtk-doc/html/at-spi-cspi/up.png
share/idl/at-spi-1.0/Accessibility.idl
share/idl/at-spi-1.0/Accessibility_Accessible.idl
share/idl/at-spi-1.0/Accessibility_Action.idl
share/idl/at-spi-1.0/Accessibility_Application.idl
share/idl/at-spi-1.0/Accessibility_Collection.idl
share/idl/at-spi-1.0/Accessibility_Component.idl
share/idl/at-spi-1.0/Accessibility_Desktop.idl
share/idl/at-spi-1.0/Accessibility_Document.idl
share/idl/at-spi-1.0/Accessibility_EditableText.idl
share/idl/at-spi-1.0/Accessibility_Event.idl
share/idl/at-spi-1.0/Accessibility_Hyperlink.idl
share/idl/at-spi-1.0/Accessibility_Hypertext.idl
share/idl/at-spi-1.0/Accessibility_Image.idl
Update to 1.6.0. This version corresponds to GNOME 2.8.0. What's new in at-spi-1.6.0: Nothing. What's new in at-spi-1.5.4: * Registration failure at SPI_init is now detected and an error code is returned to the caller (bug #147648). * We now use polling as our default for detecting mouse button changes (this was formerly our fallback method); this prevents conflict with Xstroke. [a better long-term fix requires the Xevie extension] * We now register on a per-DISPLAY, but not per-SCREEN, basis. This fixes several issues, see bugs #149962, #136986, #144086. * New languages in configure.in: bs (Christian Rose) nb (Kjartan Maraas) ============ What's new in at-spi-1.5.3: * New role EMBEDDED (bug #144415). * Added object:bounds-changed event, for detecting when the component bounds of an object have changed onscreen. ============== What's new in at-spi-1.5.2: * Added Accessibility_LoginHelper interface, and LoginHelper GType. Also added client and server tests for this interface. The purpose is to identify services (typically, assistive technologies) which need access to system or device services (keyboard, audio, serial ports, posting windows, etc.) during login or re-login/authentication. * fixed make distcheck. * Added a check in cspi_object_unref, which should help in detecting refcount bugs in clients (Padraig O'Briain). * New languages: Walloon (Pablo Saratxaga) Bulgarian (Alexander Shopov) What's new in at-spi-1.5.1: * Allow synthesis of keysyms that aren't in the current X keymap. * languages: Gujarati (Guntupalli Karunakar), Canadian English (Alexander Winston) * Added omitted declarations for already-existing methods AccessibleTable_addRowSelection(), AccessibleTable_addColumnSelection(), AccessibleTable_removeRowSelection(), AccessibleTable_removeColumnSelection(). * bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 18:59:05 +02:00
share/idl/at-spi-1.0/Accessibility_LoginHelper.idl
share/idl/at-spi-1.0/Accessibility_Registry.idl
share/idl/at-spi-1.0/Accessibility_Relation.idl
share/idl/at-spi-1.0/Accessibility_Role.idl
share/idl/at-spi-1.0/Accessibility_Selection.idl
Update to 1.7.4: What's new in at-spi-1.7.4: * Fixed dist to include Accessibility_Selector.idl (missing from dist though in cvs since 1.7.3). * Bugfixes to EventDetails event support, and fixed event emission for implementors of SPI_REMOTE_OBJECT. What's new in at-spi-1.7.0 through 1.7.3: * Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0 through 1.7.2, added in 1.7.3) * DOCS: All the IDL is now documented with doxygen-compatible docs. Just run 'doxygen oxyfile' in the IDL directory. (This will be automated in a future version). * NEW API: idl: Accessibility::Accessible:getAttributes (name/value pair annotation for all objects) Accessibility::Accessible:getApplication (retrieves ref to host app) Accessibility::Component:getAlpha (get transparency/opacity value of component) Accessibility::Image:getLocale (get POSIX locale for image and imagedesc) Accessibility::Text:getAttributeValue (retrieve a single named attribute value) Accessibility::Relation:RELATION_PARENT_WINDOW_OF Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION, ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles for complex docs and forms.) Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED, STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION, STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms) Accessibility::EventDetails (new, more detailed info marshalled with events) cspi: (AccessibleEvent_getSourceName): (AccessibleEvent_getSourceRole): (AccessibleEvent_getSourceApplication): (AccessibleEvent_getSourceDetails): New methods for interrogating/demarshalling event details i.e. source's accessible name, role, and host app. (Accessible_getAttributes): New, retrieve annotations/attributes on objects. (Accessible_getHostApplication): New, retrieve enclosing Application instance for an object. (AccessibleImage_getImageLocale): New, retrieve Locale info for an image. (AccessibleComponent_getAlpha): New, retrieve alpha value for an AccessibleComponent (see discussion in idl section above). * BUGFIXES: Some compiler fixes from Kjartan Marass. Some thread-related fixes from Michael Meeks. Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman).
2006-03-30 23:22:11 +02:00
share/idl/at-spi-1.0/Accessibility_Selector.idl
share/idl/at-spi-1.0/Accessibility_State.idl
share/idl/at-spi-1.0/Accessibility_StreamableContent.idl
share/idl/at-spi-1.0/Accessibility_Table.idl
share/idl/at-spi-1.0/Accessibility_Text.idl
share/idl/at-spi-1.0/Accessibility_Value.idl
share/locale/ang/LC_MESSAGES/at-spi.mo
share/locale/ar/LC_MESSAGES/at-spi.mo
share/locale/as/LC_MESSAGES/at-spi.mo
share/locale/ast/LC_MESSAGES/at-spi.mo
share/locale/az/LC_MESSAGES/at-spi.mo
share/locale/be/LC_MESSAGES/at-spi.mo
share/locale/be@latin/LC_MESSAGES/at-spi.mo
share/locale/bg/LC_MESSAGES/at-spi.mo
share/locale/bn/LC_MESSAGES/at-spi.mo
share/locale/bn_IN/LC_MESSAGES/at-spi.mo
share/locale/bs/LC_MESSAGES/at-spi.mo
share/locale/ca/LC_MESSAGES/at-spi.mo
share/locale/ca@valencia/LC_MESSAGES/at-spi.mo
share/locale/crh/LC_MESSAGES/at-spi.mo
share/locale/cs/LC_MESSAGES/at-spi.mo
share/locale/cy/LC_MESSAGES/at-spi.mo
share/locale/da/LC_MESSAGES/at-spi.mo
share/locale/de/LC_MESSAGES/at-spi.mo
share/locale/dz/LC_MESSAGES/at-spi.mo
share/locale/el/LC_MESSAGES/at-spi.mo
share/locale/en@shaw/LC_MESSAGES/at-spi.mo
share/locale/en_CA/LC_MESSAGES/at-spi.mo
share/locale/en_GB/LC_MESSAGES/at-spi.mo
share/locale/eo/LC_MESSAGES/at-spi.mo
share/locale/es/LC_MESSAGES/at-spi.mo
share/locale/et/LC_MESSAGES/at-spi.mo
share/locale/eu/LC_MESSAGES/at-spi.mo
share/locale/fa/LC_MESSAGES/at-spi.mo
share/locale/fi/LC_MESSAGES/at-spi.mo
share/locale/fr/LC_MESSAGES/at-spi.mo
share/locale/ga/LC_MESSAGES/at-spi.mo
share/locale/gl/LC_MESSAGES/at-spi.mo
share/locale/gu/LC_MESSAGES/at-spi.mo
share/locale/he/LC_MESSAGES/at-spi.mo
share/locale/hi/LC_MESSAGES/at-spi.mo
share/locale/hr/LC_MESSAGES/at-spi.mo
share/locale/hu/LC_MESSAGES/at-spi.mo
share/locale/id/LC_MESSAGES/at-spi.mo
share/locale/is/LC_MESSAGES/at-spi.mo
share/locale/it/LC_MESSAGES/at-spi.mo
share/locale/ja/LC_MESSAGES/at-spi.mo
share/locale/ka/LC_MESSAGES/at-spi.mo
share/locale/kn/LC_MESSAGES/at-spi.mo
share/locale/ko/LC_MESSAGES/at-spi.mo
share/locale/ku/LC_MESSAGES/at-spi.mo
share/locale/lt/LC_MESSAGES/at-spi.mo
share/locale/lv/LC_MESSAGES/at-spi.mo
share/locale/mai/LC_MESSAGES/at-spi.mo
share/locale/mk/LC_MESSAGES/at-spi.mo
share/locale/ml/LC_MESSAGES/at-spi.mo
share/locale/mn/LC_MESSAGES/at-spi.mo
share/locale/mr/LC_MESSAGES/at-spi.mo
share/locale/ms/LC_MESSAGES/at-spi.mo
share/locale/nb/LC_MESSAGES/at-spi.mo
share/locale/nds/LC_MESSAGES/at-spi.mo
share/locale/ne/LC_MESSAGES/at-spi.mo
share/locale/nl/LC_MESSAGES/at-spi.mo
share/locale/nn/LC_MESSAGES/at-spi.mo
share/locale/oc/LC_MESSAGES/at-spi.mo
share/locale/or/LC_MESSAGES/at-spi.mo
share/locale/pa/LC_MESSAGES/at-spi.mo
share/locale/pl/LC_MESSAGES/at-spi.mo
share/locale/ps/LC_MESSAGES/at-spi.mo
share/locale/pt/LC_MESSAGES/at-spi.mo
share/locale/pt_BR/LC_MESSAGES/at-spi.mo
share/locale/ro/LC_MESSAGES/at-spi.mo
share/locale/ru/LC_MESSAGES/at-spi.mo
share/locale/rw/LC_MESSAGES/at-spi.mo
share/locale/sk/LC_MESSAGES/at-spi.mo
share/locale/sl/LC_MESSAGES/at-spi.mo
share/locale/sq/LC_MESSAGES/at-spi.mo
share/locale/sr/LC_MESSAGES/at-spi.mo
share/locale/sr@ije/LC_MESSAGES/at-spi.mo
share/locale/sr@latin/LC_MESSAGES/at-spi.mo
share/locale/sv/LC_MESSAGES/at-spi.mo
share/locale/ta/LC_MESSAGES/at-spi.mo
share/locale/te/LC_MESSAGES/at-spi.mo
share/locale/th/LC_MESSAGES/at-spi.mo
share/locale/tr/LC_MESSAGES/at-spi.mo
share/locale/ug/LC_MESSAGES/at-spi.mo
share/locale/uk/LC_MESSAGES/at-spi.mo
share/locale/vi/LC_MESSAGES/at-spi.mo
share/locale/wa/LC_MESSAGES/at-spi.mo
share/locale/xh/LC_MESSAGES/at-spi.mo
share/locale/zh_CN/LC_MESSAGES/at-spi.mo
share/locale/zh_HK/LC_MESSAGES/at-spi.mo
share/locale/zh_TW/LC_MESSAGES/at-spi.mo