slint/internal/core
Tobias Hunger e10e97c944 live-preview: Add placeholder when removing the last eleemnt in a layout
Add a placeholder Rectangle into a layout whenever the last eleemnt is removed.
This makes sure we can drop into the Layout again.

Add infrastructure to find the parent element to ElementRcNode and move more
code into the ElementRcNode.
2024-04-25 10:28:15 +02:00
..
graphics Use Color#mix for color interpolation (#5063) 2024-04-16 09:16:07 +02:00
items Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
LICENSES Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
model Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
properties Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
software_renderer Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
textlayout Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
accessibility.rs Accessibility: Add support for accessibility-action-* callback (#5073) 2024-04-16 15:02:25 +02:00
animations.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
api.rs testing: rename the init function 2024-04-18 18:45:31 +02:00
callbacks.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
Cargo.toml Accessibility: Add support for accessibility-action-* callback (#5073) 2024-04-16 15:02:25 +02:00
component_factory.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
context.rs Add a function to mark translated strings as dirty 2024-04-18 19:23:57 +02:00
future.rs testing: rename the init function 2024-04-18 18:45:31 +02:00
graphics.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
input.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
item_focus.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
item_rendering.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
item_tree.rs accessibility: return an Option for accessible string values 2024-04-19 11:23:26 +02:00
items.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
layout.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lengths.rs testing backend: API fixes 2024-04-18 18:45:31 +02:00
lib.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
model.rs testing: rename the init function 2024-04-18 18:45:31 +02:00
platform.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
properties.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
README.md Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
renderer.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
rtti.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
sharedvector.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
slice.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
software_renderer.rs live-preview: Add placeholder when removing the last eleemnt in a layout 2024-04-25 10:28:15 +02:00
string.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
tests.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
textlayout.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
timers.rs Rust Timer: Mark as !Send 2024-04-24 10:00:52 +02:00
translations.rs Add a function to mark translated strings as dirty 2024-04-18 19:23:57 +02:00
unsafe_single_threaded.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
window.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +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.