- 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
-
- 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
-
- 07 Oct, 2019 1 commit
-
-
Mike Gorse authored
-
- 10 Sep, 2019 2 commits
-
-
Mike Gorse authored
socket_embed_hook: Make plug_id parameter const See merge request !15
-
Samuel Thibault authored
This is a follow-up of atk's b9a17fa8feda ("AtkSocketClass (embed): Make plug_id parameter const")
-
- 09 Sep, 2019 2 commits
-
-
Mike Gorse authored
-
Mike Gorse authored
-
- 02 Sep, 2019 4 commits
-
-
Mike Gorse authored
-
Mike Gorse authored
-
Mike Gorse authored
-
Mike Gorse authored
init: Initialize spi_global_app_data->desktop_name early Closes #9 See merge request !14
-
- 29 Aug, 2019 1 commit
-
-
Samuel Thibault authored
Now that registration is done lazily, we should make sure to initialize desktop_name/path early. Fixes #9
-
- 28 Aug, 2019 1 commit
-
-
Mike Gorse authored
Fixes #2
-
- 27 Aug, 2019 3 commits
-
-
Mike Gorse authored
-
Mike Gorse authored
tests: fix child_pid reference See merge request !13
-
Samuel Thibault authored
180f9147 ("tests: Replace common variable with usual external variable") fixed the variable declaration, but there was no definition either. This adds it.
-