slint/sixtyfps_runtime/interpreter
Simon Hausmann 1f091cb1c0 Rename Rectangle.color to Rectangle.background
Add support for built-in property aliases and rename `color` to
`background` - in preparation for it also changing to type brush.

Right now the alias is silent, a deprecation and overall change
will come in a subsequent change.
2021-02-02 17:01:12 +01:00
..
Cargo.toml Update version number everywhere 2021-01-28 16:34:13 +01:00
dynamic_component.rs Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01: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 Resolve linear gradients 2021-02-01 14:25:27 +01:00
global_component.rs Rename emit_ to call_ for callback 2021-01-25 15:59:10 +01:00
lib.rs Rename emit_ to call_ for callback 2021-01-25 15:59:10 +01:00
value_model.rs ArrayModel support in JS 2020-10-17 13:33:22 +02:00