slint/internal/core
2024-04-26 14:45:23 +02:00
..
graphics Use Color#mix for color interpolation (#5063) 2024-04-16 09:16:07 +02:00
items Fix formatting issues 2024-04-26 13:16:19 +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 swrenderer: Support multiple rectangles for the dirty regions 2024-04-26 14:45:23 +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 Expose the individual rectangle in the dirty region 2024-04-26 14:45:23 +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 swrenderer: Support multiple rectangles for the dirty regions 2024-04-26 14:45:23 +02:00
item_tree.rs accessibility: return an Option for accessible string values 2024-04-19 11:23:26 +02:00
items.rs Add a clear-focus()function on all elements that have a focus() function 2024-04-26 11:09:11 +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 Expose the individual rectangle in the dirty region 2024-04-26 14:45:23 +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 swrenderer: Support multiple rectangles for the dirty regions 2024-04-26 14:45:23 +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.