slint/sixtyfps_runtime/interpreter
Simon Hausmann 625eb733d3 Fix initial focus test failure
Commit 162944b8c9 changed `set_component` to
clear the weak focus item ref (correct), which made the test failure. That's because
the interpreter called set_component after running the setup code (wrong).
2021-04-06 13:36:11 +02:00
..
api.rs Refactor import opening and its hook 2021-04-06 12:27:59 +02:00
Cargo.toml Fix Rust doc build 2021-03-23 17:55:48 +01:00
dynamic_component.rs Fix initial focus test failure 2021-04-06 13:36:11 +02:00
dynamic_type.rs Add a dealloc and drop_in_place function to the ComponentVTable 2020-11-06 17:13:01 +01:00
eval.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
ffi.rs Add C++ API for ComponentDefinition::properties() 2021-03-31 08:42:54 +02:00
global_component.rs Rename call_* to invoke_* for callbacks 2021-03-15 17:01:05 +01:00
lib.rs Fix doc tests 2021-03-19 17:54:05 +01:00
value_model.rs Move the refined eval::Value API to api::Value 2021-03-15 15:12:34 +01:00