slint/internal/core
Olivier Goffart 696ce933f7
Refactor the Model tracking in a module (#1223)
Contain the unsafe code in a smaller module.
Add an abstraction to make it easier to create change listener other
than the repeater.
2022-05-05 10:25:15 +02:00
..
graphics Fix a bunch of documentation warnings 2022-04-26 12:47:34 +02:00
items Fix MCU build 2022-04-22 15:55:20 +02:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
model Refactor the Model tracking in a module (#1223) 2022-05-05 10:25:15 +02:00
textlayout Fix MCU build 2022-04-14 11:31:39 +02:00
animations.rs Debug: make sure that more properties have debug_name 2022-02-18 17:40:17 +01:00
api.rs C++: implement Window::on_close_requested 2022-03-17 14:49:12 +01:00
backend.rs Begin rasterizing glyphs for glyph embedding 2022-02-15 15:52:24 +01: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.2.3 2022-05-04 12:32:58 +00:00
component.rs Component: Replace parent_item to parent_node 2022-04-20 14:29:18 +02:00
graphics.rs corelib: allow to use i32 for coordinate instead of f32 2022-04-11 17:46:50 +02:00
input.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
item_focus.rs janitor: Update global cspell 2022-04-12 12:03:45 +02:00
item_rendering.rs corelib: allow to use i32 for coordinate instead of f32 2022-04-11 17:46:50 +02:00
item_tree.rs Focus: fix looping in repeater when the repeater ends with a repeater 2022-04-29 17:27:59 +02:00
items.rs Move the Flickable item and implementation in the same module 2022-04-22 15:26:13 +02:00
layout.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
lib.rs Move the Flickable item and implementation in the same module 2022-04-22 15:26:13 +02:00
model.rs Refactor the Model tracking in a module (#1223) 2022-05-05 10:25:15 +02:00
properties.rs Model: Do not register row data tracker if not needed 2022-04-19 15:12:15 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01: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 Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
string.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
tests.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
textlayout.rs Clippy 0 2 3 (#1203) 2022-05-02 13:23:35 +02:00
timers.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
window.rs Fix changing the size of contrained window on x11 2022-04-29 11:54:31 +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.