| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | keyboard,KeyCodes: Ignore instead of ? for invalid key codes | Omar Rizwan | 2024-01-29 | 1 | -0/+2 | |
| | * | keyboard: Retract old key events. Drops should be fixed (w/o leaks) | Omar Rizwan | 2024-01-29 | 1 | -2/+2 | |
| | * | WIP: Use timestamp instead of rand for keypresses, don't retract | Omar Rizwan | 2024-01-29 | 3 | -6/+23 | |
| | * | keyboard: Use binary translation; fixes event reader going off rails | Omar Rizwan | 2024-01-29 | 1 | -8/+8 | |
| | * | Fix Alt+ESC restart | Andrés Cuervo | 2023-12-28 | 1 | -1/+1 | |
| | * | Allow for key repeating | Andrés Cuervo | 2023-12-28 | 2 | -4/+4 | |
| | * | Fix cursor persistence to unmatching & LEFT at origin | Andrés Cuervo | 2023-12-27 | 1 | -3/+10 | |
| | * | Make direction keys continous | Andrés Cuervo | 2023-12-15 | 1 | -138/+154 | |
| | * | Add editor saving state | Andrés Cuervo | 2023-12-15 | 1 | -19/+54 | |
| | * | Separate editing view from region | Andrés Cuervo | 2023-12-15 | 1 | -8/+10 | |
| | * | Merge branch 'main' into ac/editor | Andrés Cuervo | 2023-12-13 | 1 | -36/+17 | |
| | |\ | ||||||
| | * | | Add editor qualifier to editor.folk | Andrés Cuervo | 2023-12-13 | 1 | -5/+5 | |
| | * | | Add linenumbers | Andrés Cuervo | 2023-12-12 | 1 | -54/+23 | |
| | * | | Remove debug_cursor | Andrés Cuervo | 2023-12-12 | 1 | -25/+0 | |
| | * | | Bounds check right arrow key | Andrés Cuervo | 2023-12-12 | 1 | -2/+5 | |
| | * | | Add precise cursor and smaller editor text | Andrés Cuervo | 2023-12-12 | 1 | -67/+29 | |
| | * | | Fix baseCode overwriting | Andrés Cuervo | 2023-12-11 | 1 | -1/+5 | |
| | * | | Make keyboard editors unique | Andrés Cuervo | 2023-12-08 | 1 | -63/+66 | |
| | * | | Update demo claim, link to guide again | Andrés Cuervo | 2023-12-08 | 1 | -1/+2 | |
| | * | | Move baseCode into initial When | Andrés Cuervo | 2023-12-06 | 1 | -7/+7 | |
| | * | | Simplify keyboards claim | Andrés Cuervo | 2023-12-06 | 1 | -88/+10 | |
| | * | | Add (non-differentiated) keypress logic to editor | Andrés Cuervo | 2023-12-05 | 2 | -115/+120 | |
| | * | | Integrate modifiers, fix esc-restart | Andrés Cuervo | 2023-12-04 | 2 | -7/+34 | |
| | * | | Remove readCount debugging | Andrés Cuervo | 2023-12-04 | 1 | -3/+0 | |
| | * | | Handle repeating keys | Andrés Cuervo | 2023-12-01 | 1 | -2/+4 | |
| | * | | Add correct retract statement | Andrés Cuervo | 2023-11-30 | 1 | -1/+1 | |
| | * | | Add Step, sharing works now | Andrés Cuervo | 2023-11-29 | 1 | -2/+2 | |
| | * | | Simplify keyboard logging | Andrés Cuervo | 2023-11-29 | 1 | -47/+39 | |
| | * | | Remove old reference code | Andrés Cuervo | 2023-11-28 | 1 | -265/+11 | |
| | * | | Add readCount logging | Andrés Cuervo | 2023-11-28 | 1 | -62/+72 | |
| | * | | Add logging on key presses | Andrés Cuervo | 2023-11-27 | 1 | -14/+197 | |
| | * | | Merge branch 'main' into ac/editor | Andrés Cuervo | 2023-11-21 | 12 | -63/+180 | |
| | |\ \ | ||||||
| | * | | | Add dummy claims to track down stmt share bug | Andrés Cuervo | 2023-11-20 | 1 | -32/+31 | |
| | * | | | Add eventPath check for keyboardStreams | Andrés Cuervo | 2023-11-17 | 1 | -3/+23 | |
| | * | | | Remove pi/Keyboard.tcl, begin keyboard.folk in earnest | Andrés Cuervo | 2023-11-16 | 1 | -6/+182 | |
| | * | | | Ignore more keyboard modifier keys | Andrés Cuervo | 2023-11-16 | 1 | -0/+5 | |
| | * | | | Add beginning of multi-keyboard handling in keyboard process | Andrés Cuervo | 2023-11-15 | 2 | -126/+20 | |
| | * | | | Add keyboard progress | Andrés Cuervo | 2023-11-10 | 2 | -6/+54 | |
| | * | | | Add virtual-programs/keyboard.folk | Andrés Cuervo | 2023-11-08 | 2 | -3/+80 | |
| | * | | | Remove twice-print indicator, clean up prints and comments | Andrés Cuervo | 2023-11-06 | 1 | -17/+3 | |
| | * | | | Fix cursor-out-of-bounds and add debugging | Andrés Cuervo | 2023-11-04 | 1 | -4/+44 | |
| | * | | | Black hole unsupported keys | Andrés Cuervo | 2023-10-31 | 1 | -7/+31 | |
| | * | | | Merge branch 'main' into ac/editor | Andrés Cuervo | 2023-10-27 | 31 | -609/+732 | |
| | |\ \ \ | ||||||
| | * | | | | Remove extraneous debug info | Andrés Cuervo | 2023-10-24 | 1 | -2/+3 | |
| | * | | | | Set short default code | Andrés Cuervo | 2023-10-24 | 1 | -3/+5 | |
| | * | | | | Correctly insert chars at x=0 | Andrés Cuervo | 2023-10-24 | 1 | -11/+14 | |
| | * | | | | hide cursor debug, fix deleting at x=0 | Andrés Cuervo | 2023-10-24 | 1 | -15/+69 | |
| | * | | | | Add debugging & multiple shift counts | Andrés Cuervo | 2023-10-23 | 1 | -34/+9 | |
| | * | | | | Implement ctrl+a and ctrl+e | Andrés Cuervo | 2023-10-22 | 1 | -4/+22 | |
| | * | | | | Test long default code | Andrés Cuervo | 2023-10-20 | 1 | -8/+9 | |
