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