summaryrefslogtreecommitdiffstats
path: root/src/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-211-12/+9
* tree-wide: use the usual spelling of "cannot"Zbigniew Jędrzejewski-Szmek2023-11-131-1/+1
* locale: drop implementation detail from comment in config fileYu Watanabe2023-10-311-1/+1
* locale,firstboot: add headers to vconsole.confYu Watanabe2023-10-311-1/+1
* env-util: make write_env_file() optionally take headersYu Watanabe2023-10-311-1/+1
* tree-wide: port various parsers over to read_stripped_line()Lennart Poettering2023-10-172-31/+22
* find_legacy_keymap: extend variant match bonus againAdam Williamson2023-09-222-1/+8
* keyboard-model-map: correct sk-qwerty entryAdam Williamson2023-09-211-1/+1
* find_legacy_keymap: try matching with layout order reversedAdam Williamson2023-09-192-16/+33
* find_legacy_keymap: fix empty variant matchingAdam Williamson2023-09-192-1/+13
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-11/+8
* meson: move declarations of localed and hostnamedYu Watanabe2023-07-311-16/+31
* bus-unit-util: add common code for reloading PID 1Lennart Poettering2023-07-101-13/+2
* kbd-model-map: change the order of Hungarian keymapsBalló György2023-06-071-2/+2
* label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-311-1/+1
* localed: simplify method callZbigniew Jędrzejewski-Szmek2023-05-231-13/+1
* locale: when no xvariant match select the entry with an empty xvariantFranck Bui2023-04-262-1/+45
* locale: convert generated vconsole keymap to x11 layout automaticallyFranck Bui2023-04-241-5/+39
* localed-util: make use of strdupcspn()Franck Bui2023-04-241-2/+2
* tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-4/+2
* localed: fix invalid free after shifting pointers using strstripOlivier Gayot2023-04-071-5/+5
* locale: Add missing libxkbcommon dependency to testsDaan De Meyer2023-03-271-0/+1
* locale: also verify keymaps loaded from config file and converted keymapsYu Watanabe2023-03-251-14/+34
* locale: introduce x11_context_verify()Yu Watanabe2023-03-253-13/+37
* locale: split out xkbcommon related functions to xkbcommon-util.cYu Watanabe2023-03-254-107/+122
* locale: split out checking existence of keymapYu Watanabe2023-03-253-9/+47
* locale: move x11_convert_to_vconsole() near the relevant functionsYu Watanabe2023-03-251-24/+24
* fileio: add new helper fdopen_independent()Lennart Poettering2023-03-231-10/+4
* 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-011-8/+2
* locale: fix ENOENT handling for vconsole.conf or xorg.confYu Watanabe2023-02-011-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