index
:
suggpicker
this commit
suggpicker
suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-25
main: refactor show
Zach DeCook
2022-01-22
release: basic working prototype
v0.0.1
Zach DeCook
2022-01-22
input: redraw after layout change
Zach DeCook
2022-01-22
kbd: don't send time
Zach DeCook
2022-01-22
input: fix obvious memory leak
Zach DeCook
2022-01-21
suggestion: take from stdin
Zach DeCook
2022-01-21
Project: Rename from wvkbd
Zach DeCook
2022-01-21
layout: Remove layout file
Zach DeCook
2022-01-21
layout: Rename to suggs
Zach DeCook
2022-01-21
Event Loop: Handle stdin
Zach DeCook
2022-01-21
config: no longer compile
Zach DeCook
2022-01-21
remove landscape layers (among other things)
Zach DeCook
2022-01-21
layout: remove type
Zach DeCook
2022-01-20
layout: Remove width
Zach DeCook
2022-01-20
config: remove shift_label
Zach DeCook
2022-01-20
input event codes: don't use
Zach DeCook
2022-01-20
numlayouts: hard-code to one
Zach DeCook
2022-01-20
rows: limit to 1
Zach DeCook
2022-01-20
switch_layout: remove
Zach DeCook
2022-01-20
keyboard: remove some used variables
Zach DeCook
2022-01-20
readme: start rewrite for suggpicker
Zach DeCook
2022-01-20
print_intersect: remove
Zach DeCook
2022-01-20
layer names: don't take argument
Zach DeCook
2022-01-20
layout: use default layout
Zach DeCook
2022-01-20
layout: Remove all but one layout
Zach DeCook
2022-01-20
virtual keyboard: get rid of keymap
Zach DeCook
2022-01-20
remove virtual keyboard from virtual-keyboard
Zach DeCook
2022-01-09
project: rerun clang-format
John Sullivan
2022-01-09
keyboard.c: fix update/draw logic in kbd_unpress_key
John Sullivan
2022-01-10
key drawing: refactor kbd_draw_key
Zach DeCook
2022-01-10
overlapped key output: highlight letters swiped through
Zach DeCook
2022-01-10
output: add -O flag to output overlapped keys
Zach DeCook
2022-01-08
add Georgian layout
Sam Bowlby
2021-11-16
change config.def.h to include dialer
John Sullivan
2021-11-01
added simple navigation layer
Maarten van Gompel
2021-10-20
v0.2
John Sullivan
2021-10-19
renamed freeze/unfreeze to more standard hide/show
Maarten van Gompel
2021-10-19
implemented a --hidden paramter to start hidden
Maarten van Gompel
2021-10-19
applied clang-format (no functional changes), but exempted custom include ord...
Maarten van Gompel
2021-10-19
added make install
Maarten van Gompel
2021-10-19
README update to reflect the latest changes, included screenshots
Maarten van Gompel
2021-10-19
slightly smaller default font
Maarten van Gompel
2021-10-19
added stacy's variant of the simple layout (grid) as we can't agree on which ...
Maarten van Gompel
2021-10-19
Fix normal_height when using argument
Stacy Harper
2021-10-19
Add landscape height value
Stacy Harper
2021-10-19
Add landscape layers
Stacy Harper
2021-10-19
Handle hide and show signals
Stacy Harper
2021-10-19
WIP refacto keyboard.c
Stacy Harper
2021-10-19
refactored keymap loading
Maarten van Gompel
2021-10-19
Add missing config.def.h
Stacy Harper
[next]