Simon Hausmann
Simon Hausmann
`has_active_animations()` returns false after showing the window again...
My feeling is that we should keep `Color` as it is, with its low-precision, memory efficient rgba8 representation and honestly reflect this also in the Slint facing API. We already...
> Add some code in the interpreter to convert Value::String to Type::Enumeration, that takes care of the setters Ok, so given ``` enum Foo { Bar, Baz } ``` and...
I don’t know if this helps much, but there are two things I’ve learned while using skia in Slint with GL: (1) we call flush() in the context before swapping...
> > I don’t know if this helps much, but there are two things I’ve learned while using skia in Slint with GL: > > (1) we call flush() in...
> Don't send MouseExit on release in the android backend. Perhaps that could be done with a delay? So that there's still a chance of doing a double tap.
Implementation wise I think that perhaps this needs to be feature conditional and we could wrap icu_calendar’s `Date`. We’d also wrap that in C++ maybe, or is there something else...
I can confirm that commit dc9f1d5bf1da659b2bdc38ac4327e078959a9da6 fixed this via the `pending_update` mechanism. I tried the example in #5338 and while in 1.6 it stalled after resizing, in 1.7 the spinner...
Changing translations dynamically (when using gettext) is implemented in the master branch. This ticket was split and slightly confusing, so I've refocused it on the gettext removal.
I agree that this is the way to go, roughly. In terms of language selection: I think the build system API should explicitly say which languages/translations to pick. This permits...