slint/internal/core
Simon Hausmann c05ee8b87d Fix empty window test
When render() is called on an renderer that's not associated with a component yet,
then just return a default constructed region.
2023-07-25 17:28:08 +02:00
..
graphics Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
items Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
LICENSES Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
model Add ReverseModel 2023-07-20 16:18:37 +02:00
properties Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
software_renderer Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
textlayout Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
accessibility.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
animations.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
api.rs Implement Default for Weak 2023-07-17 20:05:36 +02:00
callbacks.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
Cargo.toml Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
component.rs Fix missing invocation of init() on Items with C++ 2023-07-14 13:09:45 +02:00
future.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
graphics.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
input.rs Fix touch in the flickable not resulting in a click 2023-07-15 08:34:58 +02:00
item_focus.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
item_rendering.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
item_tree.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
items.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
layout.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lengths.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lib.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
model.rs Add ReverseModel 2023-07-20 16:18:37 +02:00
platform.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
properties.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
README.md Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
renderer.rs Remove the window parameter from the render() function of all the renderers 2023-07-25 17:28:08 +02:00
rtti.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
sharedvector.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slice.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
software_renderer.rs Fix empty window test 2023-07-25 17:28:08 +02:00
string.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
tests.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
textlayout.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
timers.rs Add set_interval function to Timer, which could change the interval of timer without re-invoking a start function. 2023-07-24 09:37:53 +02:00
translations.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
unsafe_single_threaded.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
window.rs Fix empty window test 2023-07-25 17:28:08 +02:00

Slint Runtime Library

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.