summaryrefslogtreecommitdiffstats
path: root/virtual-programs/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* text: Simplify loopOmar Rizwan2023-10-231-2/+1
* stroke: Use instances. Idk if this helps muchOmar Rizwan2023-10-141-2/+3
* fill,shapes,circle,connections: Breaking: Fix shapesOmar Rizwan2023-10-132-5/+10
* arc: Re-add arc supportOmar Rizwan2023-10-131-0/+39
* text: Restore font supportOmar Rizwan2023-10-131-4/+20
* fill: Fix quad fill (& mask-tags)Omar Rizwan2023-10-131-1/+1
* display,mask-tags,fill: Add layer supportOmar Rizwan2023-10-131-2/+2
* image: Actually fix cache mathOmar Rizwan2023-10-131-2/+2
* image,Gpu: Fix cache, for the most part (was double-freeing)Omar Rizwan2023-10-131-1/+3
* image: WIP: Replace cache refcount with simpler LRU schemeOmar Rizwan2023-10-131-23/+25
* image: WIP: Images are starting to work.Omar Rizwan2023-10-122-48/+64
* display: Error on Display:: calls; implement titles with wishOmar Rizwan2023-10-121-2/+6
* text: Batch glyphs into one wish -- fixes performance.Omar Rizwan2023-10-121-1/+6
* text: Draw with wish; stops the blinking bug.Omar Rizwan2023-10-091-4/+5
* dict getdef -> dict_getdef. Much, much fasterOmar Rizwan2023-10-063-4/+4
* display/text: Write glyphs straight to displaylist. Hack, but fasterOmar Rizwan2023-10-061-8/+8
* display: WIP: Refactor into files; use wishes, not Display::Omar Rizwan2023-10-066-0/+359