slint/internal/core
Olivier Goffart 5e66fe9dc8 Fixup cursor color and appearence
On mobile and macOs, the cursor is the selection color.
Also don't show the cursor when there is a selection (all platforms)
2024-03-21 09:34:52 +01:00
..
graphics Fix panic when loading unsupported images in Rust 2024-03-14 23:04:43 +01:00
items Fixup cursor color and appearence 2024-03-21 09:34:52 +01:00
LICENSES reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
model janitor: Run cargo clippy --fix 2024-03-14 13:42:38 +01:00
properties Fix build of generated C++ code when using transitions on int properties with esp-idf 2024-03-12 20:25:00 +01:00
software_renderer janitor: fix clippy warnings about "bound is defined in more than one place" 2024-03-14 13:42:38 +01:00
textlayout janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
accessibility.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
animations.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
api.rs Add API for minimize/maximize on Window component (#4581) 2024-02-22 10:40:36 +01:00
callbacks.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
Cargo.toml vtable: increase version number to account for breaking change in vtable::Dyn 2024-02-26 14:45:47 +01:00
component_factory.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
context.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
future.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
graphics.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
input.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
item_focus.rs janitor: Run cargo clippy --fix 2024-03-14 13:42:38 +01:00
item_rendering.rs Image Tiling 2024-02-26 12:16:41 +01:00
item_tree.rs Fix rust nightly warnings about unused import in tests 2024-02-28 11:19:26 +01:00
items.rs Fix clipping and border-radius 2024-03-14 23:48:16 +01:00
layout.rs Winit initial size adjustments and wasm size fixes 2023-10-24 15:28:18 +02:00
lengths.rs Add BorderRadius helper type 2024-02-06 18:01:35 +01:00
lib.rs Add BorderRadius helper type 2024-02-06 18:01:35 +01:00
model.rs janitor: Run cargo clippy --fix 2024-03-14 13:42:38 +01:00
platform.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
properties.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
renderer.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
rtti.rs janitor: fix clippy warnings about "bound is defined in more than one place" 2024-03-14 13:42:38 +01:00
sharedvector.rs janitor: Run cargo clippy --fix 2024-03-14 13:42:38 +01:00
slice.rs janitor: Fix clippy errors about wrong clone implementations 2023-09-20 20:23:38 +02:00
software_renderer.rs Fixup cursor color and appearence 2024-03-21 09:34:52 +01:00
string.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01:00
tests.rs Add a few funciton to make SlintContext usefull 2024-01-29 15:34:48 +01:00
textlayout.rs janitor: Run cargo clippy --fix 2024-03-14 13:42:38 +01:00
timers.rs janitor: Fix warnings in nightly about redandant use 2024-02-19 17:05:21 +01: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 android: Moving cursor handle 2024-03-20 12:46:10 +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.