~mate-desktop/mate-desktop/+git/mate-settings-daemon:1.26

Last commit made on 2024-01-25
Get this branch:
git clone -b 1.26 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-settings-daemon

Branch merges

Branch information

Recent commits

b095286... by raveit65

ci: use ubuntu jammy as docker

fa8a4d4... by Colomban Wendling

a11y-keyboard-atspi: Fix memory leak

Fix fairly large memory leak when beeping on keys while caps lock is
enabled. The libatspi2 docs and API were quite misleading, so I
overlooked the fact the event parameter should be freed in the
callback.

This changes the constness of the callback argument, which is new in
libatspi2 2.40 -- yet the actual behavior didn't change, only the
qualifier was removed, see [1].
This might however bring up a compiler warning when building against
libatspi2 < 2.40; but on the other hand it fixed build with
clang >= 16, see #399. As it is unlikely to build with clang >= 16
and libatspi2 < 2.40, I think it's a good compromise.

[1] https://gitlab.gnome.org/GNOME/at-spi2-core/-/commit/7dfb0b7fc2d1710ef7fad54f910fa4c6a5e3af17

9c70692... by raveit65

release 1.26.1

4376374... by raveit65

tx: pull from transifex

d83c8d1... by raveit65

tx: migrate to new API

669fa30... by Fabio Ornellas

Relax High DPI limits

e504604... by Robert Antoni Buj Gelonch

mate-settings-manager: fix memory leak

0a75120... by Robert Antoni Buj Gelonch

datetime: fix memory leak

8a46d03... by raveit65

tx: update resource

e3c6896... by raveit65

xrandr: fix typo reported by translators