slint/internal/core
Olivier Goffart 09a5c724bf ListView: Fix redraw when model changes
Amend 48180919da
That commit added the dependency, but did not reset the dirty flag, so
it only worked once.

Fixes: #4538
2024-02-05 15:02:44 +01:00
..
graphics Fix 90deg gradients 2024-01-31 20:44:45 +01:00
items Fix build with --cfg=web_sys_unstable_apis 2024-02-05 11:50:09 +01:00
LICENSES reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
model Fix integrity of FilterModel and ReverseModel when removing or adding rows 2024-02-05 12:04:30 +01:00
properties Winit port: Fix wasm build 2023-10-23 14:22:48 +02:00
software_renderer Upgrade to fontdue 0.8 2023-11-29 10:52:27 +01:00
textlayout janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
accessibility.rs use #repr(uX) instead of repr(C) for fieldless enums 2023-08-31 10:22:03 +02:00
animations.rs Add a few funciton to make SlintContext usefull 2024-01-29 15:34:48 +01:00
api.rs Reduce WindowAdapter API slightly (#4304) 2024-01-09 18:55:06 +01:00
callbacks.rs core: Add a double-click callback to the TouchArea (#4060) 2023-12-08 12:12:41 +01:00
Cargo.toml Janitor: update strum dependency 2024-02-01 17:12:33 +01:00
component_factory.rs Change component factory API 2023-10-20 15:34:49 +02:00
context.rs Add a few funciton to make SlintContext usefull 2024-01-29 15:34:48 +01:00
future.rs Add a few funciton to make SlintContext usefull 2024-01-29 15:34:48 +01:00
graphics.rs Frame per second counter for the software renderer 2023-09-28 16:23:07 +02:00
input.rs Hold a SlintContext in the Window 2024-01-29 15:34:48 +01:00
item_focus.rs Rename ComponentVTable to ItemTreeVTable 2023-10-09 11:01:56 +02:00
item_rendering.rs Fix BorrowMut error showing the preview with the software renderer 2023-11-09 16:58:19 +01:00
item_tree.rs LSP: Fix highlighting of top-level item 2023-11-03 22:14:20 +01:00
items.rs TouchArea: reuse the click_count field in the event instead of re-implementing our own 2024-01-24 10:20:06 +01:00
layout.rs Winit initial size adjustments and wasm size fixes 2023-10-24 15:28:18 +02:00
lengths.rs Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
lib.rs Move the SlintContext to a different module 2024-01-29 15:34:48 +01:00
model.rs ListView: Fix redraw when model changes 2024-02-05 15:02:44 +01:00
platform.rs Add a few funciton to make SlintContext usefull 2024-01-29 15:34:48 +01:00
properties.rs core: Make debug print of PropertyHandle more useful (#3780) 2023-10-30 09:18:45 +01:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
renderer.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
rtti.rs Implement TouchArea::scroll-event 2023-10-07 07:59:53 +02:00
sharedvector.rs Prospective build fix for no_std build with serde enabled 2024-01-11 18:02:51 +01:00
slice.rs janitor: Fix clippy errors about wrong clone implementations 2023-09-20 20:23:38 +02:00
software_renderer.rs Fix panic in the software renderer when rendring Qt widget 2024-02-01 11:42:13 +01:00
string.rs C++: fix string conversion from float not being round 2023-10-27 13:20:24 +02:00
tests.rs Add a few funciton to make SlintContext usefull 2024-01-29 15:34:48 +01:00
textlayout.rs SW: fix eliding of multiline text (#3612) 2023-10-18 10:15:55 +02:00
timers.rs cpp: Make Timer available to other FFI-exported types 2023-12-01 18:47:00 +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 PopupWindow: explicitly call set_visible(false) 2024-02-05 13:47:55 +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.