-
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 …
-
Environment:
Slint 1.3.2
Win 10
Please see [the code](https://github.com/asuper0/cfg-ip/tree/c643d0a11afe8d30985e7534ad2533d12ded467e). I implement [a message box with slint](https://gi…
-
I implemented a global-singleton callback in Rust that edits a `SharedString` by iterating over its characters, filtering them and `collect()`ing them back into a `String`, then using `.in…
-
If you go to [ocellus.info](https://ocellus.info) and turn on the *advanced search* toggle, you will see the treatments distribution (for the ones that have geolocation) on a map of the world.
![im…
-
hola todos,
I have just pushed some exciting changes to both Zenodeo and Ocellus. Most importantly, you can now search for images by collectionCodes. For example, see the link below for all images …
-
From the Slint maintainer:
Hi,
I built it in a Slint system, typing from the root of the cloned directory:
cargo fetch --locked --target "x86_64-unknown-linux-gnu"
cargo build --release --froz…
-
Demo video, slowed down 4x:
https://github.com/user-attachments/assets/26f1b6ed-3842-44d7-9342-4034496f6cc4
The bug doesn't occur in SlintPad, but in a local build as well as the VS …
-
It's a basic UI necessity to display `float`s in a controlled format. Currently, you can only let your `float` be displayed with inappropriate accuracy (like `5.9993034` in stead of `6.0`)…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+Button%2C+VerticalBox%2C+HorizontalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+Demo+%7B%0A++++width…