- 24 Nov, 2021 1 commit
-
-
Mike Gorse authored
-
- 23 Nov, 2021 10 commits
-
-
Mike Gorse authored
Fix all compiler warnings See merge request !62
-
Mike Gorse authored
Refresh the README files with Markdown See merge request !61
-
Federico Mena Quintero authored
va_arg() will just consume each value; there is no need to store it anywhere.
-
Federico Mena Quintero authored
The code is testing the demarshaled value, which lives in q, not in p.
-
Federico Mena Quintero authored
The only quirk is that we need to redefine a way to get the private data from deviceeventcontroller-x11.c, as the _get_instance_private function generated by G_DEFINE_TYPE_WITH_CODE() is static.
-
Federico Mena Quintero authored
This way we can have a single call to g_type_class_add_private() instead of conditional ones.
-
Federico Mena Quintero authored
For a type called Foo, G_ADD_PRIVATE() expects a FooPrivate name for Foo's private data, so we do the same.
-
Federico Mena Quintero authored
For now we use the deprecated G_TYPE_INSTANCE_GET_PRIVATE() everywhere, but this will let us easily switch to the non-deprecated way of using private data for objects.
-
Federico Mena Quintero authored
device_remove_datum already implicitly casts its cb to a AtspiDeviceListenerSimpleCB, which takes a const *event.
-
Federico Mena Quintero authored
-
- 22 Nov, 2021 5 commits
-
-
Federico Mena Quintero authored
-
Federico Mena Quintero authored
Update links, and make it not sound like the conversion to DBus is the hot new thing :)
-
Federico Mena Quintero authored
-
Federico Mena Quintero authored
-
Federico Mena Quintero authored
-
- 18 Oct, 2021 1 commit
-
-
Mike Gorse authored
Ensure x11_dep is defined See merge request !60
-
- 15 Oct, 2021 1 commit
-
-
Tim Orling authored
bus/meson.build checks if x11_dep.found(), but this fails when -Dx11=no References: #42 https://mesonbuild.com/howtox.html#get-a-default-notfound-dependency Signed-off-by:
Tim Orling <ticotimo@gmail.com>
-
- 18 Sep, 2021 1 commit
-
-
Mike Gorse authored
-
- 23 Aug, 2021 2 commits
-
-
Mike Gorse authored
xml: Fix Component.ScrollTo methods signature to match the implementation See merge request !59
-
Carlos Garcia Campos authored
They are expected to return a boolean.
-
- 16 Aug, 2021 1 commit
-
-
Claude Paroz authored
-
- 14 Aug, 2021 1 commit
-
-
Mike Gorse authored
xml: Fix Text.ScrollSubstring methods signature to match the implementation See merge request !58
-
- 12 Aug, 2021 1 commit
-
-
Carlos Garcia Campos authored
They are expected to return a boolean.
-
- 05 Aug, 2021 1 commit
-
-
Mike Gorse authored
Closes #41
-
- 02 Aug, 2021 1 commit
-
-
Mike Gorse authored
xml: Corrected atspi.Document.GetAttributes() type signature See merge request !57
-
- 31 Jul, 2021 1 commit
-
-
wizzwizz4 authored
-
- 06 Jul, 2021 1 commit
-
-
Mike Gorse authored
Fixes #37
-
- 15 Jun, 2021 1 commit
-
-
- 22 May, 2021 2 commits
-
-
Mike Gorse authored
bus: Set X root property when Xwayland starts on-demand Closes #34 See merge request !56
-
Mike Gorse authored
registryd: call va_end before leaving See merge request !55
-
- 19 May, 2021 1 commit
-
-
Benjamin Berg authored
On wayland, the X11 server may not always be running so that at-spi-bus-launcher cannot set it when it is starting. This is usually not a big problem, as applications can retrieve the a11y bus address by querying the session bus. Unfortunately, there may be exceptions such as applications that are run as a different user. We can easily solve this problem by setting the X11 root property when the Xwayland server is started. To do so, install a simple script to /etc/xdg/Xwayland-session.d/ that queries the session bus and sets the root property. This script is only needed when Xwayland is started on-demand, which can only happen on systemd enabled sessions. However, it is always safe to install, and there will be no severe side effects should the script be running needlessly or failing. Closes: #34
-
- 14 May, 2021 1 commit
-
-
Shinwoo Kim authored
This patch is removing mission 'va_end'.
-
- 12 May, 2021 1 commit
-
-
Mike Gorse authored
-
- 04 May, 2021 1 commit
-
-
Andre Klapper authored
Fixes #36
-
- 02 May, 2021 1 commit
-
-
Mike Gorse authored
-
- 01 May, 2021 1 commit
-
-
Mike Gorse authored
-
- 29 Apr, 2021 1 commit
-
-
Mike Gorse authored
_numlock_physical_mask was defined in both deviceeventcontroller.c and deviceeventcontroller-x11.c, and only the latter version was being updated, so we might do the wrong thing if numlock is assigned to something other than mod2.
-
- 21 Apr, 2021 1 commit
-
-
Mike Gorse authored
Fixes #35
-
- 19 Mar, 2021 1 commit
-
-
Mike Gorse authored
-