kc3-lang/libxkbcommon/scripts

Branch :


Log

Author Commit Date CI Message
584e0690 2025-10-08 11:55:22 keysyms: Update using latest xorgproto xorgproto commit: 81931cc0fd4761b42603f7da7d4f50fc282cecc6 Relevant MR: https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/103
de06f29f 2025-09-14 09:21:39 keysyms: Enable to use UCD files instead of ICU This enables to use a local Unicode Character Database instead of ICU via Python. Useful when ICU is not available or when it does not support the latest Unicode version. Data are available at: https://www.unicode.org/Public/<UNICODE_VERSION>/ucd
8a5a3393 2025-09-13 17:44:55 keysyms: Minor header fixes
3449f69f 2025-08-16 12:57:49 doc: Add new message XKB_ERROR_INVALID_COMPOSE_LOCALE
e9fd95a5 2025-07-23 10:01:45 keysyms: Update using latest xorgproto xorgproto commit: 7fc33fe6d9cf0abc9b62ee976e5cb7ddcd050d1f Relevant MR: https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/93
dc63e5f8 2025-07-07 12:28:24 Ensure config.h is always included first While `config.h` may not be necessary in every file, it ensures consistency and makes code refactoring safer.
84914512 2025-07-01 18:37:22 chore: Rename indexes to indices Before this commit there was a mix between the two forms. While “indexes” is correct, “indices” is more usual and also the historical form used in this project.
58373807 2025-06-27 18:21:19 keysym: Do not convert UTF-32 to deprecated keysyms Before this commit, some code points could be converted to deprecated keysym. This is incorrect, because the relevant keysyms are all deprecated because their mapping to Unicode is uncertain! Ensure that `xkb_utf32_to_keysym()` never returns deprecated keysyms, because there is either another non-deprecated keysym or in last resort we always have the correct keysym available in the Unicode keysym range.
f7a61da7 2025-06-10 17:33:24 doc: Update new layout count ranges
4e1fd49a 2025-05-17 07:53:10 scripts: Enable generating new range message codes