slint/internal/core
2022-08-25 12:54:52 +02:00
..
graphics Make the PlatformAbstraction not Send using a EventLoopProxy trait 2022-08-24 11:32:21 +02:00
items Make the PlatformAbstraction not Send using a EventLoopProxy trait 2022-08-24 11:32:21 +02:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
model janitor: Use is_empty over comparison with len 2022-05-22 11:59:00 +02:00
properties Split the properties.rs files in modules 2022-07-21 14:07:15 +02:00
swrenderer swrenderer: Do not draw the inside of rounder rectangle if it is transparent 2022-08-25 12:37:05 +02:00
textlayout swrenderer textlayout: fix panic when max_with is 0 2022-08-23 08:19:25 +02:00
accessibility.rs Button: Implement support to make the Button a toggle (#1384) 2022-07-08 16:17:06 +02:00
animations.rs Make the PlatformAbstraction not Send using a EventLoopProxy trait 2022-08-24 11:32:21 +02:00
api.rs Re-export the platform module as public api in slint::platform 2022-08-24 14:28:51 +02:00
callbacks.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
Cargo.toml Update atomic-polyfill 2022-08-22 13:16:30 +02:00
component.rs Remove the use of the PlatformWindowRc alias again 2022-08-19 15:07:27 +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 the use of the PlatformWindowRc alias again 2022-08-19 15:07:27 +02:00
item_focus.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
item_rendering.rs Invert slint:🪟:WindowInner and PlatformWindow ownership 2022-08-19 15:07:27 +02:00
item_tree.rs janitor: Fix nightly doc warnings about unused parentheses 2022-08-05 09:25:31 +02:00
items.rs Remove the use of the PlatformWindowRc alias again 2022-08-19 15:07:27 +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 janitor: Move unsafe_single_core module to a file 2022-08-25 10:24:51 +02:00
model.rs ListView: try the best to keep the listview elements consistant when scrolling 2022-07-11 19:33:05 +02:00
platform.rs Re-export the platform module as public api in slint::platform 2022-08-24 14:28:51 +02:00
properties.rs Split the properties.rs files in modules 2022-07-21 14:07:15 +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 Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
swrenderer.rs Remove the use of i_slint_core in the pico and stm32 bsp modules 2022-08-25 12:54:52 +02:00
tests.rs Port the C++ generator and C++ API to the new window ownership model 2022-08-19 15:07:27 +02:00
textlayout.rs Change slint enum values to be PascalCase in rust 2022-07-22 12:23:52 +02:00
timers.rs backend API: polish and move the timer functions to the backend module 2022-08-22 14:41:50 +02:00
unsafe_single_core.rs janitor: Move unsafe_single_core module to a file 2022-08-25 10:24:51 +02:00
window.rs Some documentation for the line renderer 2022-08-19 17:58:05 +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.