slint/sixtyfps_runtime/corelib
Olivier Goffart dc1cf645db Interpreter: Fix crash when dropping
the ptr::read will move the object in memory, which is not
allowed for our items which contains Pin'ed property.
2021-05-31 18:48:03 +02:00
..
graphics Rename ImageReference to ImageInner and make Immage.0 private 2021-05-28 17:05:16 +02:00
items Rename ImageReference to ImageInner and make Immage.0 private 2021-05-28 17:05:16 +02:00
animations.rs Fix useless dependency on the animation tick 2021-04-26 15:24:48 +02:00
backend.rs Fix LSP server staying alive when closing preview window 2021-04-06 12:11:55 +02:00
callbacks.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
Cargo.toml Clean up femtovg crate dependencies 2021-05-20 08:56:11 +02:00
component.rs Remove the solve_layout from the component vtable 2021-05-11 14:59:57 +02:00
flickable.rs MouseWheel support for the Flickable 2021-05-12 13:28:39 +02:00
graphics.rs WIP: API to expose image loading from C++ and Rust 2021-05-28 17:05:16 +02:00
input.rs MouseWheel support for the Flickable 2021-05-12 13:28:39 +02:00
item_rendering.rs Rename items::Image to ImageItem 2021-05-28 17:05:16 +02:00
item_tree.rs MouseWheel support for the Flickable 2021-05-12 13:28:39 +02:00
items.rs Rename items::Image to ImageItem 2021-05-28 17:05:16 +02:00
layout.rs Add support for specifying the viewbox of path elements 2021-05-21 19:51:00 +02:00
lib.rs Rename ImageReference to ImageInner and make Immage.0 private 2021-05-28 17:05:16 +02:00
model.rs Added support for static constant z ordering 2021-05-14 16:17:34 +02:00
properties.rs Interpreter: Fix crash when dropping 2021-05-31 18:48:03 +02:00
rtti.rs WIP: API to expose image loading from C++ and Rust 2021-05-28 17:05:16 +02:00
sharedvector.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
slice.rs Expose an iterator to interpreter::Struct 2021-03-17 15:29:03 +01:00
string.rs Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
tests.rs Refactor the MouseEvent 2021-05-12 12:03:03 +02:00
timers.rs Replace arena allocator 2021-05-12 11:25:50 +02:00
window.rs Rename ImageReference to ImageInner and make Immage.0 private 2021-05-28 17:05:16 +02:00