platform/upstream/at-spi2-core.git
10 years agoDo not query X unless DISPLAY or AT_SPI_DISPLAY are set
Mike Gorse [Thu, 8 Aug 2013 16:21:15 +0000 (11:21 -0500)]
Do not query X unless DISPLAY or AT_SPI_DISPLAY are set

Previously, AT-SPI would hard-code a default display name of ":0" if
neither DISPLAY nor AT_SPI_DISPLAY were set. This seems unnecessary--the
environment variable ought to be set--and causes a warning to be
generated whenever a Gtk app is started under Wayland.

https://bugzilla.gnome.org/show_bug.cgi?id=701378

10 years agoAllow building without X11
Mike Gorse [Wed, 7 Aug 2013 14:58:14 +0000 (09:58 -0500)]
Allow building without X11

Separate out X11-specific code in preparation for Wayland support and to
avoid calling X under Mac OS. It should now be possible to build without
X, although keyboard and mouse-related functionality will likely not
work.

https://bugzilla.gnome.org/show_bug.cgi?id=682199

10 years agoBump version to 2.9.5 (should've done this before)
Mike Gorse [Mon, 29 Jul 2013 22:42:43 +0000 (17:42 -0500)]
Bump version to 2.9.5 (should've done this before)

10 years agoRelease v2.9.5 AT_SPI2_CORE_2_9_5
Mike Gorse [Mon, 29 Jul 2013 22:03:28 +0000 (17:03 -0500)]
Release v2.9.5

10 years agoSkip atspi_(event|device)_listener_new_simple
Mike Gorse [Mon, 15 Jul 2013 18:17:18 +0000 (13:17 -0500)]
Skip atspi_(event|device)_listener_new_simple

These are intended as C convenience functions. Gjs doesn't support
having a GDestroyNotify without a user_data and prints out a warning, so
might as well skip for purposes of introspection.

10 years agoCancel pending calls when giving up on them
Mike Gorse [Wed, 10 Jul 2013 20:20:53 +0000 (15:20 -0500)]
Cancel pending calls when giving up on them

When timing out without having received a reply from a pending call,
then
cancel the call so that it will be removed from the DBusConnection's
queue. This will hopefully prevent the call and the
SpiReentrantCallClosure from being leaked.

Note that this code is still behaving oddly (why isn't a notification
being sent by libdbus when the specified amount of time has ellapsed?)

10 years agoFix memory leak in atspi_accessible_get_role_name
Mike Gorse [Wed, 10 Jul 2013 18:47:55 +0000 (13:47 -0500)]
Fix memory leak in atspi_accessible_get_role_name

Only dup the string once.

10 years agoRelease v2.9.4 AT_SPI2_CORE_2_9_4
Mike Gorse [Mon, 8 Jul 2013 21:31:29 +0000 (16:31 -0500)]
Release v2.9.4

10 years agoAdd atspi_set_main_context
Mike Gorse [Mon, 1 Jul 2013 19:32:23 +0000 (14:32 -0500)]
Add atspi_set_main_context

Add a function to allow at-spi2-atk to set the main context that is used
when adding idle handlers (ie, process_deferred_messages, which is used
to prevent new events from being sent to the AT while other events are
being processed).

Also bump version to 2.9.4.

10 years agoRelease v2.9.3 AT_SPI2_CORE_2_9_3
Mike Gorse [Mon, 17 Jun 2013 21:25:10 +0000 (16:25 -0500)]
Release v2.9.3

10 years agoAdd atspi_is_initialized
Mike Gorse [Sun, 16 Jun 2013 19:02:22 +0000 (14:02 -0500)]
Add atspi_is_initialized

Added a function to query whether libatspi has been initialized. Used by
at-spi2-atk. Also, bump version.

11 years agoRelease v2.9.2 AT_SPI2_CORE_2_9_2
Mike Gorse [Tue, 28 May 2013 15:32:08 +0000 (10:32 -0500)]
Release v2.9.2

11 years agoAdd template files to EXTRA_DIST
Mike Gorse [Tue, 28 May 2013 15:30:59 +0000 (10:30 -0500)]
Add template files to EXTRA_DIST

11 years agoReinstate atspi_role_get_name
Mike Gorse [Wed, 22 May 2013 20:38:15 +0000 (15:38 -0500)]
Reinstate atspi_role_get_name

Atspi_role_get_name is used (by Orca, for instance) and was
inadvertently removed with the enum refactor.

11 years agoRename various functions to avoid name collisions
Mike Gorse [Tue, 14 May 2013 15:53:45 +0000 (10:53 -0500)]
Rename various functions to avoid name collisions

Having functions with common suffixes (ie, atspi_text_get_attributes and
atspi_document_get_attributes) results in problems for language
bindings. Deprecating these functions in favor of functions with new
names to avoid these collisions.

https://bugzilla.gnome.org/show_bug.cgi?id=700243

11 years agoAnnotate filter to allow none for device event listeners
Mike Gorse [Tue, 14 May 2013 18:00:54 +0000 (13:00 -0500)]
Annotate filter to allow none for device event listeners

Atspi_register_device_event_listener and
atspi_deregister_device_event_listener take a filter (currently unused).
It can be NULL, so it should be annotated as such.

https://bugzilla.gnome.org/show_bug.cgi?id=700237

11 years agoneed to dup a role name when fetching it from a value
Mike Gorse [Tue, 14 May 2013 15:51:45 +0000 (10:51 -0500)]
need to dup a role name when fetching it from a value

11 years agobuild: Fix srcdir != builddir
Colin Walters [Sat, 11 May 2013 00:17:23 +0000 (20:17 -0400)]
build: Fix srcdir != builddir

11 years agoMerge branch 'enum-types'
Mike Gorse [Fri, 10 May 2013 23:56:32 +0000 (18:56 -0500)]
Merge branch 'enum-types'

Conflicts:
atspi/Makefile.am
atspi/atspi-accessible.c

11 years agoversioned-introspection.py: Define prototypes as extern
Mike Gorse [Wed, 20 Mar 2013 21:14:36 +0000 (16:14 -0500)]
versioned-introspection.py: Define prototypes as extern

11 years agoFix introspection for GetActions
Mike Gorse [Wed, 20 Mar 2013 21:07:30 +0000 (16:07 -0500)]
Fix introspection for GetActions

11 years agoAdded Friulian translation
Fabio Tomat [Tue, 26 Mar 2013 12:09:12 +0000 (13:09 +0100)]
Added Friulian translation

11 years agoAdded Friulian translation
Fabio Tomat [Tue, 26 Mar 2013 12:09:09 +0000 (13:09 +0100)]
Added Friulian translation

11 years agoRelease v2.8.0 AT_SPI2_CORE_2_8_0
Mike Gorse [Mon, 25 Mar 2013 22:08:09 +0000 (17:08 -0500)]
Release v2.8.0

11 years ago[l10n] Added Tadjik translation
Victor Ibragimov [Tue, 19 Mar 2013 21:26:32 +0000 (22:26 +0100)]
[l10n] Added Tadjik translation

11 years agoRelease v2.7.91 AT_SPI2_CORE_2_7_91
Mike Gorse [Mon, 4 Mar 2013 21:41:46 +0000 (15:41 -0600)]
Release v2.7.91

11 years agoRevert "Do not run at-spi-dbus-bus at initialization phase"
Mike Gorse [Mon, 4 Mar 2013 21:32:10 +0000 (15:32 -0600)]
Revert "Do not run at-spi-dbus-bus at initialization phase"

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.

11 years agoAdd atspi_accessible_get_object_locale
Mike Gorse [Tue, 26 Feb 2013 00:36:12 +0000 (18:36 -0600)]
Add atspi_accessible_get_object_locale

https://bugzilla.gnome.org/show_bug.cgi?id=694368

11 years agoRelease v2.7.5 AT_SPI2_CORE_2_7_90
Mike Gorse [Mon, 18 Feb 2013 22:41:54 +0000 (16:41 -0600)]
Release v2.7.5

11 years agoRemove DEBUG_REF_COUNTS define
Mike Gorse [Thu, 7 Feb 2013 15:06:05 +0000 (09:06 -0600)]
Remove DEBUG_REF_COUNTS define

DEBUG_REF_COUNTS is intended for debugging and should not be defined by
default.

11 years agoRelease v2.7.5 AT_SPI2_CORE_2_7_5
Mike Gorse [Mon, 4 Feb 2013 22:29:14 +0000 (16:29 -0600)]
Release v2.7.5

11 years agoMore README updates
Mike Gorse [Mon, 4 Feb 2013 19:48:56 +0000 (13:48 -0600)]
More README updates

The directory structure was not completely documented.

11 years agoUpdate README
Mike Gorse [Mon, 4 Feb 2013 19:27:10 +0000 (13:27 -0600)]
Update README

The README was very outdated.

11 years agoFix some warnings
Mike Gorse [Mon, 4 Feb 2013 18:53:46 +0000 (12:53 -0600)]
Fix some warnings

11 years agoBump version
Mike Gorse [Thu, 31 Jan 2013 22:20:24 +0000 (16:20 -0600)]
Bump version

11 years agoAdd ATSPI_ROLE_LEVEL_BAR
Mike Gorse [Thu, 31 Jan 2013 21:40:37 +0000 (15:40 -0600)]
Add ATSPI_ROLE_LEVEL_BAR

Add "level bar" role corresponding to the new atk role.

11 years agoFix various warnings
Mike Gorse [Wed, 16 Jan 2013 10:45:30 +0000 (04:45 -0600)]
Fix various warnings

11 years agoRelease v2.7.4.1
Mike Gorse [Tue, 15 Jan 2013 17:01:47 +0000 (11:01 -0600)]
Release v2.7.4.1

11 years agoCheck that message is non-NULL before calling libdbus
Mike Gorse [Tue, 15 Jan 2013 16:07:12 +0000 (10:07 -0600)]
Check that message is non-NULL before calling libdbus

_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.

11 years agoRelease v2.7.4 AT_SPI2_CORE_2_7_4
Mike Gorse [Mon, 14 Jan 2013 23:22:19 +0000 (17:22 -0600)]
Release v2.7.4

11 years agoFix ref count leaks in atspi_accessible_get_application
Mike Gorse [Mon, 14 Jan 2013 23:16:38 +0000 (17:16 -0600)]
Fix ref count leaks in atspi_accessible_get_application

11 years ago_atspi-dbus_call_partial: Check for error.
Mike Gorse [Mon, 14 Jan 2013 19:03:52 +0000 (13:03 -0600)]
_atspi-dbus_call_partial: Check for error.

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.

11 years agoFix build with picky linkers
Behdad Esfahbod [Mon, 31 Dec 2012 02:07:20 +0000 (20:07 -0600)]
Fix build with picky linkers

11 years agobuild: really fix srcdir != builddir
Giovanni Campagna [Fri, 28 Dec 2012 00:11:22 +0000 (01:11 +0100)]
build: really fix srcdir != builddir

The file we want is in srcdir, not builddir.

http://ostree.gnome.org/work/tasks/gnomeos-3.8-build/2012.2854/log

11 years agobuild: Fix srcdir != builddir
Colin Walters [Fri, 28 Dec 2012 00:05:01 +0000 (19:05 -0500)]
build: Fix srcdir != builddir

11 years agoFix some ref count issues
Mike Gorse [Thu, 27 Dec 2012 21:50:04 +0000 (16:50 -0500)]
Fix some ref count issues

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.

11 years agoRelease v2.7.3 AT_SPI2_CORE_2_7_3
Mike Gorse [Mon, 17 Dec 2012 21:58:45 +0000 (16:58 -0500)]
Release v2.7.3

11 years agoA few documentation fixes
Mike Gorse [Mon, 17 Dec 2012 21:18:23 +0000 (16:18 -0500)]
A few documentation fixes

11 years agoMake documentation for atspi_event_listener_new() appear.
Patrick Welche [Sat, 15 Dec 2012 19:48:27 +0000 (19:48 +0000)]
Make documentation for atspi_event_listener_new() appear.

11 years agoDocumentation fix
Patrick Welche [Thu, 13 Dec 2012 21:21:10 +0000 (21:21 +0000)]
Documentation fix

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.

11 years agoFix deregistering of applications
Mike Gorse [Fri, 7 Dec 2012 17:21:19 +0000 (11:21 -0600)]
Fix deregistering of applications

11 years agoFix another crash when removing hung processes
Mike Gorse [Fri, 7 Dec 2012 16:27:58 +0000 (10:27 -0600)]
Fix another crash when removing hung processes

There was another instance where we were freeing the wrong data.

11 years agoRemove the correct datum when clearing a hung process
Mike Gorse [Thu, 6 Dec 2012 15:50:18 +0000 (09:50 -0600)]
Remove the correct datum when clearing a hung process

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.

11 years agoFix a crash when parsing events
Mike Gorse [Wed, 5 Dec 2012 05:54:55 +0000 (23:54 -0600)]
Fix a crash when parsing events

If an event listener specifies a detail for an event, but an event
arrives with an empty detail, then libatspi might crash.

11 years agobuild: Use gobject-introspection's Makefile instead of rolling our own
Rui Matos [Mon, 26 Nov 2012 21:45:25 +0000 (22:45 +0100)]
build: Use gobject-introspection's Makefile instead of rolling our own

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

11 years agoFix atspi_device_listener_new_simple and some other warnings
Mike Gorse [Mon, 26 Nov 2012 19:51:28 +0000 (13:51 -0600)]
Fix atspi_device_listener_new_simple and some other warnings

11 years agoRe-register keystroke listeners if the registry goes away and returns
Mike Gorse [Tue, 20 Nov 2012 22:29:50 +0000 (16:29 -0600)]
Re-register keystroke listeners if the registry goes away and returns

11 years agoFix atspi_accessible_get_index_in_parent when the parent is not cached
Mike Gorse [Mon, 19 Nov 2012 21:34:26 +0000 (15:34 -0600)]
Fix atspi_accessible_get_index_in_parent when the parent is not cached

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

11 years agoRelease v2.7.2 AT_SPI2_CORE_2_7_2
Mike Gorse [Mon, 19 Nov 2012 16:57:56 +0000 (10:57 -0600)]
Release v2.7.2

11 years ago[registry] Fix crash handling DeregisterKeystrokeListener
Mike Gorse [Thu, 15 Nov 2012 19:20:22 +0000 (13:20 -0600)]
[registry] Fix crash handling DeregisterKeystrokeListener

11 years agoatspi: Readd dbus-1 to introspection generation
Colin Walters [Wed, 14 Nov 2012 04:47:56 +0000 (23:47 -0500)]
atspi: Readd dbus-1 to introspection generation

It is presently used in AtspiApplication.

https://bugzilla.gnome.org/show_bug.cgi?id=688223

11 years agoSome introspection fixes to make vapigen happy
Daiki Ueno [Tue, 13 Nov 2012 08:43:42 +0000 (17:43 +0900)]
Some introspection fixes to make vapigen happy

https://bugzilla.gnome.org/show_bug.cgi?id=688223

11 years agoFix gtk-doc for AtspiRegistry.
Daiki Ueno [Tue, 13 Nov 2012 09:12:36 +0000 (18:12 +0900)]
Fix gtk-doc for AtspiRegistry.

https://bugzilla.gnome.org/show_bug.cgi?id=688224

11 years agoDon't distribute dbind-config.h
Mike Gorse [Mon, 12 Nov 2012 16:47:55 +0000 (10:47 -0600)]
Don't distribute dbind-config.h

Dbind-config.h is generated by configure and should not be part of the
release.

https://bugzilla.gnome.org/show_bug.cgi?id=688083

11 years agoOnly call an event listener once per event
Mike Gorse [Fri, 26 Oct 2012 21:01:35 +0000 (16:01 -0500)]
Only call an event listener once per event

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.

11 years agoRelease v2.7.1 AT_SPI2_CORE_2_7_1
Mike Gorse [Mon, 22 Oct 2012 16:21:32 +0000 (11:21 -0500)]
Release v2.7.1

11 years agoUpdated Slovak translation
Peter Mráz [Sat, 20 Oct 2012 15:35:25 +0000 (16:35 +0100)]
Updated Slovak translation

11 years agoDon't output a warning when a p2p connection isn't available
Mike Gorse [Wed, 17 Oct 2012 14:38:11 +0000 (09:38 -0500)]
Don't output a warning when a p2p connection isn't available

11 years agoUpdate cache in response to role change notifications
Mike Gorse [Fri, 5 Oct 2012 21:40:55 +0000 (17:40 -0400)]
Update cache in response to role change notifications

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

11 years agoRelease as v2.6.0 AT_SPI2_CORE_2_6_0
Mike Gorse [Mon, 24 Sep 2012 20:49:47 +0000 (15:49 -0500)]
Release as v2.6.0

11 years agoRelease v2.5.92 AT_SPI2_CORE_2_5_92
Mike Gorse [Tue, 18 Sep 2012 03:06:39 +0000 (22:06 -0500)]
Release v2.5.92

11 years agoDon't leak dbus connections
William Jon McCann [Fri, 14 Sep 2012 16:50:18 +0000 (12:50 -0400)]
Don't leak dbus connections

By using a private connection and closing it.

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoDon't check for NULL when calling _atspi_application_new
Mike Gorse [Mon, 17 Sep 2012 16:16:08 +0000 (11:16 -0500)]
Don't check for NULL when calling _atspi_application_new

g_object_new will error out rather than return NULL when out of memory,
so no need to check its return value.

11 years agoDon't leak the display string
William Jon McCann [Fri, 14 Sep 2012 17:17:35 +0000 (13:17 -0400)]
Don't leak the display string

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoMake build silent
William Jon McCann [Fri, 14 Sep 2012 15:26:14 +0000 (11:26 -0400)]
Make build silent

So we can see warnings better.

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoDon't leak errors
William Jon McCann [Fri, 14 Sep 2012 15:18:53 +0000 (11:18 -0400)]
Don't leak errors

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoExit without a SIGABRT when unable to open X display
Mike Gorse [Mon, 10 Sep 2012 17:00:19 +0000 (12:00 -0500)]
Exit without a SIGABRT when unable to open X display

At-spi2-registryd was calling g_error when unable to open the default
display, which led to a SIGABRT and a core dump. This behavior is
inconsistent with what is generally done by GNOME apps, so let's call
g_warning() and exit(1) instead.

https://bugzilla.gnome.org/show_bug.cgi?id=660407

11 years agoFixing 'atspi_accessible_get_id' annotation
Javier Hernández [Tue, 4 Sep 2012 01:58:18 +0000 (03:58 +0200)]
Fixing 'atspi_accessible_get_id' annotation

11 years agoFix some annotations compilation warnings
Javier Hernández [Tue, 4 Sep 2012 01:58:34 +0000 (03:58 +0200)]
Fix some annotations compilation warnings

11 years agoRelease v2.5.91 AT_SPI2_CORE_2_5_91
Mike Gorse [Mon, 3 Sep 2012 23:10:57 +0000 (18:10 -0500)]
Release v2.5.91

11 years agoUpdated Polish translation
Piotr Drąg [Sat, 1 Sep 2012 18:47:11 +0000 (20:47 +0200)]
Updated Polish translation

11 years agoAdd glib-2.0 to requires in at-spi2.pc.in
Samuel Thibault [Fri, 24 Aug 2012 21:48:03 +0000 (16:48 -0500)]
Add glib-2.0 to requires in at-spi2.pc.in

https://bugzilla.gnome.org/show_bug.cgi?id=682595

11 years agoFix build with -fno-common
Behdad Esfahbod [Tue, 21 Aug 2012 18:15:19 +0000 (14:15 -0400)]
Fix build with -fno-common

11 years agoAdd license to atspi-constants.h
Mike Gorse [Wed, 15 Aug 2012 13:41:39 +0000 (08:41 -0500)]
Add license to atspi-constants.h

11 years agoRelease v2.5.5 AT_SPI2_CORE_2_5_5
Mike Gorse [Mon, 6 Aug 2012 20:53:38 +0000 (15:53 -0500)]
Release v2.5.5

11 years agoAllow to build out of source directory
Daniel Narvaez [Thu, 19 Jul 2012 20:24:27 +0000 (22:24 +0200)]
Allow to build out of source directory

https://bugzilla.gnome.org/show_bug.cgi?id=680281

11 years agoAdd atspi_action_get_localized_name
Mike Gorse [Mon, 30 Jul 2012 17:02:05 +0000 (12:02 -0500)]
Add atspi_action_get_localized_name

https://bugzilla.gnome.org/show_bug.cgi?id=680598

11 years agoCode clean-ups
Mike Gorse [Wed, 18 Jul 2012 17:29:24 +0000 (12:29 -0500)]
Code clean-ups

There isn't really any point in checking for GLib functions returning NULL
due to lack of memory, since they just abort instead.

11 years agoRelease v2.5.4 AT_SPI2_CORE_2_5_4
Mike Gorse [Mon, 16 Jul 2012 20:52:05 +0000 (15:52 -0500)]
Release v2.5.4

11 years agoFix abort on an error while removing a match rule
Mike Gorse [Mon, 9 Jul 2012 00:35:36 +0000 (19:35 -0500)]
Fix abort on an error while removing a match rule

11 years agoConsistently return a value - from joerg@netbsd.org
Patrick Welche [Fri, 29 Jun 2012 17:07:23 +0000 (18:07 +0100)]
Consistently return a value - from joerg@netbsd.org

11 years agoRelease v2.5.3
Mike Gorse [Mon, 25 Jun 2012 22:55:05 +0000 (17:55 -0500)]
Release v2.5.3

11 years agoatspi-misc: Prevent leak
Jasper St. Pierre [Sun, 24 Jun 2012 20:32:31 +0000 (16:32 -0400)]
atspi-misc: Prevent leak

We need to free the data that XGetWindowProperty returns back to us.

https://bugzilla.gnome.org/show_bug.cgi?id=678738

11 years agoautogen.sh: Honor NOCONFIGURE=1
Colin Walters [Thu, 14 Jun 2012 20:38:27 +0000 (16:38 -0400)]
autogen.sh: Honor NOCONFIGURE=1

See http://people.gnome.org/~walters/docs/build-api.txt

11 years agoRelease v2.52 AT_SPI2_CORE_2_5_2
Mike Gorse [Mon, 4 Jun 2012 21:55:07 +0000 (16:55 -0500)]
Release v2.52

11 years agoFix crash in atspi_deregister_keystroke_listener
Marcus Habermehl [Mon, 4 Jun 2012 21:31:46 +0000 (16:31 -0500)]
Fix crash in atspi_deregister_keystroke_listener

Atspi_registry_keystroke_listener has code to copy a keyset before passing
to dbind, in order to handle NULL keystrings, but this code was not present
in atspi_deregister_keystroke_listener.

https://bugs.freedesktop.org/show_bug.cgi?id=50578

12 years ago_ATSPI_DBUS_CHECK_SIG: remove warning when no message received
Mike Gorse [Wed, 23 May 2012 19:19:26 +0000 (14:19 -0500)]
_ATSPI_DBUS_CHECK_SIG: remove warning when no message received

12 years agoAdd G_BEGIN_DECLS and G_END_DECLS macros for prototypes to fix c++ linkage
Mike Gorse [Mon, 21 May 2012 22:40:11 +0000 (17:40 -0500)]
Add G_BEGIN_DECLS and G_END_DECLS macros for prototypes to fix c++ linkage

12 years agoAdd a check for a null message when returning a hyperlink
Mike Gorse [Mon, 7 May 2012 16:28:05 +0000 (11:28 -0500)]
Add a check for a null message when returning a hyperlink

12 years agoRelease v2.5.1 AT_SPI2_CORE_2_5_1
Mike Gorse [Mon, 30 Apr 2012 21:22:41 +0000 (16:22 -0500)]
Release v2.5.1