| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate layout and settings for hardware and on-screen keyboards | Robert Tari | 2025-09-01 | 1 | -3/+13 |
| | | | | | | | Refurbished by Mike Gabriel, avoiding white-space changes, variable renamings and internal code block moves. Fixes: https://salsa.debian.org/ubports-team/lomiri-system-settings/-/issues/20 | ||||
| * | Fix showing current layout on Lomiri | Robert Tari | 2025-05-14 | 1 | -3/+10 |
| | | | | | | | Just like GNOME did, we are switching to tecla here, since gkbd-keyboard-display does not work under Wayland. fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/76 | ||||
| * | Never crash when getting system layouts | Robert Tari | 2025-02-23 | 1 | -141/+10 |
| | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/66 | ||||
| * | Support multiple system layouts | Robert Tari | 2024-07-11 | 1 | -27/+52 |
| | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/68 | ||||
| * | src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to regexp for ↵pr/support-more-characters-in-Xkb-parameters | Mike Gabriel | 2024-05-28 | 1 | -4/+4 |
| | | | | | XkbLayout. | ||||
| * | src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to regexp for ↵ | Mike Gabriel | 2024-05-28 | 1 | -4/+4 |
| | | | | | XkbVariant. | ||||
| * | src/keyboard-x11.c: Amend file permissions (a-x). | Mike Gabriel | 2024-05-28 | 1 | -0/+0 |
| | | |||||
| * | src/keyboard-x11.c: Also parse /etc/X11/xorg.conf.d/00-keyboard.conf for ↵ | Robert Tari | 2023-11-25 | 1 | -77/+110 |
| | | | | | system layout | ||||
| * | Check if layout array is null before iterating it | Robert Tari | 2023-11-01 | 1 | -17/+21 |
| | | |||||
| * | src/keyboard-x11.c: Skip AccountsService operations for all prefixed users | Robert Tari | 2023-11-01 | 1 | -2/+2 |
| | | |||||
| * | src/keyboard-x11.c: Define new D-Bus name and path for greeter | Robert Tari | 2023-10-09 | 1 | -3/+6 |
| | | |||||
| * | Add layout display section | Robert Tari | 2023-09-15 | 1 | -0/+5 |
| | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/7 | ||||
| * | Update language list and icons | Robert Tari | 2023-09-05 | 1 | -1/+7 |
| | | |||||
| * | src/keyboard-x11.c: Set up D-Bus connection with Arctica Greeter | Robert Tari | 2023-08-07 | 1 | -44/+149 |
| | | |||||
| * | Translate layout names | Robert Tari | 2022-08-15 | 1 | -1/+2 |
| | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/35 | ||||
| * | Add AccountsService support | Robert Tari | 2022-03-02 | 1 | -33/+375 |
| | | |||||
| * | Read layout information using libxkbcommon | Robert Tari | 2022-03-01 | 1 | -51/+49 |
| | | |||||
| * | Split X11 and Lomiri backends | Robert Tari | 2021-09-13 | 1 | -0/+319 |
| - CMakeLists.txt: Add separate dependencies for the X11 backend - src/keyboard.c: Fork into keyboard-x11.c and keyboard-lomiri.c - src/CMakeLists.txt: Build backend libraries - src/keyboard-lomiri.c: Add some mock defaults for Lomiri - src/service.c: Load appropriate backend during runtime - data/org.ayatana.indicator.keyboard: Move icon to leftmost position | |||||
