summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.44.1AT_SPI2_CORE_2_44_1gnome-42Mike Gorse2022-04-212-1/+11
* impl_deregister_keystroke_listener: Fix kd structure leak on iteration errorSamuel Thibault2022-04-211-0/+2
* Fix use after free when removing a hung processMike Gorse2022-04-211-4/+6
* listeners: Fix crash on NULL listenerSamuel Thibault2022-04-211-7/+15
* ensure_a11y_bus_broker: Fix initializing char arraySamuel Thibault2022-04-211-1/+1
* Fix build with X11 disabledMike Gorse2022-03-211-4/+4
* 2.44.0AT_SPI2_CORE_2_44_0Mike Gorse2022-03-182-1/+6
* Merge branch 'master' into 'master'Mike Gorse2022-03-181-1/+4
|\
| * bus launcher: unlink socket before bindingMike Gorse2022-03-111-1/+4
|/
* 2.43.92AT_SPI2_CORE_2_43_92Mike Gorse2022-03-042-1/+15
* Bus launcher: ensure that at-spi directory can be created before usingMike Gorse2022-02-161-9/+13
* at-spi-bus-launcher: add a couple of sanity checksMike Gorse2022-02-141-0/+7
* Merge branch 'force-modifier-poll' into 'master'Mike Gorse2022-01-261-0/+1
|\
| * registryd: force polling for modifier stateSamuel Thibault2022-01-261-0/+1
* | Merge branch 'capslock' into 'master'Mike Gorse2022-01-261-1/+6
|\ \
| * | registryd: unlock capslock during keysym synthesisSamuel Thibault2022-01-261-1/+6
| |/
* | Merge branch 'cache-dbus-signature' into 'master'Mike Gorse2022-01-171-2/+2
|\ \
| * | Fix D-Bus signatures for org.a11y.atspi.Cache.GetItems/AddAccessibleRobert Ancell2022-01-171-2/+2
* | | Merge branch 'publish-coverage' into 'master'Federico Mena Quintero2022-01-171-2/+16
|\ \ \ | |/ / |/| |
| * | Publish the coverage report to gitlab pagesFederico Mena Quintero2022-01-171-0/+12
| * | Don't allow the coverage job to failFederico Mena Quintero2022-01-171-1/+0
| * | Copy the coverage results to public/ so we can publish them laterFederico Mena Quintero2022-01-171-1/+4
|/ /
* | Merge branch 'fix-coverage' into 'master'Federico Mena Quintero2022-01-131-0/+1
|\ \
| * | Install findutils so lcov will work in the openSUSE imageFederico Mena Quintero2022-01-131-0/+1
|/ /
* | Merge branch 'test-runtime-dir-name' into 'master'Federico Mena Quintero2022-01-121-0/+2
|\ \
| * | Test for #48 by using an XDG_RUNTIME_DIR with funny charactersFederico Mena Quintero2022-01-121-0/+2
|/ /
* | Really escape the bus address before passing to dbus-daemonMike Gorse2022-01-041-1/+1
* | Bus launcher: escape socket name before passing to dbus-daemonMike Gorse2022-01-041-0/+2
* | Merge branch 'ci-container-image' into 'master'Federico Mena Quintero2021-12-175-51/+226
|\ \
| * | run-tests.sh - Allow the script to fail earlyFederico Mena Quintero2021-12-161-1/+2
| * | Oops, install the built binaries during the asan-build jobFederico Mena Quintero2021-12-161-0/+1
| * | Document the image creation scriptFederico Mena Quintero2021-12-162-3/+55
| * | Install clang/libasan6/lcov in the CI imageFederico Mena Quintero2021-12-162-21/+7
| * | ci: use a prebuilt container image instead of updating it every timeFederico Mena Quintero2021-12-161-28/+4
| * | Steal glib's scripts to build a Docker imageFederico Mena Quintero2021-12-162-0/+159
|/ /
* | Add Federico Mena Quintero to maintainersMike Gorse2021-12-161-0/+7
* | Add Icelandic translationSveinn í Felli2021-12-152-0/+27
* | Merge branch 'ci-docs' into 'master'Federico Mena Quintero2021-12-154-6/+257
|\ \
| * | Section on CI adviceFederico Mena Quintero2021-12-151-0/+31
| * | Note how templates in the CI use environment variablesFederico Mena Quintero2021-12-151-1/+3
| * | Link to the CI docs from the README.mdFederico Mena Quintero2021-12-151-0/+2
| * | Reference the libgweather CIFederico Mena Quintero2021-12-151-4/+8
| * | Document the CI pipeline in devel-docs/gitlab-ci.mdFederico Mena Quintero2021-12-152-6/+192
| * | .gitlab-ci/README.md - basic documentation on the CI scriptsFederico Mena Quintero2021-12-141-0/+26
|/ /
* | Merge branch 'ci' into 'master'Federico Mena Quintero2021-12-1417-104/+526
|\ \
| * | dbtest:demarshal() - Assert that the message is iterable, or things will go r...Federico Mena Quintero2021-12-141-0/+3
| * | spi_dec_plat_mouse_check(): don't leave moved uninitializedFederico Mena Quintero2021-12-141-1/+7
| * | at-spi-bus-launcher: allocate _global_app with g_new0, not g_slice_new0Federico Mena Quintero2021-12-141-1/+1
| * | spi_dec_plat_get_keycode(): don't leave modmask uninitializedFederico Mena Quintero2021-12-141-1/+7
| * | Reorder g_free around g_slist_removeFederico Mena Quintero2021-12-141-1/+1