summaryrefslogtreecommitdiffstats
path: root/virtual-programs/editor.folk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fu: keyboardsols-ol2024-05-201-91/+69
|
* wip: Statement-based printer configurations-ol2024-05-191-1/+1
|
* Fix printing from editorsAndrés Cuervo2024-02-261-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 & putsAndrés Cuervo2024-02-021-2/+0
|
* Correctly filter keys pressed after editor start timeAndrés Cuervo2024-02-021-3/+21
| | | | Prevent keys from being processed before the editor start time.
* Revert "Fix key press on restart"Omar Rizwan2024-02-011-16/+3
| | | | This reverts commit 80f3e29c4f3fcad460c7d12b8a81f8aa21abd25d.
* 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
| | | | Should scale better to different-resolution systems?
* 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
| | | | | This fixes key dropping, but leaks statements all over the place. To do next: retract old key events after a while.
* 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
|