Kennet J

Results 26 comments of Kennet J

Ah cool, I was not aware. I'll take care of that in a while, may be on ice a couple of days or week(s?).

Would be nice if you can check that the file looks good. I've never edited a svg before. I guess it might also be nice to squish the two commits...

Hm, that looks like quite a bit more work. Is it used for something now (the pixel positions I guess, but not in any automated fashion as far as I...

I realized one issue with this, which is that non-enabled in ui is the same thing as "passes through interaction", so for example scrollers end up always showing the movable...

After some consideration I think it would probably be a better idea to add a new flag to set the disabled graphic, reason being that it's easier to handle the...

This commit should have almost no effect on current code (since active is default), with the exception that Button (which was the only element type that had disabled graphics capability...

I think scrollbars are pretty much it. I guess it could alternatively be done by adding like a "passthrough" flag that's true per default, to split that behavior from enabled....

I actually did a version that changed enabled to an enum with passthrough, enabled and disabled initially, but I realized I wasn't really sure how to make it compatible to...

That's pretty much exactly what I had in mind, sounds good. I'll implement it next week.

Well, passthrough and enable work very similarly as far as input is concerned, so I suspect it probably does need it. That said, I think that the user will basically...