slint/internal/core
Olivier Goffart a9f526491a Timer Element
Closes #5724
2024-08-16 16:36:38 +02:00
..
graphics Add comment to make SharedImageBuffer non_exhaustive when it ever becomes public 2024-07-08 16:58:06 +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 doc: hide internal RenderingNotifier trait 2024-07-31 10:44:15 +02:00
callbacks.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
Cargo.toml Improve documented workaround for Tokio integration (#5736) 2024-08-09 08:28:43 +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 Improve documented workaround for Tokio integration (#5736) 2024-08-09 08:28:43 +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 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 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 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 Timer Element 2024-08-16 16:36:38 +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 Tab with modifier shouldn't change focus 2024-08-12 13:40:58 +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.