84715dd6c6bump version to 0.2.2
Hiltjo Posthuma
2020-12-11 18:37:15 +0100
1fff13a1b4fixed a bug that reset the layer to layer one after hiding the overlay
Maarten van Gompel
2020-12-11 17:51:08 +0100
79ff93369cfixed russian keyboard layout in mobile-intl, Р key was missing, moved З to an overlay on е because of lack of space
Maarten van Gompel
2020-12-11 17:45:55 +0100
02a2f77fbbconfig.mk: set DEFAULT_SOURCE
Hiltjo Posthuma
2020-09-18 12:59:17 +0200
3a51eafd3aMake install fix: install the actual compiled layout
Maarten van Gompel
2020-09-16 16:07:31 +0200
4983666e33svkbd.1: small man page tweaks
Hiltjo Posthuma
2020-08-04 23:14:38 +0200
9f5404990dfixup strdup() from the last patch
Hiltjo Posthuma
2020-08-04 23:12:03 +0200
3d03b522e0cleaned up code style, fixed buffer overflow in layers configuration, added a printdbg function.
Maarten van Gompel
2020-08-02 20:57:06 +0200
8219b6b9d1Updated the man page
Maarten van Gompel
2020-08-02 20:57:05 +0200
13d20da8efMade the old layouts compatible with the new svkbd, re-added the old english layout that was removed, and re-added the initial sxmo layout and renamed the mobile layouts. Documentation updated accordingly. Final cleanup and fixes for the whole patch series.
Maarten van Gompel
2020-08-02 15:46:19 +0200
eae90f28d9fixed the select() logic in run() to handle sigterm situations
Maarten van Gompel
2020-08-02 15:46:18 +0200
12fe4c8923adding some minor error catching
Maarten van Gompel
2020-08-02 15:46:17 +0200
4dab556580Added a dialer/numpad keyboard, added the ability to handle layouts with less keys/different layouts. Extra configurability: select layout on startup, customisable height factor.
Maarten van Gompel
2020-08-02 15:46:16 +0200
99935775afadded an extra key column (alt now on keyboard by default), added cyrillic keymap, added a toggle to enable/disable overlays, added quick toggle buttons to toggle primary two layers. Added some configurability using command line parameters and environment variables.
Maarten van Gompel
2020-08-02 15:46:15 +0200
48994f125eAdded overlays (appearing on long press), multiple layer support (rather than just a toggle) with new layers, style changes
Maarten van Gompel
2020-08-02 15:46:14 +0200
b488ae6410Fix SIGTERM functionality by making sure to sync before free in cleanup()
Miles Alan
2020-08-02 15:46:13 +0200
c8ee269e73Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout
Maarten van Gompel
2020-08-02 15:46:12 +0200
915b95b03dAdd pipe key to backslash key
Miles Alan
2020-08-02 15:46:11 +0200
edfd50cdcbRun XFlush instead of XSync before starting main loop; fixes bug where rending of keys fails when used in conjunction w/ dwm dock patch
Miles Alan
2020-08-02 15:46:10 +0200
819f92950eFix SIGTERM handler - flip terminate flag in sigterm handler & cleanup properly
Miles Alan
2020-08-02 15:46:09 +0200
e6e716202bClean up secondary layout positioning LRDU properly & blanking placeholders
Miles Alan
2020-08-02 15:46:08 +0200
6e5bf2d8e4Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel
Miles Alan
2020-08-02 15:46:07 +0200
0a3a153aa6Add custom layouts
Miles Alan
2020-08-02 15:46:06 +0200
2d1f9177b8Makefile: add target .PHONY back
Hiltjo Posthuma
2020-05-29 16:12:46 +0200