summaryrefslogtreecommitdiffstats
path: root/virtual-programs/editor.folk (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-25Statement-based printer configurations-ol1-1/+1
2024-02-26Fix printing from editorsAndrés Cuervo1-15/+10
2024-02-02Remove extraneous comments & putsAndrés Cuervo1-2/+0
2024-02-02Correctly filter keys pressed after editor start timeAndrés Cuervo1-3/+21
2024-02-01Revert "Fix key press on restart"Omar Rizwan1-16/+3
2024-02-01Fix key press on restartAndrés Cuervo1-3/+16
2024-01-31Fix delete when cursor is at (0, 0)Andrés Cuervo1-1/+1
2024-01-29editor: Use percentages to define regionsOmar Rizwan1-2/+2
2024-01-29editor: Automatically editor-ize keyboardsOmar Rizwan1-0/+7
2024-01-29WIP: Use timestamp instead of rand for keypresses, don't retractOmar Rizwan1-1/+4
2023-12-28Allow for key repeatingAndrés Cuervo1-1/+1
2023-12-27Fix cursor persistence to unmatching & LEFT at originAndrés Cuervo1-3/+10
2023-12-15Make direction keys continousAndrés Cuervo1-138/+154
2023-12-15Add editor saving stateAndrés Cuervo1-19/+54
2023-12-15Separate editing view from regionAndrés Cuervo1-8/+10
2023-12-13Add editor qualifier to editor.folkAndrés Cuervo1-5/+5
2023-12-12Add linenumbersAndrés Cuervo1-54/+23
2023-12-12Remove debug_cursorAndrés Cuervo1-25/+0
2023-12-12Bounds check right arrow keyAndrés Cuervo1-2/+5
2023-12-12Add precise cursor and smaller editor textAndrés Cuervo1-67/+29
2023-12-11Fix baseCode overwritingAndrés Cuervo1-1/+5
2023-12-08Make keyboard editors uniqueAndrés Cuervo1-63/+66
2023-12-08Update demo claim, link to guide againAndrés Cuervo1-1/+2
2023-12-06Move baseCode into initial WhenAndrés Cuervo1-7/+7
2023-12-05Add (non-differentiated) keypress logic to editorAndrés Cuervo1-113/+115
2023-11-16Ignore more keyboard modifier keysAndrés Cuervo1-0/+5
2023-11-15Add beginning of multi-keyboard handling in keyboard processAndrés Cuervo1-6/+0
2023-11-10Add keyboard progressAndrés Cuervo1-4/+6
2023-11-08Add virtual-programs/keyboard.folkAndrés Cuervo1-3/+3
2023-11-06Remove twice-print indicator, clean up prints and commentsAndrés Cuervo1-17/+3
2023-11-04Fix cursor-out-of-bounds and add debuggingAndrés Cuervo1-4/+44
2023-10-31Black hole unsupported keysAndrés Cuervo1-7/+31
2023-10-24Remove extraneous debug infoAndrés Cuervo1-2/+3
2023-10-24Set short default codeAndrés Cuervo1-3/+5
2023-10-24Correctly insert chars at x=0Andrés Cuervo1-11/+14
2023-10-24hide cursor debug, fix deleting at x=0Andrés Cuervo1-15/+69
2023-10-23Add debugging & multiple shift countsAndrés Cuervo1-34/+9
2023-10-22Implement ctrl+a and ctrl+eAndrés Cuervo1-4/+22
2023-10-20Test long default codeAndrés Cuervo1-8/+9
2023-10-20Add debuggingAndrés Cuervo1-8/+29
2023-10-18Fix cursor movement on newline & backspace at x=0Andrés Cuervo1-3/+6
2023-10-16local NYU + font NeomatrixCodeAndrés Cuervo1-1/+1
2023-10-10Add monospace fontAndrés Cuervo1-2/+2
2023-09-25Add green cursor, make backspace at x=0 workAndrés Cuervo1-77/+38
2023-09-25Better visual debugging for cursor positioningAndrés Cuervo1-22/+20
2023-09-22Add vec2 mult/div, nearly-there cursorboxAndrés Cuervo1-1/+5
2023-09-22Add off-by-a-bit cursor boxAndrés Cuervo1-14/+72
2023-09-22Fix halo angle, begin fixing editor text positionAndrés Cuervo1-9/+1
2023-09-22Add absolute cursor, prep for refactorAndrés Cuervo1-9/+11
2023-09-20Fix up/down key behaviorAndrés Cuervo1-6/+33