-
This issue serves the purpose of discussing (and concluding) on whether to support synthetic borders / lines or not.
Original description:
> The only method of `Window` that allows you to register…
-
When I don't stage changes before I commit them, `slint --git` doesn't pick up the changes that are about to be added to the commit when linting.
This lets me bypass any pre-commit hook set up with `…
-
As title
slint [issue](https://github.com/slint-ui/slint/issues/4836)
-
Can it be considered to test this template against Deno to assure it is 100% compatible ?
https://deno.com/
Deno is the open-source JavaScript runtime for the modern web. Built on web standards …
-
Our team is developing a C++ application using Slint, which includes embedded assets totaling around 16MiB (images, fonts, etc.). This has resulted in the Slint compiler generating a very large app.h …
-
The linters should have some way of stating the obvious about how they're used, such as filename extensions, basic configuration &c.
Possibly, we could mirror the options in `slint.json`, where a mis…
-
I find some parts of Slint's API to not properly follow Rust's conventions. Here are some things that stood out to me:
- Some names are unnecessarily long and redundant:
- `MapModel:…
-
To reproduce, change the width of [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+VerticalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+Demo+%7B%0A++++height%…
-
Release log, but also on debug it did not show the application on screen:
```
✔ Container torizon-autotests260arm-1 Created …
-
When a PopupWindow is about to be shown in way that it would be cut by the end of the screen (or the window, for inline popup), we should actually place that popup in a proper place.
Wayland uses a…