-
I'm using Rust.
Please document that a `Timer` that expired won't, under any event-loop-related circumstances, run its callback when the currently executing Rust code stops the timer (i…
-
Preview in VS Code crashes when attempting to change a Path command by state.
To reproduce, show preview of the following in VS Code (Slint 1.3.2) :
```
export component Triangle inhe…
-
Windows x86-64 with Rust
Right clicking on the Window title bar seems to pause the event loop. Maximizing the window by making it full screen restarts the loop and updates resume.
…
-
On Linux and Windows the build of slint failed after executing the command `] add "https://github.com/oheil/Slint.jl.git"`. See below.
`julia> using Pkg
julia> Pkg.add(url="https://github.com/o…
-
I want to compile an SLint application for `aarch64-unknown-linux-gnu` and it needs some library headers to be available.
Would it be possible to install these? if so how?
Using https://github.com…
-
It would be nice to get rid of the flicker in the colorful_triangle example.
I'm not sure there is a simple blocking call that waits for the next vsync. There is a DRM `page_flip` call that can bot…
-
Widgets like `LineEdit` and `SpinBox` should select all of their text when they receive focus via keyboard. At least on Windows, this is common behavior.
In a shortcut (.lnk file) prope…
-
`slint::slint!{
import { Button , VerticalBox } from "std-widgets.slint";
export component App inherits Window {
in property counter:0;
callback clicked bb.clicked;
…
nczyw updated
2 months ago
-
I'm on Windows 10 using Rust.
With a `Window` with `background: transparent;` like in the demo project I posted in #6020, the window can, e.g., be dragged at the fully transparent pixel…
-
No renderer I tried (at least software, FemtoVG and Skia) rendered text on Windows 10 with ClearType, that is, utilizing the R, G, B hardware subpixels of the monitor. I have it turned on …