summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added Occitan translationgnome-3-8Cédric Valmary2015-05-242-0/+31
|
* Fix atspi_component_containsMike Gorse2013-10-241-1/+1
| | | | | | | Per the spec, org.a11y.Atspi.Component.Contains takes a uint32 for the coord type, not an int16 https://bugzilla.gnome.org/show_bug.cgi?id=710730
* Release v2.8.0AT_SPI2_CORE_2_8_0Mike Gorse2013-03-251-1/+1
|
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-192-0/+25
|
* Release v2.7.91AT_SPI2_CORE_2_7_91Mike Gorse2013-03-042-1/+7
|
* Revert "Do not run at-spi-dbus-bus at initialization phase"Mike Gorse2013-03-041-1/+1
| | | | | | | | | | | | | The bus launcher may be started after applications that use AT-SPI, such as caribou, if it is started in the application phase. I'm unsure of the rationale for the original commit. I'm also unsure if the .desktop file is still needed, since dbus-daemon should automatically launch the bus launcher on request, but would rather not eliminate it this close to 3.8. https://bugzilla.gnome.org/show_bug.cgi?id=694984 This reverts commit 1089e7c3687a48bb7810c40d6c9ff37e7acd10a1.
* Add atspi_accessible_get_object_localeMike Gorse2013-02-274-0/+40
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694368
* Release v2.7.5AT_SPI2_CORE_2_7_90Mike Gorse2013-02-182-1/+5
|
* Remove DEBUG_REF_COUNTS defineMike Gorse2013-02-071-1/+0
| | | | | DEBUG_REF_COUNTS is intended for debugging and should not be defined by default.
* Release v2.7.5AT_SPI2_CORE_2_7_5Mike Gorse2013-02-042-0/+7
|
* More README updatesMike Gorse2013-02-041-0/+39
| | | | The directory structure was not completely documented.
* Update READMEMike Gorse2013-02-041-9/+11
| | | | The README was very outdated.
* Fix some warningsMike Gorse2013-02-046-11/+27
|
* Bump versionMike Gorse2013-01-311-1/+1
|
* Add ATSPI_ROLE_LEVEL_BARMike Gorse2013-01-312-1/+6
| | | | Add "level bar" role corresponding to the new atk role.
* Fix various warningsMike Gorse2013-01-164-15/+3
|
* Release v2.7.4.1Mike Gorse2013-01-151-1/+1
|
* Check that message is non-NULL before calling libdbusMike Gorse2013-01-151-1/+1
| | | | | _atspi_dbus_call_partial now checks for an error message, but it should first check that the message is not NULL, or libdbus will abort.
* Release v2.7.4AT_SPI2_CORE_2_7_4Mike Gorse2013-01-142-1/+7
|
* Fix ref count leaks in atspi_accessible_get_applicationMike Gorse2013-01-141-0/+5
|
* _atspi-dbus_call_partial: Check for error.Mike Gorse2013-01-141-0/+11
| | | | | | | Dbind may return a message containing an error, so check for this in _atspi_dbus_call_partial. I an error is set, then do not return the message, but set the GError. This fixes some warnings where the error message was being passed to _atspi_dbus_return_accessible_from_message.
* Fix build with picky linkersBehdad Esfahbod2012-12-301-1/+1
|
* build: really fix srcdir != builddirGiovanni Campagna2012-12-281-1/+1
| | | | | | The file we want is in srcdir, not builddir. http://ostree.gnome.org/work/tasks/gnomeos-3.8-build/2012.2854/log
* build: Fix srcdir != builddirColin Walters2012-12-271-0/+1
|
* Fix some ref count issuesMike Gorse2012-12-277-21/+154
| | | | | | | Add refs in some places where they were previously not present, and be more thorough about removing refs when disposing. This should fix some leaks, though it is likely that many still remain. Also add a test program that can be used to test for some leaks.
* Release v2.7.3AT_SPI2_CORE_2_7_3Mike Gorse2012-12-172-1/+22
|
* A few documentation fixesMike Gorse2012-12-173-5/+6
|
* Make documentation for atspi_event_listener_new() appear.Patrick Welche2012-12-173-1/+12
|
* Documentation fixPatrick Welche2012-12-142-6/+7
| | | | | | This change makes public that a return value of 1 from atspi_init() means that atspi was already initialized, so testing for atspi_init()>1 makes sense as a check for errors.
* Fix deregistering of applicationsMike Gorse2012-12-071-1/+2
|
* Fix another crash when removing hung processesMike Gorse2012-12-071-1/+1
| | | | There was another instance where we were freeing the wrong data.
* Remove the correct datum when clearing a hung processMike Gorse2012-12-061-1/+1
| | | | | | When clearing hung processes, we were passing the wrong variable to g_list_remove, meaning that the datum would never be removed from the list, even though it had been freed, resulting in a crash.
* Fix a crash when parsing eventsMike Gorse2012-12-041-0/+3
| | | | | If an event listener specifies a detail for an event, but an event arrives with an empty detail, then libatspi might crash.
* build: Use gobject-introspection's Makefile instead of rolling our ownRui Matos2012-11-271-32/+20
| | | | | | | Invoking the GI compiler through libtool would cause us to embed an RPATH in our binaries. https://bugzilla.gnome.org/show_bug.cgi?id=640303
* Fix atspi_device_listener_new_simple and some other warningsMike Gorse2012-11-263-6/+6
|
* Re-register keystroke listeners if the registry goes away and returnsMike Gorse2012-11-205-48/+208
|
* Fix atspi_accessible_get_index_in_parent when the parent is not cachedMike Gorse2012-11-191-2/+5
| | | | | | | | Atspi_accessible_get_index_in_parent was returning -1 if the object's parent is NULL, regardless of whether the accessible_parent field is currently valid. https://bugzilla.gnome.org/show_bug.cgi?id=688057
* Release v2.7.2AT_SPI2_CORE_2_7_2Mike Gorse2012-11-192-1/+14
|
* [registry] Fix crash handling DeregisterKeystrokeListenerMike Gorse2012-11-151-6/+24
|
* atspi: Readd dbus-1 to introspection generationColin Walters2012-11-131-0/+1
| | | | | | It is presently used in AtspiApplication. https://bugzilla.gnome.org/show_bug.cgi?id=688223
* Some introspection fixes to make vapigen happyDaiki Ueno2012-11-141-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688223
* Fix gtk-doc for AtspiRegistry.Daiki Ueno2012-11-141-21/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688224
* Don't distribute dbind-config.hMike Gorse2012-11-121-1/+3
| | | | | | | Dbind-config.h is generated by configure and should not be part of the release. https://bugzilla.gnome.org/show_bug.cgi?id=688083
* Only call an event listener once per eventMike Gorse2012-10-261-0/+13
| | | | | If an event listener is registered for an event more than once (ie, registering both the event and its superset), then only notify it once.
* Release v2.7.1AT_SPI2_CORE_2_7_1Mike Gorse2012-10-222-1/+7
|
* Updated Slovak translationPeter Mráz2012-10-202-0/+25
|
* Don't output a warning when a p2p connection isn't availableMike Gorse2012-10-171-1/+1
|
* Update cache in response to role change notificationsMike Gorse2012-10-051-0/+12
| | | | | | | | We update the cache in response to name, description, and parent property-change signals, but we were missing code to handle signals for role changes. https://bugzilla.gnome.org/show_bug.cgi?id=685469
* Release as v2.6.0AT_SPI2_CORE_2_6_0Mike Gorse2012-09-241-1/+1
|
* Release v2.5.92AT_SPI2_CORE_2_5_92Mike Gorse2012-09-172-1/+9
|