slint/internal/core/items
Olivier Goffart b8abb51c28 Remove Text's bounding rect implementation
Since every renderer is now always clipping the text, we don't need to
account for out of bound drawing.

The other optimization of trying not to draw things if the bounding box
is smaller is not really a good one since computing the bounding box is
itself too expensive and not cached.
2025-10-08 21:08:37 +02:00
..
component_container.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
drag_n_drop.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
flickable.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
image.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
input_items.rs SwipeGestureHandler: better support of embedded SwipeGestureHandler's 2025-09-07 10:03:06 +02:00
path.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
text.rs Remove Text's bounding rect implementation 2025-10-08 21:08:37 +02:00