aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* src/keyboard-lomiri.c: Add as much functionality to Lomiri as currently possibletari01-pr/add-features-to-lomiriRobert Tari2022-03-021-5/+413
|
* Add AccountsService supportRobert Tari2022-03-021-33/+375
|
* Read layout information using libxkbcommonRobert Tari2022-03-011-51/+49
|
* src/languages.h: Add additional layoutsRobert Tari2022-02-161-0/+42
|
* Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-141-1/+1
|
* Clean up compilation flagsRobert Tari2022-01-271-2/+0
|
* 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
|
* Add new languages/variantsRobert Tari2021-10-181-1/+25
|
* Split X11 and Lomiri backendsRobert Tari2021-09-136-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-commonRobert Tari2021-09-034-209/+4
|
* src/keyboard.c: Get languages via lookupLanguage()Robert Tari2021-04-161-4/+5
|
* src/languages.h: Use a predefined language lookup tableRobert Tari2021-04-161-0/+1450
|
* Tripledot (...) → ellipsis (…)Allan Nordhøy2021-04-121-1/+1
|
* src/keyboard.c: Test if layout variant is null before checking lengthRobert Tari2021-03-311-1/+1
| | | | fixes #5
* src/*: Add license headers.Mike Gabriel2021-01-275-0/+80
|
* Fix crash after Bluetooth pairingRobert Tari2021-01-271-5/+18
|
* Send a layout-changed signal after manual selectionRobert Tari2021-01-271-2/+4
|
* 100% re-write of the keyboard indicator in plain C.Robert Tari2021-01-2719-2444/+1045
|
* Fork from Ubuntu's indicator-keyboard.Mike Gabriel2017-10-2611-0/+2444