Alexandre Bique

Results 62 issues of Alexandre Bique

`ui.run()` doesn't return on macOS when pressing Cmd+Q and using winit. Is this a bug? I believe that Cmd+Q is a common way to quit an application and should just...

bug
a:platform-macos
api

This would be convenient if the Slider widget could have a default value property and reset to it on double click on the drag handle.

enhancement
a:widgets

To repro, checkout `120b980ee9c59e13e5ee868a106ef949e46364d5` in my repository, then `cargo run`. The problem is in `ui/library_results.slint` line 175. @ogoffart should you make this issue "private" as it is related to my...

bug
a:compiler

Hi, I'd like to be able to set a custom scaling factor. The effective scaling factor would be: `os_factor * user_factor`. This would be practical to let the user scale...

enhancement
a:builtin elements
api

Hi, When the text widget shortens the text, it should then show a tooltip with the entire text on mouse over. Thanks, Alex

enhancement
a:builtin elements

Hi, I would like to know how to work best with `ListView` when using slint and rust. Here is the problem: - I have a very large array (possibly 10K+...

enhancement
a:demos

Maybe this is related to cargo update: ``` 24-02-26 19:39:19 [email protected]:~/develop/titan git:main> cargo update Updating crates.io index Updating bstr v1.9.0 -> v1.9.1 Updating cc v1.0.86 -> v1.0.88 Updating ctor v0.2.6...

bug
a:renderer-skia
upstream

Hi, When using Visual Studio Code with and [Slint](https://slint.dev/), quite often rust-analyzer struggles with expanding the macros and with the codegen as well, while RustRover seems to be able to...

C-bug

The idea behind this design is to let the host run some expensive operation on a background thread to reduce the load on the main thread. I've chosen an approach...