Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Split X11 and Lomiri backends | Robert Tari | 2021-09-13 | 1 | -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-common | Robert Tari | 2021-09-03 | 1 | -3/+3 |
| | |||||
* | Tripledot (...) → ellipsis (…) | Allan Nordhøy | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | src/*: Add license headers. | Mike Gabriel | 2021-01-27 | 1 | -0/+16 |
| | |||||
* | 100% re-write of the keyboard indicator in plain C. | Robert Tari | 2021-01-27 | 1 | -0/+412 |