slint/internal/core
2023-08-28 18:43:04 +02:00
..
graphics Make use of the ItemCache more robust when the window scale factor changes 2023-08-16 16:37:07 +02:00
items Remove invalid comments seen in the code review 2023-07-27 12:04:16 +02:00
LICENSES reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
model Add ReverseModel 2023-07-20 16:18:37 +02:00
properties Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
software_renderer Make it easier to use the software renderer with PremultipliedRgbaColor and Rgb565 in "foreign" environments 2023-08-07 11:46:43 +02:00
textlayout Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
accessibility.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
animations.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
api.rs Add support for set_position(), position(), and set_physical_size() to the C++ WindowAdapter (#3367) 2023-08-28 18:43:04 +02:00
callbacks.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
Cargo.toml Another Prospective fix for warnings in CI 2023-08-23 12:29:48 +02:00
component.rs Add window_adapter to ComponentVTable 2023-07-27 12:04:16 +02:00
component_factory.rs Get rid of the window when building an embedded component 2023-07-27 12:04:16 +02:00
future.rs Use portable_atomic instead of deprecated atomic_polyfill 2023-08-10 13:12:04 +02:00
graphics.rs Add support for set_position(), position(), and set_physical_size() to the C++ WindowAdapter (#3367) 2023-08-28 18:43:04 +02:00
input.rs Refactoring: define macro rules to group builtin structs 2023-08-03 11:01:18 +02:00
item_focus.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
item_rendering.rs Fix warning on MCU about unused PropertyTracker import 2023-08-21 17:09:00 +02:00
item_tree.rs Get rid of the window when building an embedded component 2023-07-27 12:04:16 +02:00
items.rs Refactoring: define macro rules to group builtin structs 2023-08-03 11:01:18 +02:00
layout.rs Rust platform API to query window properties 2023-08-22 18:32:50 +02:00
lengths.rs Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
lib.rs Renderer feature refactor 2023-07-27 19:11:24 +02:00
model.rs Refactoring: define macro rules to group builtin structs 2023-08-03 11:01:18 +02:00
platform.rs Move the OpenGLInterface back to the FemtoVG renderer 2023-08-28 13:33:15 +02:00
properties.rs Refactoring: define macro rules to group builtin structs 2023-08-03 11:01:18 +02:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
renderer.rs Simplify FemtoVG and Skia renderer APIs: remove resize() 2023-07-25 19:33:26 +02:00
rtti.rs Add component-factory type to Slint language 2023-07-27 12:04:16 +02:00
sharedvector.rs Use portable_atomic instead of deprecated atomic_polyfill 2023-08-10 13:12:04 +02:00
slice.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
software_renderer.rs Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
string.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
tests.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
textlayout.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
timers.rs Add set_interval function to Timer, which could change the interval of timer without re-invoking a start function. 2023-07-24 09:37:53 +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 Add documentation to the WindowAdapters to explain the basic message passing protocol 2023-08-28 13:45:28 +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.