slint/internal/core
Olivier Goffart 3c528b67b3 Fix touch in the flickable not resulting in a click
because the pending press event might be loss if there is a move between
the click and the release

This was reported on Mattermost
2023-07-15 08:34:58 +02:00
..
graphics Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
items Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
LICENSES Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
model Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
properties Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
software_renderer Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +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 Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
callbacks.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
Cargo.toml Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
component.rs Fix missing invocation of init() on Items with C++ 2023-07-14 13:09:45 +02:00
future.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
graphics.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
input.rs Fix touch in the flickable not resulting in a click 2023-07-15 08:34:58 +02:00
item_focus.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
item_rendering.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
item_tree.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
items.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
layout.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lengths.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lib.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
model.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
platform.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
properties.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
README.md Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
renderer.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
rtti.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
sharedvector.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slice.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
software_renderer.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +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 Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +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 Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +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.