summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Integrate leasing scheme in-to atk-bridge.Mark Doffman2010-01-0535-1874/+1706
| | | | | | | | | | | | This involved: Separating the 'cache' and registration of accessible objects. This is because the leased objects need to be available over D-Bus but are not cached. Separating the cache updating from the 'events'. This is because we should still recieve updates on leased accessibles, but they are not cached.
* Add a class for taking leased references of GObjects.Mark Doffman2010-01-053-0/+257
|
* Move the D-Bus adaptor code into its own folder within theMark Doffman2010-01-0524-25/+41
| | | | atk-adaptor library codebase.
* Code style enforcement.Mark Doffman2010-01-0527-1403/+1487
| | | | | | All files in atk-adaptor now use gnu style indentation. 'indent --no-tabs'
* Fix parents of plugsMike Gorse2010-01-063-6/+60
|
* Fix g_warningMike Gorse2009-12-231-1/+1
|
* Bump version number to 0.1.4 prior to release.AT_SPI2_ATK_0_1_4Mark Doffman2009-12-211-1/+1
|
* Use datarootdir for finding the introspection XML files. They are now inMark Doffman2009-12-213-2/+3
| | | | a shared directory under 'at-spi2'.
* Reindent colletion-adapter.c using GNU indentMike Gorse2009-12-181-716/+741
| | | | | Reindented since the file had a hodge-podge of indentation styles; wanted to at least have something consistent.
* Finished collection supportMike Gorse2009-12-184-46/+124
|
* Only check for plug if atkplug.h has been includedMike Gorse2009-12-111-0/+4
|
* Remove i18n macro that was causing link errors.Mark Doffman2009-12-101-1/+1
|
* Send UpdateAccessible for transient objectsMike Gorse2009-12-091-0/+2
| | | | | | Send an UpdateAccessible signal if a Transient object is registered. This should only happen as the result of a query (GetChildAtIndex, GetAccessibleAt, etc).
* Only set parent to the desktop if an accessible is an ApplicationMike Gorse2009-12-091-7/+13
|
* Use the new 'Accessibility' bus if the bus address is availableMark Doffman2009-12-083-24/+67
| | | | in the AT_SPI_BUS X property.
* Bump version number to 0.1.3 prior to release.AT_SPI2_ATK_0_1_3Mark Doffman2009-11-301-1/+1
|
* Handle children-changed::remove eventsMike Gorse2009-11-231-0/+4
|
* Fix a function that should return a valueMike Gorse2009-11-161-0/+1
|
* More method name fixesmgorseMike Gorse2009-11-161-7/+7
|
* Event detail fixesMike Gorse2009-11-131-1/+9
| | | | | Have the generic event handler pass on detail ints when they're present (with table:row-inserted, for instance).
* Merge branch 'mgorse' into socketplugMike Gorse2009-11-114-8/+19
|\
| * Fixes for returning accessiblesMike Gorse2009-11-113-8/+11
| |
| * Merge branch 'master' into mgorseMike Gorse2009-11-101-0/+8
| |\
| | * Add missing configuration file for dbind to repository.Mark Doffman2009-11-101-0/+8
| | |
* | | Merge branch 'mgorse' into socketplugMike Gorse2009-11-1024-37/+2622
|\ \ \ | |/ /
| * | Merge branch 'master' into mgorseMike Gorse2009-11-1024-37/+2622
| |\ \ | | |/
| | * Change path of the desktop object to match that used in pyatspi.Mark Doffman2009-11-101-1/+1
| | |
| | * Add the droute and dbind libraries as static libraries within this repository.Mark Doffman2009-11-0723-36/+2621
| | | | | | | | | | | | Previously these were shared libraries in at-spi2-core.
* | | Support AtkPlug and AtkSocketMike Gorse2009-11-092-0/+63
|/ / | | | | | | | | | | Add support for AtkPlug and AtkSocket. This code is currently enabled conditionally if the relevant code is present. Support is not yet committed into atk.
* | Merge branch 'master' into mgorseMike Gorse2009-11-064-16/+22
|\ \ | |/
| * Add --enable-relocate optionWillie Walker2009-11-063-9/+10
| | | | | | | | | | | | | | This option is similar to what we did for AT-SPI/CORBA. The default value is to not enable relocation. If enabled, however, the atk-bridge module is relocated and a *.desktop file is installed to initialize GTK_PATH in gnome-session so the new module can be found by GTK+.
| * Only install *.desktop file if GTK_MODULE_DIR is used for relocatingWillie Walker2009-11-032-0/+5
| |
| * Do not install libspi header files (they aren't needed)Willie Walker2009-11-031-10/+10
| |
| * Fix gtk_module_init to always return a valueMike Gorse2009-10-301-0/+1
| |
* | API changes for out--of-process accessibles, and support ParentOfMike Gorse2009-11-066-128/+88
| | | | | | | | | | | | | | Modified DBus api to return bus names along with object paths to support out-of-process children. This does not yet support AtkPlug and AtkSocket, since the relevant atk changes have not yet been committed. Also, support the new ParentOf relationship.
* | Update to correspond with dbus specMike Gorse2009-10-3020-261/+288
| | | | | | | | Upper-cased method names per the recommendation in the dbus specification.
* | 2009-10-10 Mike Gorse <mgorse@novell.com>Mike Gorse2009-10-305-28/+92
| | | | | | | | | | | | Do not push children of ManagesDescendants objects. Clean up sub-containers. Add first pass of leasing of invisible Transient objects.
* | 2009-10-08 Mike Gorse <mgorse@novell.com>Mike Gorse2009-10-301-1/+1
| | | | | | | | Fix typo in Document event interface name.
* | 2009-09-04 Mike Gorse <mgorse@novell.com>Mike Gorse2009-10-301-2/+4
| | | | | | | | Do not dereference row and column header objects.
* | 2009-09-02 Mike Gorse <mgorse@novell.com>Mike Gorse2009-10-301-2/+3
| | | | | | | | | | Modify GetRowColumnEtentsAtIndex to output the return value first, as is now the convention.
* | 2009-08-28 Mike Gorse <mgorse@novell.com>Mike Gorse2009-10-3012-61/+305
| | | | | | | | | | | | | | Allow objects to record transient sub-objects which will be dereferenced when the containing object is removed. Initial pass at supporting hyperlinks and visible Transient objects. Transient objects should be removed from memory if they lose visibility.
* | Merge.Mike Gorse2009-10-301-1/+24
| |
* | 2009-08-28 Mike Gorse <mgorse@novell.com>Mike Gorse2009-10-301-1/+1
|/ | | | Fix definition of SPI_DBUS_PATH_NULL.
* Do not load if NO_AT_BRIDGEis set and non-zeroMike Gorse2009-10-281-1/+6
| | | | | Abort loading the module if NO_AT_BRIDGE is set and non-0. Ported from CORBA at-spi.
* Updated autogen.shMike Gorse2009-10-281-24/+34
|
* Add a NONCE file to the config diretory, ensuring its existence on checkout.Mark Doffman2009-10-281-0/+0
|
* Add a Description Of A Project file.Mark Doffman2009-10-281-0/+19
|
* 2009-26-10 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-10-263-6/+2
| | | | Remove cspi from the builds as it is not currently functional.
* 2009-07-10 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-10-0710-18/+1765
| | | | | | | | | | | | Re-add the cspi tests. Add desktop file so that the ATK bridge GTK modules environment variable is set properly by Gnome-session. Add library flags, compile error on Sun station. Fix provided by: Willie Walker
* 2009-07-10 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-10-071-3/+1
| | | | Bump version number to 0.1.2