slint/internal/core
Olivier Goffart a89c5db8db Fix crash when a state condition is detected as constant
States are never constant because the generated state binding depend on
the time as it register the time it was set for the pottential animation

Also adjust the assert so it assert correctly which the right message

Fixes: #2274
2023-02-24 16:43:48 +01:00
..
graphics Remove slint::Image::stride() (#2147) 2023-01-30 13:59:31 +01:00
items Flickable: Shift + mouse scroll reverts scroll dirrection 2023-02-16 14:01:34 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
model Remove some deprecated stuff 2023-01-26 11:19:21 +01:00
properties Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
software_renderer Bump femtovg, rustybuzz, ttf-parser, and fontdb dependencies (#2191) 2023-02-08 09:56:53 +01:00
textlayout Fix panics in the software renderer system font 2023-01-27 12:34:45 +01:00
accessibility.rs Button: Implement support to make the Button a toggle (#1384) 2022-07-08 16:17:06 +02:00
animations.rs janitor: use the new default attribute for enums 2022-12-05 10:20:39 +01:00
api.rs docs: Fix some more broken links 2023-02-23 11:31:39 +01:00
callbacks.rs Fix rustdoc warnings with nightly 2022-10-12 17:29:46 +02:00
Cargo.toml Change the name of the compat feature (#2230) 2023-02-16 09:40:44 +01:00
component.rs Remove component_destroyed from winit's internal renderer interface 2022-12-09 09:03:27 +01:00
graphics.rs Move the box shadow cache helpers to core::graphics::boxshadowcache 2022-12-09 09:03:27 +01:00
input.rs Add a distance threshold to the double-click 2023-02-06 09:14:29 +01:00
item_focus.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
item_rendering.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
item_tree.rs Use the std::ops::Range as range in the repeater 2022-11-17 12:23:23 +01:00
items.rs TextEdit select text with double and dribble click (#2088) 2023-01-31 15:04:19 +01:00
layout.rs Layout: don't infinite loop if no pixel was distributed 2023-01-24 14:17:56 +01:00
lengths.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
lib.rs Rust: Make new(), run() and show() report errors from the backend 2023-02-10 05:00:03 +01:00
model.rs docs: Go over builtin_elements.md (#2280) 2023-02-24 11:03:56 +01:00
platform.rs We must update animations before the timers 2023-02-17 15:27:43 +01:00
properties.rs Fix crash when a state condition is detected as constant 2023-02-24 16:43:48 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
renderer.rs Remove component_destroyed from winit's internal renderer interface 2022-12-09 09:03:27 +01:00
rtti.rs Add StandardTableView widget (#2032) 2023-01-12 19:41:12 +01:00
sharedvector.rs Remove some deprecated stuff 2023-01-26 11:19:21 +01:00
slice.rs Add env variable to put data into a different section 2022-06-18 20:00:21 +02:00
software_renderer.rs Replace the MAX_BUFFER_AGE const generic with a runtime enum 2023-02-08 14:44:01 +01:00
string.rs Implement From<char> for SharedString 2022-11-15 10:34:17 +01:00
tests.rs Change WindowEvent::KeyPressed/Released to use a SharedString instead of a char (#2148) 2023-01-31 15:44:54 +01:00
textlayout.rs Simplify glyph handling in the software renderer 2022-12-16 18:20:12 +01:00
timers.rs Fix the slint_mock_elapsed_time when not using the testing backend 2022-09-16 19:14:15 +02:00
unsafe_single_threaded.rs Rename and expose the unsafe-single-threaded feature 2022-08-25 16:47:53 +02:00
window.rs Rust: Make new(), run() and show() report errors from the backend 2023-02-10 05:00:03 +01: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.