Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 03f2f4b6 | 2025-11-11 04:14:01 | don't add so version to android build | ||
| 38bba9b3 | 2025-11-11 04:11:55 | don't add so version to android build | ||
| f6916769 | 2025-10-26 18:57:35 | fix meson.build for tests variable | ||
| 8897390f | 2025-10-26 18:47:16 | add option to disable tests | ||
| 45a118d5 | 2025-10-23 07:30:40 | x11: Ensure LED and modifier counts are valid | ||
| 54d188c7 | 2025-10-21 13:40:06 | build: Restrict Compose fallback test in cross-compiling Do not perform the test if the build machine cannot run host binaries. Instead fallback to detect if the `newlocale` lib is *known* to fail on missing locales, as we expect. | ||
| 8b30b24b | 2025-10-20 18:48:26 | doc: Minor syntax fixes | ||
| bdf069f9 | 2025-10-20 17:24:58 | Bump version to 1.12.2 | ||
| 22799562 | 2025-10-20 13:07:58 | compose: No fallback if no missing locale detection Do not use `newlocale()` if it accepts missing locales. It happens with muslc, while glibc works as expected. It fixes the incorrect behavior of the fallback introduced in 135b3204a15838205c97e793cd41faa742d429e2. | ||
| f6429933 | 2025-10-20 09:29:05 | context: Add legacy X11 include path for misconfigured setups Some setups use the assumption that the canonical XKB root is always the legacy X11 one, but this is no longer true since xkeyboard-config 2.45, where the X11 path is now a mere symlink to a dedicated data directory for xkeyboard-config. Fixed by using a fallback to the legacy X11 path for misconfigured setups where the canonical XKB root is not available. This fallback can still be skipped if the environment variable `XKB_CONFIG_ROOT` is deliberately set to an empty string. |