max size + better scrolling size fn

This commit is contained in:
2025-11-21 02:44:59 -05:00
parent 172e7157be
commit 5785352ac0
7 changed files with 89 additions and 11 deletions

4
TODO
View File

@@ -4,6 +4,7 @@ images
text
figure out ways to speed up / what costs the most
resizing (per frame) is really slow (assuming painter isn't griefing)
j is weird / fix x offset
masks r just made to bare minimum work
@@ -29,6 +30,9 @@ really weird limitation:
but the child gets drawn during that, so it will think the child is still active !!!
or something like that idk, maybe I need a special enum for parent that includes a undecided state where it may or may not get redrawn by the parent
or just do ref counting and ensure all drawn things == 1 afterwards (seems like best way)
ok so I'm removing the limit for now
don't forget I'm streaming
tags
vecs for each widget type?