-
I'm working on a DAW plugin with slint and in that context, it's absolutely essential that input focus is only kept while actually entering text. Otherwise for example pressing the spacebar won't togg…
ilmai updated
3 months ago
-
Slint 1.4.1
https://github.com/slint-ui/slint/assets/41945903/35e59004-a728-4ed5-94e7-01c97c80281a
At video at first I open popup via Add button and then close it via Cancel button - everyth…
-
```powershell
PS E:\Data\Git\slint\examples\ffmpeg> rustc.exe --version
rustc 1.76.0 (07dca489a 2024-02-04)
PS E:\Data\Git\slint\examples\ffmpeg> vcpkg --version
vcpkg package management progr…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Rust](https://github.com/trending/rust?since=weekly)!
-
In the public API for the interpreter in Rust and C++, enumerations are not supported.
Internally, they are implemented as a pair of enum name as string and enum variant as string.
Acceptance cr…
-
Hi!
Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). E.g. PGO results for LLVM-related too…
-
slint 1.4.1
when I called PopupWindow. close(), the program panic!
I am using third-party components [jui/message/confirm](https://github.com/lifeRobot/jui/blob/master/widgets/message/confirm.slint)…
-
My intent with this issue is to understand better what first-class support for the visually impaired looks like in a terminal emulator, and then figure out how to implement it.
My reading so far ha…
-
Current URLs are too large even on trivial files, you can't paste them in quite a lot of places, telegram silently truncates them for example, which means you have to use external URL shor…
-
Raised in https://github.com/rust-windowing/winit/pull/3538#discussion_r1508670322.
Should we remove synthetic keyboard events (those that contain `is_synthetic`)?
What are the benefits and the …