summaryrefslogtreecommitdiff
path: root/src/locale
Commit message (Expand)AuthorAgeFilesLines
* updated usage of SD_BUS_METHOD_WITH_NAMES macros to SD_BUS_METHOD_WIT… (#26...OMOJOLA JOSHUA2023-03-151-27/+15
* src: changed instances of sd_bus_call_method() to bus_call_method() (#26819)OMOJOLA JOSHUA2023-03-151-8/+2
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+1
* localed: print a custom message if libxkbcommon.so is unvailableZbigniew Jędrzejewski-Szmek2023-03-091-7/+6
* localed: skip verification when libxkbcommon is not installedZbigniew Jędrzejewski-Szmek2023-03-081-6/+6
* meson: Use dicts for test definitionsJan Janssen2023-02-211-2/+6
* copy: Make copy_xattr() more genericDaan De Meyer2023-02-141-1/+1
* locale: drop context_clear_x11()Yu Watanabe2023-02-021-8/+2
* locale: fix ENOENT handling for vconsole.conf or xorg.confYu Watanabe2023-02-021-1/+2
* locale: downgrade level of one more log messageYu Watanabe2023-01-281-1/+1
* locale: move logging from library-like functions to callerYu Watanabe2023-01-282-16/+16
* locale: decouple vconsole_read_data() from x11_read_data()Yu Watanabe2023-01-282-4/+10
* locale: also check if converted keymap or friends is same as the current sett...Yu Watanabe2023-01-281-47/+51
* locale: sync two X11 contexts on updateYu Watanabe2023-01-282-34/+38
* locale: always check input keyboard layout and friends earlierYu Watanabe2023-01-281-17/+17
* locale: replace context_get_x11_context() with context_get_x11_context_safe()Yu Watanabe2023-01-283-16/+11
* locale: make vconsole_convert_to_x11() not update ContextYu Watanabe2023-01-284-184/+169
* locale: introduce VCContext and several helper functions for the structYu Watanabe2023-01-284-53/+110
* locale: add missing logsYu Watanabe2023-01-281-6/+6
* locale: rename new XKB variables to match Debian/Ubuntu'sLuca Boccassi2023-01-241-8/+8
* meson: Do not include headers in source listsJan Janssen2023-01-241-3/+1
* locale: also save XKB settings to vconsole.confYu Watanabe2023-01-234-14/+54
* locale: make errors in writing files not criticalYu Watanabe2023-01-231-8/+4
* locale: merge vconsole_convert_to_x11_and_emit() with method_set_vc_keyboard()Yu Watanabe2023-01-231-67/+58
* locale: split out XKB settings to X11ContextYu Watanabe2023-01-234-140/+262
* locale: rename context_free_vconsole() -> context_clear_vconsole()Yu Watanabe2023-01-231-16/+16
* locale: do not use alloca() for strings which can be potentially arbitraryYu Watanabe2023-01-231-6/+13
* locale: several coding style fixletsYu Watanabe2023-01-233-55/+80
* string-util: add new strdupcspn()/strdupspn()Lennart Poettering2023-01-201-1/+3
* tree-wide: change initialization to use EBADF instead of EBADFDZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* Merge pull request #25718 from yuwata/locale-cleanupsYu Watanabe2022-12-164-41/+47
|\
| * locale-setup: avoid TOCTOU in reading locale.confYu Watanabe2022-12-142-4/+2
| * localed: avoid TOCTOU in loading configYu Watanabe2022-12-143-37/+45
* | Merge pull request #25602 from fbuihuu/fix-TEST-73-LOCALEYu Watanabe2022-12-151-12/+8
|\ \ | |/ |/|
| * localed: reload PID1 configuration after modifying /etc/locale.confFranck Bui2022-12-081-12/+8
* | localed-util: use _cleanup_ harderDavid Tardon2022-12-141-12/+4
|/
* localectl,analyze: some minor vertical table rework fixesLennart Poettering2022-11-161-1/+1
* localectl: port to vertical tableDavid Tardon2022-11-131-11/+8
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* kbd-model-map: correct variants for cz-qwerty to include commaAdam Williamson2022-09-291-1/+1
* kbd-model-map: add a mapping for switched czech qwerty/usAdam Williamson2022-09-231-0/+1
* shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-221-3/+1
* hostnamectl,localectl: use "(unset)" in empty fieldsZbigniew Jędrzejewski-Szmek2022-09-211-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-132-15/+6
* localed: don't fail if we cannot copy an xattrLennart Poettering2022-07-251-1/+1
* Use https for freedesktop.orgMichael Biebl2022-06-282-2/+2
* locale: drop unnecessary allocationYu Watanabe2022-06-181-4/+0
* localectl: use Table to show statusYu Watanabe2022-06-141-40/+89