slint/internal/core
Tobias Hunger d6ec7f23a1 Change component factory API
... to avoid winit panicing on us when embedding some item tree.
2023-10-20 15:34:49 +02:00
..
graphics janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
items Change component factory API 2023-10-20 15:34:49 +02:00
LICENSES reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
model Implement Model:as_any() for all adapter models 2023-10-19 17:19:40 +02:00
properties Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
software_renderer janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
textlayout janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
accessibility.rs use #repr(uX) instead of repr(C) for fieldless enums 2023-08-31 10:22:03 +02:00
animations.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
api.rs Rename ComponentVTable to ItemTreeVTable 2023-10-09 11:01:56 +02:00
callbacks.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
Cargo.toml swrenderer: Put the rotation feature behind a freature gate 2023-10-09 18:07:23 +02:00
component_factory.rs Change component factory API 2023-10-20 15:34:49 +02:00
future.rs Use portable_atomic instead of deprecated atomic_polyfill 2023-08-10 13:12:04 +02:00
graphics.rs Frame per second counter for the software renderer 2023-09-28 16:23:07 +02:00
input.rs Fix has-hover in Flickable with scroll wheel 2023-10-17 14:11:13 +02:00
item_focus.rs Rename ComponentVTable to ItemTreeVTable 2023-10-09 11:01:56 +02:00
item_rendering.rs Rename ComponentVTable to ItemTreeVTable 2023-10-09 11:01:56 +02:00
item_tree.rs Rename ComponentVTable to ItemTreeVTable 2023-10-09 11:01:56 +02:00
items.rs Added focus-changed-event callback to FocusScope (#3650) 2023-10-17 17:30:19 +02:00
layout.rs Rename Slider::vertical to Slider::orientation 2023-08-30 13:43:59 +02:00
lengths.rs Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
lib.rs Rename ComponentVTable to ItemTreeVTable 2023-10-09 11:01:56 +02:00
model.rs Rename RepeatedComponent -> RepeatedItemTree 2023-10-09 11:01:56 +02:00
platform.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
properties.rs core: Fix two-way-bindings of two-way-bindings 2023-10-17 13:00:52 +02:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
renderer.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
rtti.rs Implement TouchArea::scroll-event 2023-10-07 07:59:53 +02:00
sharedvector.rs Use portable_atomic instead of deprecated atomic_polyfill 2023-08-10 13:12:04 +02:00
slice.rs janitor: Fix clippy errors about wrong clone implementations 2023-09-20 20:23:38 +02:00
software_renderer.rs SW: stop breaking lines after reaching the max (elided) lines 2023-10-13 22:14:58 +02:00
string.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
tests.rs Rename ComponentVTable to ItemTreeVTable 2023-10-09 11:01:56 +02:00
textlayout.rs SW: fix eliding of multiline text (#3612) 2023-10-18 10:15:55 +02:00
timers.rs use #repr(uX) instead of repr(C) for fieldless enums 2023-08-31 10:22:03 +02:00
translations.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
unsafe_single_threaded.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
window.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +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.