spiegel-keyman/linux
Eberhard Beilharz 0eb5065bf4
chore(linux): Unnecessary to check for NULL before calling g_free
`g_free` will return if the parameter is NULL, so we don't have to
check for that.

See glib [documentation](https://docs.gtk.org/glib/func.free.html).
2023-10-16 18:24:56 +02:00
..
debian chore: rename km_kbp_ to km_core_ 2023-10-09 14:53:13 +07:00
help fix(linux): Fix title of reference page and links 2023-06-06 15:19:24 +02:00
ibus-keyman chore(linux): Unnecessary to check for NULL before calling g_free 2023-10-16 18:24:56 +02:00
keyman-config feat(linux): Store user-added keyboards in GSettings 🏘️ 2023-10-12 18:31:41 +02:00
keyman-system-service chore(linux): Add code coverage report for keyman-system-service 2023-10-12 10:21:18 +02:00
scripts chore(linux): Add dependency to build.sh 2023-09-21 16:11:43 +02:00
.gitignore feat(linux): Add system service to toggle capslock LED 2023-05-15 09:13:58 +02:00
.pbuilderrc chore(linux): Update supported Ubuntu versions 2023-07-25 12:39:03 +02:00
build.sh chore(linux): Add code coverage report for keyman-system-service 2023-10-12 10:21:18 +02:00
Dockerfile docs(linux): Explicitly specify emscripten version 2023-08-30 19:38:56 +02:00
history.md chore(linux/resources): Cleanup formatting in history.md 2020-11-27 13:30:20 +07:00
LICENSE.md chore(linux): Update readme 2022-10-12 12:28:46 +02:00
Makefile chore(core): Remove obsolete --target-path option 2023-03-07 13:38:31 +01:00
README.md chore(linux): touch linux so we get a build 2023-08-02 09:36:55 +07:00

Keyman for Linux

See /docs/linux/README.md for documentation.

.