slint/internal/core
2025-02-24 18:27:25 +01:00
..
graphics Change TargetPixelBuffer's draw_texture function to take a data structure instead of many arguments 2025-02-24 17:02:10 +01:00
items ContextMenu on the LineEdit and TextEdit 2025-02-11 10:30:11 +01:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
model A few more format arg inlining 2025-02-07 06:43:19 +01:00
properties Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
software_renderer Rename TargetPixelBuffer::Pixel to ::TargetPixel 2025-02-24 17:02:10 +01:00
textlayout Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
window Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
accessibility.rs Add the accessible-read-only property 2025-02-19 09:16:41 +01:00
animations.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
api.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
callbacks.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
Cargo.toml WIP: Add plumbing for acceleration pixel blending operations on target buffers in a synchronous way 2025-02-24 17:02:10 +01:00
component_factory.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
context.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
date_time.rs date_time: simplification and cleanups 2024-06-06 09:03:50 +02:00
future.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
graphics.rs Fix window background fill 2025-02-24 17:02:10 +01:00
input.rs ContextMenu on the LineEdit and TextEdit 2025-02-11 10:30:11 +01:00
item_focus.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
item_rendering.rs Convey clipping of children to accesskit (#7587) 2025-02-10 13:42:10 +01:00
item_tree.rs Convey clipping of children to accesskit (#7587) 2025-02-10 13:42:10 +01:00
items.rs ContextMenuArea: Intercept long press on Android 2025-02-24 18:27:25 +01:00
layout.rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
lengths.rs Add support for rotation to the partial renderer 2025-01-23 09:17:54 +01:00
lib.rs Create a menus module in i-slint-corelib 2025-01-30 10:08:22 +01:00
menus.rs Convey clipping of children to accesskit (#7587) 2025-02-10 13:42:10 +01:00
model.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
platform.rs ContextMenuArea: Intercept long press on Android 2025-02-24 18:27:25 +01:00
properties.rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
renderer.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
rtti.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
sharedvector.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
slice.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
software_renderer.rs Clean up and speed up rectangle fill fallback 2025-02-24 17:02:10 +01:00
string.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
tests.rs Fix all format arg inlining 2025-02-06 10:16:20 +01:00
textlayout.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
timers.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
translations.rs Auto-fixed clippy::needless_return 2025-02-07 09:46:49 +01:00
unsafe_single_threaded.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
window.rs Qt: Fix event forwarding for native popups 2025-02-11 17:11:43 +01: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.