slint/internal/core
2024-10-25 17:24:47 +02:00
..
graphics Move printer demo and energy-monitor into new top-level demos/ folder 2024-10-25 12:09:32 +02:00
items Added rejected to TextInput (#6649) 2024-10-25 17:24:47 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
model Fix warning in nightly rust (non_local_definitions) 2024-09-26 08:42:59 +02:00
properties Added PropertyAnimation.direction property for controlling animation direction (#6261) 2024-09-24 19:55:24 +02:00
software_renderer Signed DistanceField font rendering in swrenderer 2024-10-23 09:12:30 +02:00
textlayout Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
window core: Improve popup window positioning 2024-10-02 18:14:17 +02:00
accessibility.rs Add the accessible-enabled property 2024-10-25 10:20:09 +02:00
animations.rs spawn_local: initialize the platform if not initialized before the call 2024-08-21 13:26:04 +02:00
api.rs Android: handle properly the Destroy event 2024-10-23 14:30:55 +02:00
callbacks.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
Cargo.toml Bump various dependencies 2024-10-23 10:06:12 +02:00
component_factory.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
context.rs spawn_local: initialize the platform if not initialized before the call 2024-08-21 13:26:04 +02:00
date_time.rs date_time: simplification and cleanups 2024-06-06 09:03:50 +02:00
future.rs Add is_finished to JoinHandle (#6034) 2024-09-16 15:17:47 +02:00
graphics.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
input.rs Fix double click within a Flicakble 2024-07-10 15:22:17 +02:00
item_focus.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
item_rendering.rs Make a trait for the Text rendering 2024-07-05 12:51:25 +02:00
item_tree.rs core: Do not panic when popups try to find their parent 2024-08-14 09:08:31 +02:00
items.rs Added PropertyAnimation.direction property for controlling animation direction (#6261) 2024-09-24 19:55:24 +02:00
layout.rs GridLayout: fix panic when rowspan or colspan is 0 2024-09-17 12:06:06 +02:00
lengths.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs Allow choosing renderer via PlatformBuilder 2024-10-23 11:13:49 +02:00
model.rs Rust: Stop ModelIterator from calling row_data() with out of bounds row 2024-10-10 11:40:12 +02:00
platform.rs Android: handle properly the Destroy event 2024-10-23 14:30:55 +02:00
properties.rs janitor: Fix clippy "casting raw pointers to the same type and constness is unnecessary" 2024-06-24 14:59:47 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
renderer.rs Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
rtti.rs Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
sharedvector.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
slice.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
software_renderer.rs swrenderer: Small fixup in distance field 2024-10-24 08:12:13 +02:00
string.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tests.rs spawn_local: initialize the platform if not initialized before the call 2024-08-21 13:26:04 +02:00
textlayout.rs Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
timers.rs Android: handle properly the Destroy event 2024-10-23 14:30:55 +02:00
translations.rs janitor: Fix clippy "manual char comparison can be written more succinctly" 2024-06-24 14:59:47 +02:00
unsafe_single_threaded.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
window.rs PopupWindow: added close-policy property (#6614) 2024-10-24 09:27:39 +00: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.