Simon Hausmann
Simon Hausmann
I hope that this is to some extent in scope of fontdb, feel free to close otherwise. The default families in fontdb are coded to Arial, etc. as documented. It...
This issue tracks the progress of allowing users to select a Skia based renderer for Slint. After the initial POC this now involves a few steps: - [x] #1447 -...
Right now the Skia renderer uses OpenGL (via glutin). It would be nice to switch to the Direct3D backend of Skia. That would likely improve the overall performance and compatibility...
### Discussed in https://github.com/sixtyfpsui/sixtyfps/discussions/762 We want to move the .slint related documentation out of the C++ and Rust API Documentation and into a site of its own, created using sphinx,...
The following test-case produces a visible shadow that should not be visible: ``` export App := Window { preferred-width: 300px; preferred-height: 300px; Rectangle { x: 10px; y: 10px; width: 100px;...
We have a few quirks and customisation points to enable building against Yocto SDKs. It would be good if those could get test coverage. Building the Yocto SDK itself in...
The screenshot says it all :-) This is not reproducible on macOS for example.
The Flickable/ScrollView allows showing content that is larger than the size of the Flickable/Scrollview element. The current API uses the following terms and properties: Flickable.width/Flickable.height: The size of the Flickable...