summaryrefslogtreecommitdiffstats
path: root/virtual-programs/display (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-03display/text: Add layer supportOmar Rizwan1-1/+2
2024-05-02circle: Add layer support. Is this ugly?Omar Rizwan1-1/+3
2024-04-10text: Make radians optionalOmar Rizwan1-1/+1
2023-11-22Fix logicNaveen Michaud-Agrawal1-1/+1
2023-11-22Fix top anchoringNaveen Michaud-Agrawal1-0/+3
2023-11-22Support arbitrary anchor within text extentNaveen Michaud-Agrawal1-36/+14
2023-11-21API improvementsNaveen Michaud-Agrawal1-14/+21
2023-11-17fixupNaveen Michaud-Agrawal1-1/+1
2023-11-17Change the text api slightly to use position instead of centerNaveen Michaud-Agrawal1-1/+4
2023-11-17Add vertical alignmentNaveen Michaud-Agrawal1-7/+27
2023-11-17Add horizontal text alignmentNaveen Michaud-Agrawal1-5/+26
2023-11-15Use smoothstep for text renderingNaveen Michaud-Agrawal1-6/+10
2023-11-11scale before rotatingNaveen Michaud-Agrawal1-8/+8
2023-11-11Support non-uniform image scalingNaveen Michaud-Agrawal1-1/+4
2023-10-27scale samplingCristobal Sciutto1-8/+8
2023-10-27scale as paramCristobal Sciutto1-4/+4
2023-10-25text: Try using Tcl objects in text shaping to prevent conversionOmar Rizwan1-38/+33
2023-10-25text: Do text shaping in COmar Rizwan1-74/+110
2023-10-23text: Simplify loopOmar Rizwan1-2/+1
2023-10-14stroke: Use instances. Idk if this helps muchOmar Rizwan1-2/+3
2023-10-13fill,shapes,circle,connections: Breaking: Fix shapesOmar Rizwan2-5/+10
2023-10-13arc: Re-add arc supportOmar Rizwan1-0/+39
2023-10-13text: Restore font supportOmar Rizwan1-4/+20
2023-10-13fill: Fix quad fill (& mask-tags)Omar Rizwan1-1/+1
2023-10-13display,mask-tags,fill: Add layer supportOmar Rizwan1-2/+2
2023-10-13image: Actually fix cache mathOmar Rizwan1-2/+2
2023-10-13image,Gpu: Fix cache, for the most part (was double-freeing)Omar Rizwan1-1/+3
2023-10-13image: WIP: Replace cache refcount with simpler LRU schemeOmar Rizwan1-23/+25
2023-10-12image: WIP: Images are starting to work.Omar Rizwan2-48/+64
2023-10-12display: Error on Display:: calls; implement titles with wishOmar Rizwan1-2/+6
2023-10-12text: Batch glyphs into one wish -- fixes performance.Omar Rizwan1-1/+6
2023-10-09text: Draw with wish; stops the blinking bug.Omar Rizwan1-4/+5
2023-10-06dict getdef -> dict_getdef. Much, much fasterOmar Rizwan3-4/+4
2023-10-06display/text: Write glyphs straight to displaylist. Hack, but fasterOmar Rizwan1-8/+8
2023-10-06display: WIP: Refactor into files; use wishes, not Display::Omar Rizwan6-0/+359