slint/internal/core
2024-09-26 08:42:59 +02:00
..
graphics Fix repeated loading of an image by path if the file was changed since last time 2024-09-04 17:19:42 +02:00
items Rename SwipeGestureRecognizer to SwipeGestureHandler 2024-09-18 16:37:27 +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 Update a bunch of dependencies 2024-06-23 16:47:13 +02:00
textlayout renderer: Use TextWrap enum for text_size function 2024-06-17 23:52:04 -07:00
accessibility.rs Add the accessible-placeholder-text property (#5464) 2024-06-26 12:59:22 +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 Reference slint::spawn_local from the invoke_from_event_loop docs 2024-08-29 09:30:26 +02:00
callbacks.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
Cargo.toml Fix repeated loading of an image by path if the file was changed since last time 2024-09-04 17:19:42 +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 spawn_local: initialize the platform if not initialized before the call 2024-08-21 13:26:04 +02:00
model.rs core: implement FromIterator for VecModel (#6140) 2024-09-16 08:26:59 +02:00
platform.rs spawn_local: initialize the platform if not initialized before the call 2024-08-21 13:26:04 +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 API Review: Remove SharedImageBuffer from public API and rename Window::grab_window() to take_snapshot() 2024-07-05 20:46:55 +02:00
rtti.rs SwipeGestureRecognizer (#6005) 2024-09-09 14:40:55 +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 software renderer: PhysicalRegion::iter to be non-overlapping rectangles 2024-07-10 10:58:27 +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 renderer: Use TextWrap enum for text_size function 2024-06-17 23:52:04 -07:00
timers.rs Fixed Timer::set_interval() doesn't work in timer callback 2024-09-18 11:25:52 +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 live-preview: Bring the window to the front and focus it when the use… (#6295) 2024-09-24 17:05:03 +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.