| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fu: keyboardsol | s-ol | 2024-05-20 | 1 | -91/+69 |
| | | |||||
| * | wip: Statement-based printer configuration | s-ol | 2024-05-19 | 1 | -1/+1 |
| | | |||||
| * | Fix printing from editors | Andrés Cuervo | 2024-02-26 | 1 | -15/+10 |
| | | | | | | | | - Fix a bug where each editor could only print once because of a mistaken use of /nobody/ in the print conditional - Add a timestamp to the print commit - Prevent printing the same code twice within a second | ||||
| * | Remove extraneous comments & puts | Andrés Cuervo | 2024-02-02 | 1 | -2/+0 |
| | | |||||
| * | Correctly filter keys pressed after editor start time | Andrés Cuervo | 2024-02-02 | 1 | -3/+21 |
| | | | | | Prevent keys from being processed before the editor start time. | ||||
| * | Revert "Fix key press on restart" | Omar Rizwan | 2024-02-01 | 1 | -16/+3 |
| | | | | | This reverts commit 80f3e29c4f3fcad460c7d12b8a81f8aa21abd25d. | ||||
| * | Fix key press on restart | Andrés Cuervo | 2024-02-01 | 1 | -3/+16 |
| | | |||||
| * | Fix delete when cursor is at (0, 0) | Andrés Cuervo | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | editor: Use percentages to define regions | Omar Rizwan | 2024-01-29 | 1 | -2/+2 |
| | | | | | Should scale better to different-resolution systems? | ||||
| * | editor: Automatically editor-ize keyboards | Omar Rizwan | 2024-01-29 | 1 | -0/+7 |
| | | |||||
| * | WIP: Use timestamp instead of rand for keypresses, don't retract | Omar Rizwan | 2024-01-29 | 1 | -1/+4 |
| | | | | | | This fixes key dropping, but leaks statements all over the place. To do next: retract old key events after a while. | ||||
| * | Allow for key repeating | Andrés Cuervo | 2023-12-28 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add (non-differentiated) keypress logic to editor | Andrés Cuervo | 2023-12-05 | 1 | -113/+115 |
| | | |||||
| * | 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 | 1 | -6/+0 |
| | | |||||
| * | Add keyboard progress | Andrés Cuervo | 2023-11-10 | 1 | -4/+6 |
| | | |||||
| * | Add virtual-programs/keyboard.folk | Andrés Cuervo | 2023-11-08 | 1 | -3/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add debugging | Andrés Cuervo | 2023-10-20 | 1 | -8/+29 |
| | | |||||
| * | Fix cursor movement on newline & backspace at x=0 | Andrés Cuervo | 2023-10-18 | 1 | -3/+6 |
| | | |||||
| * | local NYU + font NeomatrixCode | Andrés Cuervo | 2023-10-16 | 1 | -1/+1 |
| | | |||||
| * | Add monospace font | Andrés Cuervo | 2023-10-10 | 1 | -2/+2 |
| | | |||||
| * | Add green cursor, make backspace at x=0 work | Andrés Cuervo | 2023-09-25 | 1 | -77/+38 |
| | | |||||
| * | Better visual debugging for cursor positioning | Andrés Cuervo | 2023-09-25 | 1 | -22/+20 |
| | | |||||
| * | Add vec2 mult/div, nearly-there cursorbox | Andrés Cuervo | 2023-09-22 | 1 | -1/+5 |
| | | |||||
| * | Add off-by-a-bit cursor box | Andrés Cuervo | 2023-09-22 | 1 | -14/+72 |
| | | |||||
| * | Fix halo angle, begin fixing editor text position | Andrés Cuervo | 2023-09-22 | 1 | -9/+1 |
| | | |||||
| * | Add absolute cursor, prep for refactor | Andrés Cuervo | 2023-09-22 | 1 | -9/+11 |
| | | |||||
