- 13 May, 2022 1 commit
-
-
Mike Gorse authored
Add support for ATSPI_STATE_ANIMATED/ATK_STATE_ANIMATED See merge request !26
-
- 12 May, 2022 1 commit
-
-
Colomban Wendling authored
This fixes Firefox reporting some images as INVALID to AT-SPI [1], while it actually meant to report ANIMATED. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1513270
-
- 12 Apr, 2022 6 commits
-
-
Mike Gorse authored
DBUS_ERROR_UNKNOWN_OBJECT, etc. have been defined for more than a decade now. No need to check for them.
-
Mike Gorse authored
-
Mike Gorse authored
g_get_current_time is deprecated and not year 2038 compatible.
-
Mike Gorse authored
-
Mike Gorse authored
Remove checks around ATK_STATE_COLLAPSED, now that atk has had a release.
-
Mike Gorse authored
-
- 08 Apr, 2022 3 commits
-
-
Mike Gorse authored
This is generated from the xml in at-spi2-core, which has had several fixes since this was last generated. Helps #20
-
Mike Gorse authored
The previous code created a (sss) structure and tried to insert four strings. Ideally, the action's unlocalized name would be sent in the structure. But this would require changing the xml specification, which would break gtk 4's implementation. For now, do what gtk 4 does and send the localized name, description, and keybinding for each action. Helps #20
-
Mike Gorse authored
The iterator for retrieving all properties doesn't handle a getter failing, which happens if the AtkObject doesn't implement the atk interface corresponding to the dbus interface. This leads to the application aborting on account of a malformed DBusMessage. Helps #20
-
- 21 Mar, 2022 2 commits
-
-
Mike Gorse authored
Only initialize support for ATK_STATE_COLLAPSED if atk and at-spi2-core are new enough to support them, and lower the atk requirement in meson.build. Atk needs a release, so otherwise we depend on unreleased git code.
-
Mike Gorse authored
Add support for ATSPI_STATE_COLLAPSED/ATK_STATE_COLLAPSED See merge request !23
-
- 03 Dec, 2021 1 commit
-
-
Mike Gorse authored
Update the README.md See merge request !25
-
- 02 Dec, 2021 2 commits
-
-
Federico Mena Quintero authored
To read as if it's not just rewritten after at-spi1 :)
-
Federico Mena Quintero authored
-
- 19 Jul, 2021 1 commit
-
-
Mike Gorse authored
Fix typo See merge request !24
-
- 09 Jul, 2021 1 commit
-
-
Samuel Thibault authored
-
- 04 May, 2021 1 commit
-
-
Andre Klapper authored
See at-spi2-core#36
-
- 03 May, 2021 1 commit
-
-
Samuel Thibault authored
-
- 16 Dec, 2020 2 commits
-
-
Mike Gorse authored
-
The return value of atspi_accessible_get_name should be released after using it.
-
- 12 Sep, 2020 1 commit
-
-
Mike Gorse authored
-
- 08 Aug, 2020 1 commit
-
-
Mike Gorse authored
-
- 29 Jul, 2020 3 commits
-
-
Mike Gorse authored
Needed because of new atk roles.
-
Mike Gorse authored
Add support for ROLE_MARK and ROLE_SUGGESTION See merge request !21
-
Mike Gorse authored
meson: add tests option See merge request !22
-
- 03 May, 2020 1 commit
-
-
Fabrice Fontaine authored
Add tests option to allow the user to build at-spi2-atk without tests, it is especially useful as one of the test requires libxml-2.0 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 29 Feb, 2020 3 commits
-
-
Mike Gorse authored
-
Mike Gorse authored
Fixes #10
-
Mike Gorse authored
Fixes #14
-
- 16 Jan, 2020 1 commit
-
-
Joanmarie Diggs authored
-
- 03 Dec, 2019 2 commits
-
-
Mike Gorse authored
adaptor: Fix missing events at startup Closes gtk#2186 See merge request !20
-
Colomban Wendling authored
We need to register the application before anything else happens, otherwise we might miss some events sent before registration. As we want to register only from the main loop to avoid registering an application that won't respond to calls [1], we used an idle callback; but it doesn't run early enough in all cases, e.g. in Firefox. So, switch to a high-priority 0-timeout so that it should be dispatched among the first ones in the next main loop iteration, then being run before other callbacks that might generate events. Fixes gtk#2186 [1] at-spi2-core#16
-
- 29 Nov, 2019 1 commit
-
-
Mike Gorse authored
meson: Don't hardcode shared_library(). See merge request !19
-
- 25 Nov, 2019 1 commit
-
-
Niklas Hambüchen authored
Using `library()` is meson's recommended way of declaring libraries; they are shared by default but can be overridden to `static` or `both`. This follows how gtk does it: gtk#2248
-
- 20 Nov, 2019 1 commit
-
-
Mike Gorse authored
Add atk and atspi-2 as subprojects See merge request !18
-
- 17 Nov, 2019 1 commit
-
-
Samuel Thibault authored
So that e.g. gtk can use atk-bridge as subproject in addition to atk.
-
- 18 Oct, 2019 1 commit
-
-
Mike Gorse authored
NEWS: fix typo See merge request !17
-
- 14 Oct, 2019 1 commit
-
-
Samuel Thibault authored
-