about summary refs log tree commit diff
AgeCommit message (Expand)Author
2024-01-11main: prevent crash on sigpipeZach DeCook
2022-07-13release: minor version bump v0.1.2Zach DeCook
2022-07-11gitignore: add compiled man pageZach DeCook
2022-07-11Use output dimensions to detect landscape modeArenM
2022-07-11only commit surface when it changedArenM
2022-06-29release: minor version bump v0.1.1Zach DeCook
2022-06-29keyboard: Progressively allocate remainder pixelsZach DeCook
2022-06-29Documentation: Add man pageZach DeCook
2022-06-27dependencies: Don't link with xkbcommonZach DeCook
2022-06-24release: bump version v0.1.0Zach DeCook
2022-06-24main: Remove unused variablesZach DeCook
2022-06-24layer surface configure: Don't resize unless it needs to be resizedZach DeCook
2022-06-24os-compatibility: Remove unused fileZach DeCook
2022-06-24suggpicker: Allow changing mind about which one you want to pickZach DeCook
2022-01-25main: refactor showZach DeCook
2022-01-22release: basic working prototype v0.0.1Zach DeCook
2022-01-22input: redraw after layout changeZach DeCook
2022-01-22kbd: don't send timeZach DeCook
2022-01-22input: fix obvious memory leakZach DeCook
2022-01-21suggestion: take from stdinZach DeCook
2022-01-21Project: Rename from wvkbdZach DeCook
2022-01-21layout: Remove layout fileZach DeCook
2022-01-21layout: Rename to suggsZach DeCook
2022-01-21Event Loop: Handle stdinZach DeCook
2022-01-21config: no longer compileZach DeCook
2022-01-21remove landscape layers (among other things)Zach DeCook
2022-01-21layout: remove typeZach DeCook
2022-01-20layout: Remove widthZach DeCook
2022-01-20config: remove shift_labelZach DeCook
2022-01-20input event codes: don't useZach DeCook
2022-01-20numlayouts: hard-code to oneZach DeCook
2022-01-20rows: limit to 1Zach DeCook
2022-01-20switch_layout: removeZach DeCook
2022-01-20keyboard: remove some used variablesZach DeCook
2022-01-20readme: start rewrite for suggpickerZach DeCook
2022-01-20print_intersect: removeZach DeCook
2022-01-20layer names: don't take argumentZach DeCook
2022-01-20layout: use default layoutZach DeCook
2022-01-20layout: Remove all but one layoutZach DeCook
2022-01-20virtual keyboard: get rid of keymapZach DeCook
2022-01-20remove virtual keyboard from virtual-keyboardZach DeCook
2022-01-09project: rerun clang-formatJohn Sullivan
2022-01-09keyboard.c: fix update/draw logic in kbd_unpress_keyJohn Sullivan
2022-01-10key drawing: refactor kbd_draw_keyZach DeCook
2022-01-10overlapped key output: highlight letters swiped throughZach DeCook
2022-01-10output: add -O flag to output overlapped keysZach DeCook
2022-01-08add Georgian layoutSam Bowlby
2021-11-16change config.def.h to include dialerJohn Sullivan
2021-11-01added simple navigation layerMaarten van Gompel
2021-10-20v0.2John Sullivan