slint/sixtyfps_runtime/corelib
Simon Hausmann 096fbab93d Simplify the destructor of generated C++ components
Similar to the parent commit, avoid creating an array of item refs and pass the item tree instead
to a run-time helper function.
2021-11-01 10:19:17 +01:00
..
graphics Add a doctest for sixtyfps::Image::path() 2021-09-28 08:52:27 +02:00
items TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00
animations.rs Sub_Assign should probably subtract, not add 2021-07-02 23:18:14 +02:00
backend.rs Fix granularity of run-time borrows in GL backend window handling 2021-10-05 12:43:11 +02:00
callbacks.rs Janitor: Fix clippy::bool_assert_comparison 2021-08-18 00:24:51 +02:00
Cargo.toml Bump version number to 0.1.5 2021-10-26 07:36:54 +00:00
component.rs Simplify the destructor of generated C++ components 2021-11-01 10:19:17 +01:00
flickable.rs TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00
graphics.rs Remove FontMetrics trait 2021-08-31 13:27:32 +02:00
input.rs TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00
item_rendering.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
item_tree.rs Update license date 2021-07-02 15:55:54 +02:00
items.rs Update a few dependencies 2021-10-21 12:24:48 +02:00
layout.rs Allow normal Element to be in the Dialog's button row with dialog-button-role 2021-10-05 09:46:20 +02:00
lib.rs Add a warning on the internal crates documentation that we don't follow semver 2021-08-16 18:26:33 +02:00
model.rs Fix compatibility of attach_peer on ModelHandle for older models 2021-10-21 13:39:38 +02:00
properties.rs internal cleanup: Rename Property::set_dirty() to mark_dirty() 2021-10-20 15:25:28 +02:00
rtti.rs Allow normal Element to be in the Dialog's button row with dialog-button-role 2021-10-05 09:46:20 +02:00
sharedvector.rs Simplify Rust’s SharedVector::clear() when the vector is shared 2021-08-12 13:41:08 +02:00
slice.rs Update license date 2021-07-02 15:55:54 +02:00
string.rs Janitor: Fix clippy::len_without_is_empty 2021-08-04 22:50:35 +02:00
tests.rs TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00
timers.rs Janitor: Fix clippy::ptr_arg 2021-08-09 13:19:34 +02:00
window.rs Simplify drop implementation of generated components 2021-11-01 08:58:53 +01:00