summary refs log tree commit diff
path: root/keyboard.c
AgeCommit message (Collapse)Author
2022-07-11only commit surface when it changedArenM
This is based off of a commit in wvkbd Previously wvkbd (and suggpicker) would commit a (usually unchanged) surface at the framerate of the compositor, this only commits the buffer when we render something new.
2022-06-29keyboard: Progressively allocate remainder pixelsZach DeCook
So the keyboard always fills the width of the screen, and the width is distributed evenly
2022-06-24os-compatibility: Remove unused fileZach DeCook
2022-06-24suggpicker: Allow changing mind about which one you want to pickZach DeCook
2022-01-22kbd: don't send timeZach DeCook
2022-01-22input: fix obvious memory leakZach DeCook
2022-01-21layout: Remove layout fileZach DeCook
2022-01-21layout: Rename to suggsZach 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-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-20print_intersect: removeZach DeCook
2022-01-20layer names: don't take argumentZach DeCook
2022-01-20layout: use default 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
TODO make a commit or PR hook for this
2022-01-09keyboard.c: fix update/draw logic in kbd_unpress_keyJohn Sullivan
thanks @0x4261756D @earboxer for pointing out this issue
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
the use-case for this is simple 'swipe'-typing: another program can take the output, guess the word which is being typed, and type the rest of the word
2021-10-19applied clang-format (no functional changes), but exempted custom include ↵Maarten van Gompel
order in keyboard.c and main.c
2021-10-19Add landscape layersStacy Harper
2021-10-19WIP refacto keyboard.cStacy Harper
2021-10-19refactored keymap loadingMaarten van Gompel
2021-10-19WIP: refactorise keyboard.cStacy Harper