iris pushed to main at iris/iris 2026-09-14 02:50:09 -04:00
ca2b4b2173 Bring the headless rig into the repository (#17)
iris merged pull request iris/iris#17 2026-09-14 02:50:09 -04:00
Bring the headless rig into the repository
iris approved iris/iris#17 2026-09-14 02:49:47 -04:00
Bring the headless rig into the repository
iris merged pull request iris/iris#16 2026-09-14 02:48:02 -04:00
Size a widget while drawing it, not in a pass of its own
iris pushed to main at iris/iris 2026-09-14 02:48:02 -04:00
f9423855e1 Size a widget while drawing it, not in a pass of its own (#16)
iris suggested changes for iris/iris#16 2026-09-14 02:40:16 -04:00
Size a widget while drawing it, not in a pass of its own
iris commented on pull request iris/iris#16 2026-09-14 02:40:16 -04:00
Size a widget while drawing it, not in a pass of its own

shouldn't this be a strong widget? otherwise you can pass literally any id

iris commented on pull request iris/iris#16 2026-09-14 02:40:16 -04:00
Size a widget while drawing it, not in a pass of its own

use question mark here

iris suggested changes for iris/iris#17 2026-09-14 00:23:26 -04:00
Bring the headless rig into the repository
iris commented on pull request iris/iris#17 2026-09-14 00:23:26 -04:00
Bring the headless rig into the repository

more mention of local machine. Instead the required binaries should be detected

iris commented on pull request iris/iris#17 2026-09-14 00:23:26 -04:00
Bring the headless rig into the repository

"this machine" is meaningless in a repo

iris suggested changes for iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own
iris commented on pull request iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own

bro

iris commented on pull request iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own

bro

iris commented on pull request iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own

shouldn't this be translate? don't remember if images are drawn at exact resolution or not by default. Eventually these will change based on the mode.

iris commented on pull request iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own

wasn't this rest by default? I think it should be rest still. That's the default len for a reason; it makes sure things are evenly visible. This can be used to represent a gap in a span.

iris commented on pull request iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own

don't put reasoning like this here. I don't think any of these comments for this enum are necessary

iris commented on pull request iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own

please use old instead of was. Do this everywhere

iris commented on pull request iris/iris#16 2026-09-14 00:16:00 -04:00
Size a widget while drawing it, not in a pass of its own

ok so is the distinction that draw will unconditionally redraw? if so then place is fine to keep to avoid checks... but if they're really cheap then maybe merge?