Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/service.c: Switch to execute_command_warn | Robert Tari | 2023-10-03 | 1 | -14/+3 |
| | |||||
* | src/main.c: Do not pass NULL to functions without a prototype | Robert Tari | 2023-10-03 | 1 | -2/+2 |
| | |||||
* | Add layout display section | Robert Tari | 2023-09-15 | 4 | -6/+72 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/7 | ||||
* | Update language list and icons | Robert Tari | 2023-09-05 | 2 | -21/+38 |
| | |||||
* | src/keyboard-x11.c: Set up D-Bus connection with Arctica Greeter | Robert Tari | 2023-08-07 | 1 | -44/+149 |
| | |||||
* | src/languages.h: Update the layout list + rewrite the code to use a struct ↵ | Robert Tari | 2022-11-08 | 1 | -1481/+734 |
| | | | | | | instead of two lists fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/47 | ||||
* | Add GSettings options for indicator icon | Robert Tari | 2022-09-07 | 1 | -2/+34 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/42 | ||||
* | src/service.c: Create separate header profiles | Robert Tari | 2022-09-07 | 1 | -19/+36 |
| | |||||
* | src/service.c: Add tooltip. | Mike Gabriel | 2022-09-01 | 1 | -0/+1 |
| | |||||
* | Translate layout names | Robert Tari | 2022-08-15 | 2 | -2/+4 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/35 | ||||
* | src/service.c: Use 'input-keyboard' (symbolic) icon as indicator icon on Lomiri. | Mike Gabriel | 2022-07-06 | 1 | -6/+16 |
| | |||||
* | src/keyboard-lomiri.c: Add as much functionality to Lomiri as currently possibletari01-pr/add-features-to-lomiri | Robert Tari | 2022-03-02 | 1 | -5/+413 |
| | |||||
* | Add AccountsService support | Robert Tari | 2022-03-02 | 1 | -33/+375 |
| | |||||
* | Read layout information using libxkbcommon | Robert Tari | 2022-03-01 | 1 | -51/+49 |
| | |||||
* | src/languages.h: Add additional layouts | Robert Tari | 2022-02-16 | 1 | -0/+42 |
| | |||||
* | Drop pkglibexecdir and use native CMake file configuration | Robert Tari | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | Clean up compilation flags | Robert Tari | 2022-01-27 | 1 | -2/+0 |
| | |||||
* | Try to dlopen .so.0 instead of .so | Luca Weiss | 2022-01-09 | 1 | -2/+2 |
| | | | | | | Some distributions do not provide a .so symlink in the default package, and in case there are major breaking changes (.so.1) then the code likely needs to get adjusted anyways. | ||||
* | Add settings handler for Lomiri | Robert Tari | 2021-10-18 | 1 | -0/+4 |
| | |||||
* | src/service.c: Fix Lomiri detection | Robert Tari | 2021-10-18 | 1 | -4/+1 |
| | |||||
* | Add new languages/variants | Robert Tari | 2021-10-18 | 1 | -1/+25 |
| | |||||
* | Split X11 and Lomiri backends | Robert Tari | 2021-09-13 | 6 | -25/+168 |
| | | | | | | | | | - 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 | ||||
* | Replace local code with libayatana-common | Robert Tari | 2021-09-03 | 4 | -209/+4 |
| | |||||
* | src/keyboard.c: Get languages via lookupLanguage() | Robert Tari | 2021-04-16 | 1 | -4/+5 |
| | |||||
* | src/languages.h: Use a predefined language lookup table | Robert Tari | 2021-04-16 | 1 | -0/+1450 |
| | |||||
* | Tripledot (...) → ellipsis (…) | Allan Nordhøy | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | src/keyboard.c: Test if layout variant is null before checking length | Robert Tari | 2021-03-31 | 1 | -1/+1 |
| | | | | fixes #5 | ||||
* | src/*: Add license headers. | Mike Gabriel | 2021-01-27 | 5 | -0/+80 |
| | |||||
* | Fix crash after Bluetooth pairing | Robert Tari | 2021-01-27 | 1 | -5/+18 |
| | |||||
* | Send a layout-changed signal after manual selection | Robert Tari | 2021-01-27 | 1 | -2/+4 |
| | |||||
* | 100% re-write of the keyboard indicator in plain C. | Robert Tari | 2021-01-27 | 19 | -2444/+1045 |
| | |||||
* | Fork from Ubuntu's indicator-keyboard. | Mike Gabriel | 2017-10-26 | 11 | -0/+2444 |