summaryrefslogtreecommitdiffstats
path: root/virtual-programs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add debuggingAndrés Cuervo2023-10-201-8/+29
| * | | | Fix cursor movement on newline & backspace at x=0Andrés Cuervo2023-10-181-3/+6
| * | | | Merge branch 'main' into ac/editorAndrés Cuervo2023-10-181-0/+1
| |\ \ \ \
| * | | | | local NYU + font NeomatrixCodeAndrés Cuervo2023-10-161-1/+1
| * | | | | Add monospace fontAndrés Cuervo2023-10-101-2/+2
| * | | | | Merge branch 'main' into ac/editorAndrés Cuervo2023-10-1010-104/+621
| |\ \ \ \ \
| * | | | | | 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-222-11/+4
| * | | | | | Add absolute cursor, prep for refactorAndrés Cuervo2023-09-221-9/+11
| * | | | | | Merge branch 'main' into ac/editorAndrés Cuervo2023-09-223-20/+81
| |\ \ \ \ \ \
| * | | | | | | Fix up/down key behaviorAndrés Cuervo2023-09-201-6/+33
| * | | | | | | Claim the cursor is ...Andrés Cuervo2023-09-201-17/+16
| * | | | | | | Add initial cursor implementationAndrés Cuervo2023-09-201-8/+20
| * | | | | | | Remove keyboard program, add editor demoAndrés Cuervo2023-09-202-39/+8
| * | | | | | | Left align the lines in edited virtual programAndrés Cuervo2023-09-181-10/+10
| * | | | | | | Merge branch 'main' into ac/editorAndrés Cuervo2023-09-184-8/+15
| |\ \ \ \ \ \ \
| * | | | | | | | Correctly angle editor textAndrés Cuervo2023-09-181-4/+6
| * | | | | | | | Add debugging info and fix editor file to match terminal keyboardAndrés Cuervo2023-09-131-0/+196
* | | | | | | | | Support thickness option for circlesAndrés Cuervo2024-01-111-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix logicNaveen Michaud-Agrawal2023-11-221-1/+1
* | | | | | | | Fix top anchoringNaveen Michaud-Agrawal2023-11-221-0/+3
* | | | | | | | Support arbitrary anchor within text extentNaveen Michaud-Agrawal2023-11-221-36/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | print: Hack to forward Hex House print requests to folk0Omar Rizwan2023-11-211-0/+25
* | | | | | | programs: Expose web printed-programs/; fault to folk0Omar Rizwan2023-11-212-12/+29
* | | | | | | Merge pull request #114 from FolkComputer/nm/text-halignAndrés Cuervo2023-11-212-13/+81
|\ \ \ \ \ \ \
| * | | | | | | API improvementsNaveen Michaud-Agrawal2023-11-212-22/+29
| * | | | | | | Update title wish (and add margined text)Naveen Michaud-Agrawal2023-11-171-9/+26
| * | | | | | | fixupNaveen Michaud-Agrawal2023-11-171-1/+1
| * | | | | | | Change the text api slightly to use position instead of centerNaveen Michaud-Agrawal2023-11-171-1/+4
| * | | | | | | Add vertical alignmentNaveen Michaud-Agrawal2023-11-171-7/+27
| * | | | | | | Add horizontal text alignmentNaveen Michaud-Agrawal2023-11-171-5/+26
* | | | | | | | music: hack: exclude folk-beads which uses systemd to manage jackOmar Rizwan2023-11-211-6/+8
* | | | | | | | Small hack to allow pointer warping to workNaveen Michaud-Agrawal2023-11-211-0/+2
|/ / / / / / /
* | | | | | | Use smoothstep for text renderingNaveen Michaud-Agrawal2023-11-151-6/+10
* | | | | | | scale before rotatingNaveen Michaud-Agrawal2023-11-111-8/+8
* | | | | | | Support non-uniform image scalingNaveen Michaud-Agrawal2023-11-111-1/+4
* | | | | | | display: Handle bit at end of fbset resolutionOmar Rizwan2023-11-021-1/+1
* | | | | | | scale samplingCristobal Sciutto2023-10-271-8/+8
* | | | | | | scale as paramCristobal Sciutto2023-10-272-6/+10
* | | | | | | neighbor callbackCristobal Sciutto2023-10-271-1/+5
* | | | | | | no collection for outlineCristobal Sciutto2023-10-271-15/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | outline: Slight optimizationOmar Rizwan2023-10-261-2/+5
* | | | | | display: Handle if this doesn't existOmar Rizwan2023-10-261-0/+1
* | | | | | add freeImage proc to images.folkJacob Haip2023-10-261-0/+6
* | | | | | Merge pull request #103 from FolkComputer/osnr/multiple-on-process-blocksOmar Rizwan2023-10-2531-608/+721
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | text: Try using Tcl objects in text shaping to prevent conversionOmar Rizwan2023-10-251-38/+33
| * | | | | text: Do text shaping in COmar Rizwan2023-10-251-74/+110