slint/internal/core
Tobias Hunger e74745c68a backout of commit 402f7ea649
rgb crate has eben fixed upstream, remove the temporary work-around again.
2024-07-08 15:38:23 +02:00
..
graphics backout of commit 402f7ea649 2024-07-08 15:38:23 +02:00
items Split Text item into SimpleText and ComplexText 2024-07-05 12:51:25 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
model Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
properties changed callback: limit chained callback to 10 invocations 2024-06-28 14:46:12 +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 Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
api.rs API review: move {window,display}_handle_06_rc() into WindowAdapterInternal 2024-07-05 20:48:02 +02:00
callbacks.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
Cargo.toml backout of commit 402f7ea649 2024-07-08 15:38:23 +02:00
component_factory.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
context.rs Add plumbing for system testing 2024-06-13 04:03:17 -07:00
date_time.rs date_time: simplification and cleanups 2024-06-06 09:03:50 +02:00
future.rs Add support for async unit testing and element handle click events (#5499) 2024-06-27 17:05:58 +02:00
graphics.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
input.rs Simplify commercial license (#3063) 2024-05-31 14:06: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 Add support for async unit testing and element handle click events (#5499) 2024-06-27 17:05:58 +02:00
items.rs API review: Remove accidental public strum dependency 2024-07-05 20:48:25 +02:00
layout.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lengths.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs Added TimePicker widget (#5251) 2024-06-05 15:23:06 +02:00
model.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
platform.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +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 Simplify commercial license (#3063) 2024-05-31 14:06:17 +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 API Review: Remove SharedImageBuffer from public API and rename Window::grab_window() to take_snapshot() 2024-07-05 20:46:55 +02:00
string.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tests.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
textlayout.rs renderer: Use TextWrap enum for text_size function 2024-06-17 23:52:04 -07:00
timers.rs Fix panic in slint::Timer due to double mutable borrow (#5525) 2024-07-02 11:20:30 +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 API review: move {window,display}_handle_06_rc() into WindowAdapterInternal 2024-07-05 20:48:02 +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.