slint/internal/core
2022-09-06 15:42:16 +02:00
..
graphics janitor: Fix some typos 2022-08-29 16:53:47 +02:00
items Remove use of euclid types and tags for logical/physical position and size in the public API 2022-09-02 11:05:53 +02:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
model Implement std::fmt::Write for SharedString and add a format! macro 2022-08-29 17:25:24 +02:00
properties Split the properties.rs files in modules 2022-07-21 14:07:15 +02:00
swrenderer janitor: Rename a variable 2022-09-06 13:43:52 +02:00
textlayout Fix "glyph box" in AboutSlint when rendered on MCU 2022-09-05 21:42:26 +02:00
accessibility.rs Button: Implement support to make the Button a toggle (#1384) 2022-07-08 16:17:06 +02:00
animations.rs Api cleanup: Rename some remaining platform abstractions to platform 2022-08-29 16:53:47 +02:00
api.rs Try to fix the way the window is resized 2022-09-05 16:19:27 +02:00
callbacks.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
Cargo.toml Bump version number to 0.3.0 2022-09-06 13:00:22 +02:00
component.rs API cleanup: Rename PlatformWindow to WindowAdapter 2022-08-29 16:53:47 +02:00
graphics.rs Perform resolution of font properties against the window defaults in the core library 2022-07-22 23:09:08 +02:00
input.rs Remove use of euclid types and tags for logical/physical position and size in the public API 2022-09-02 11:05:53 +02:00
item_focus.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
item_rendering.rs Fixup some documentaion links 2022-09-01 12:16:24 +02:00
item_tree.rs janitor: Fix nightly doc warnings about unused parentheses 2022-08-05 09:25:31 +02:00
items.rs API cleanup: Rename PointerEvent to WindowEvent 2022-08-30 16:47:55 +02:00
layout.rs Upgrade to lyon 1.0 2022-07-22 19:27:49 +02:00
lengths.rs Add slint::Window::(set_)position 2022-07-08 18:37:01 +02:00
lib.rs Fixes pointed out by Olivier and CI 2022-08-29 16:53:47 +02:00
model.rs Make VecModel::remove() return the removed value like Vec 2022-09-06 05:42:56 +02:00
platform.rs Provide an error enum for the error case of slint::platform::set_platform 2022-09-06 15:42:16 +02:00
properties.rs Rename and expose the unsafe-single-threaded feature 2022-08-25 16:47:53 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
renderer.rs Fix no_std build 2022-08-10 13:07:07 +02:00
rtti.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
sharedvector.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slice.rs Add env variable to put data into a different section 2022-06-18 20:00:21 +02:00
string.rs Fixup some documentaion links 2022-09-01 12:16:24 +02:00
swrenderer.rs MCU documentation 2022-09-04 18:31:26 +02:00
tests.rs Don't export PLATFORM_INSTANCE in the public API 2022-09-03 11:45:54 +02:00
textlayout.rs Fix "glyph box" in AboutSlint when rendered on MCU 2022-09-05 21:42:26 +02:00
timers.rs Tests for the timers 2022-08-26 10:16:18 +02:00
unsafe_single_threaded.rs Rename and expose the unsafe-single-threaded feature 2022-08-25 16:47:53 +02:00
window.rs Try to fix the way the window is resized 2022-09-05 16:19:27 +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.