Commit Graph
6 Commits
Author SHA1 Message Date
Benjamin Schaaf 4253bf1299 Add settings option to popover
Fixes #154
2020-10-09 19:29:48 +11:00
Benjamin Schaaf 5e43a31051 Fix leak endlessly adding a resource path to the default theme 2020-10-03 16:23:13 +10:00
Benjamin Schaaf 40850267d4 Fix leak in level_keyboard_new
xkb_keymap_get_as_string requires that the string it returns is freed by
the caller.
2020-10-03 16:07:36 +10:00
Benjamin Schaaf 93ac94b83f Sort layouts by type before sorting by name
This makes it such that local layouts like emoji and terminal appear
below language layouts.

Fixes #176
2020-10-03 02:10:56 +10:00
Benjamin Schaaf 94bfa92c12 Expand the development documentation in the readme
Fixes #227
2020-09-26 00:34:09 +10:00
Benjamin Schaaf 7aa004ceff Fix spelling mistakes in doc/hacking.md
Fixes #217
2020-09-25 21:44:27 +10:00