slint/internal/renderers/skia
Olivier Goffart e04f028c91 Fix default-font-size not working with PopupWindow with the Qt backend
We had code on the window to reset the default-font-size property to the
default from the renderer.
For the Qt backend, the PopupWindow being their own Window, this code
was activated also for the PopupWindow's hidden default-font-size
property, which caused all PopupWindow's font to not follow the
default-font-size

Fixes #8855
2025-07-09 17:08:24 +02:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
build.rs Skia: Use software rendering by default on Windows (#7934) 2025-03-25 10:04:49 +01:00
cached_image.rs Switch from WGPU 24 to WGPU 25 2025-07-09 11:30:05 +02:00
Cargo.toml Switch from WGPU 24 to WGPU 25 2025-07-09 11:30:05 +02:00
d3d_surface.rs Skia: Improve multi-window rendering resource consumption (#8304) 2025-04-29 18:58:09 +02:00
itemrenderer.rs Skia: Delegate texture import to the surface trait 2025-05-05 15:34:52 +02:00
lib.rs Fix default-font-size not working with PopupWindow with the Qt backend 2025-07-09 17:08:24 +02:00
metal_surface.rs Skia: Improve multi-window rendering resource consumption (#8304) 2025-04-29 18:58:09 +02:00
opengl_surface.rs Don't use the extended debug of the DisplayHandle in the error message 2025-06-25 15:06:21 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
software_surface.rs Skia: Improve multi-window rendering resource consumption (#8304) 2025-04-29 18:58:09 +02:00
textlayout.rs Fixed text input on Android, fixed for older Android versions (#7204) 2025-01-03 11:18:33 +01:00
vulkan_surface.rs Skia: Bump ash and vulkano dependencies 2025-06-04 07:04:13 +00:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.