-
As a follow-up to #4334 , this issue exists to remind about the missing support for rendering the mouse cursor when using `renderer-software` with `backend-linuxkms`.
The approach discussed in #433…
-
The `xtask` methods mentioned in https://github.com/slint-ui/slint/blob/master/docs/building.md#generating-the-documentation are a great start for "packaging" documentation build commands, but need cl…
-
Mouse cursor is currently only set on input events, which means that a cursor that stays still won't react to a moving `TouchArea` with the `mouse-cursor` property set. The only call to `set_mouse_cur…
ilmai updated
1 month ago
-
macOS 13.6.3
Rust 1.75.0
slint 1.3.2
Problem occurs when dragging window between two monitors ,
I am using the example "gallery" .
https://github.com/slint-ui/slint/assets/155968641/f974…
-
Image now uses internal data structures that do not implement Send. This broke upgrading my application from 0.2.5 to 0.3.0 because I was generating an Image in a UI callback then moving it into an `u…
-
Example:
```
export component Demo inherits Window {
min-height: 300px;
min-width: 300px;
property val;
property p1: val ? 10 : 20;
animate p1 { duration: 1s; }
…
-
![image](https://github.com/slint-ui/slint/assets/674212/327161bc-f85d-4d95-9258-81dc87620c71)
example code only map value 1 and 2.
how to map value 8?
I direct run slint [https://github.com/sl…
-
In an app running on `MCU` (`esp32s3`) with `software-renderer`, when adding `SwipeGestureHandler` it's causing panics to happen, **sometimes but not always**, when touching the screen, not even when …
-
Looks that armv7 binaries are not available, which force to manually compile project which often fails do git fetch failures(I have quite stable connection, so not sure what is the problem)
```
sk…
-
On Linux (nixos) both under x11 and wayland (tested using KDE), the `always-on-top` property doesn't seem to work
Cargo.toml
```toml
[package]
name = "example"
version = "0.1.0"
edition = "202…