aboutsummaryrefslogtreecommitdiff
path: root/src/service.c
Commit message (Collapse)AuthorAgeFilesLines
* src/service.c: Switch to execute_command_warnRobert Tari2023-10-031-14/+3
|
* Add layout display sectionRobert Tari2023-09-151-4/+59
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/7
* Add GSettings options for indicator iconRobert Tari2022-09-071-2/+34
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/issues/42
* src/service.c: Create separate header profilesRobert Tari2022-09-071-19/+36
|
* src/service.c: Add tooltip.Mike Gabriel2022-09-011-0/+1
|
* src/service.c: Use 'input-keyboard' (symbolic) icon as indicator icon on Lomiri.Mike Gabriel2022-07-061-6/+16
|
* Try to dlopen .so.0 instead of .soLuca Weiss2022-01-091-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 LomiriRobert Tari2021-10-181-0/+4
|
* src/service.c: Fix Lomiri detectionRobert Tari2021-10-181-4/+1
|
* Split X11 and Lomiri backendsRobert Tari2021-09-131-6/+50
| | | | | | | | | - 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-commonRobert Tari2021-09-031-3/+3
|
* Tripledot (...) → ellipsis (…)Allan Nordhøy2021-04-121-1/+1
|
* src/*: Add license headers.Mike Gabriel2021-01-271-0/+16
|
* 100% re-write of the keyboard indicator in plain C.Robert Tari2021-01-271-0/+412