Commit graph

6 commits

Author SHA1 Message Date
prlw1
bb98349215 Update at-spi2-atk to 2.33.2
Unstable branch chosen for:
* Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTION

ChangeLog:
* Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTION
* Fix a build issue where libgobject might not have been linked, resulting in
  undefined symbols.

What's new in at-spi2-atk 2.33.1:
* Document atk_bridge_adaptor_init error messages.
* Add atk_bridge_set_event_context.
* Add AccessibleId property.

What's new in at-spi2-atk 2.31.92:
* Fix a crash when retrieveing headers from table cells.

What's new in at-spi2-atk 2.31.2:
* Add ScrollSubstringTo and ScrollSubstringToPoint interfaces.

What's new in at-spi2-atk 2.29.1:
* Fix a case where we could return without unlocking a mutex (bgo#793625).
* Add ScrollTo and ScrollToPoint interfaces.
* Fix various compiler warnings and build issues.
2019-07-18 15:03:51 +00:00
prlw1
ddc43a84a4 Update at-spi2-atk to 2.8.1
* Add Locale property (BGO#694368).
* Bump atk dependency to 2.7.5 (BGO#693189).
* Support ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
* Fix various compiler warnings.
* re-register if the registry goes away and later returns.
* Stop using deprecated glib functions.
* Fix a few memory leaks.
* atk-adaptor: don't emit a critical in case the bridge was not initialized
  (BGO#684334).
* Remove dbind (it was only used for the droute test).
* Fix a crash in socket_embed_hook if spi_global_register is NULL.
* [droute] Fix memory leak in path cleanup (BGO#688363).
* Remove the schema; it was only used to specify the location of the
  atk-bridge library, which is now installed in the standard path.
* Fix compiler warnings (BGO#678045).
2013-05-18 21:56:03 +00:00
prlw1
e2db3b000b Update to 2.6.0
* Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434).
* When the cache is activated, register it on the main D-Bus connection.
* Fix atspi_hyperlink_get_uri (BGO#683182).
* Only initialize the cache when an AT is running.
* Fix various memory leaks (BGO#683979, BGO#684077)
* Removed the gtk 3.0 module (BGO#678315).
* Don't leak a GError when option parsing fails (BGO#679296)
* Rework some inefficient code when removing clients and events (BGO#679295,
  BGO#679297).
* Implement GetLocalizedName for actions (BGO#680598)
* Allow to build out of source directory (BGO#680280).
* No need to include i18n support: There's nothing to translate here.
2012-10-08 20:31:27 +00:00
prlw1
6ff0bea0aa Update at-spi2-atk to 2.5.3:
* Create a library (libatk-bridge), currently with atk_bridge_adaptor_init()
  and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly
  into, ie GTK+ 3.

* Only register events at beginning if an AT is listening (BGO#678475).

* Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure
  directory hard-coded under /tmp (BGO#678348).

* Fix various compiler warnings and build errors.
2012-07-04 17:45:57 +00:00
prlw1
aed06a06b9 Update at-spi2-atk from 2.3.5 -> 2.5.2 with extra patch to avoid conflict
with at-spi-atk. It makes the assumption that at-spi2-atk is used with
gtk3 only.

2.5.2:
* Fix for bug 677211 - The collection interface's MATCH_ANY fails for states

2.3.91:
* Have GetIndexInParent() return a signed int, per the spec.
* Send a DoAction reply message before invoking atk (works around
  atk_action_do_action potentially not returning right away for gtk).

2.3.90:
* Have GrabFocus return a bool, per the spec, rather than a uint32.
* Fix a potential crash when emitting a signal if the ATK implementor
  misbehaves.

New/updated Khmer, Malayalam, Norwegian Nynorsk, Hindi translations
2012-06-13 11:49:37 +00:00
drochner
b65e22f521 add at-spi2-atk-2.3.2, new release branch of gnome, from
Patrick Welche per PR pkg/45786
2012-02-10 17:28:16 +00:00