Simon Hausmann
Simon Hausmann
Rebasing this first and then trying to find out why it passes in the CI (but fails, as expected locally).
Maybe `fn set_cursor_image(&self, image: Option)`. I think Wayland also supports specifying an image for use a cursor, so this could indeed be on the Window.
Follow-up question #1: Should all our Rust examples use env_logger by default perhaps?
For C++ the path forward would be basically a front-end API to allow setting a hook, like what Olivier proposed: ```cpp enum LogType { SlintDebug, //< The output of `debug()`in...
My feeling is that in principle we could do that, but this needs to be opt-in. The author of `bar` may, or may *not* want to expose `foo`. But we...
This is still missing the bit about emitting `cursor-position-changed`, and since cursor and anchor typically change at the same time, I'm thinking it might make more sense to combine them...
I was thinking the same, but OTOH the callback is public API in TextInput and it was nice if it worked also when changing text.
Discussed this a bit further with Olivier, also in light of #9024, which suffers from the same problem. We concluded that `TextInput` needs a copy of the text, to which...
This is a known issue, the quality of the built-in femtovg glyph rasterization using its own path renderer has seen frequent complaints. AFAICS everyone in the Rust ecosystem is using...
Duplicate of #3742