slint/sixtyfps_compiler
Olivier Goffart 0f251a7b82 Fix merge of two way binding
collext the set of all binding mapping to the same property, and only keep
the binding with the highest priority

Fixes #161
2021-02-08 18:58:23 +01:00
..
generator Fix test_cpp_expr_trigo on windows 2021-02-08 14:59:54 +01:00
parser Support for if else in statements 2021-02-05 13:53:37 +01:00
parser_test_macro Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
passes Fix merge of two way binding 2021-02-08 18:58:23 +01:00
tests Support complex product of units 2021-02-04 12:56:14 +01:00
widgets Add TouchArea::enabled 2021-02-05 14:21:20 +01:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtins.60 Add TouchArea::enabled 2021-02-05 14:21:20 +01:00
Cargo.toml Update version number everywhere 2021-01-28 16:34:13 +01:00
diagnostics.rs Issue a warning when accessing deprecated properties through member lookups 2021-02-02 22:42:02 +01:00
expression_tree.rs sin/cos/tan and asin/acos/atan 2021-02-08 12:23:31 +01:00
generator.rs Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00
langtype.rs Fix failing default_color.60 test 2021-02-04 13:44:10 +01:00
layout.rs Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
lexer.rs Lex template string 2021-01-18 14:43:54 +01:00
lib.rs Fix panic when @children is in the last component 2021-02-02 16:44:09 +01:00
load_builtins.rs Fix compilation after color->brush change 2021-02-04 12:56:14 +01:00
object_tree.rs Fix the priority when inlining and improve debug output 2021-02-08 10:17:35 +01:00
parser.rs Resolve linear gradients 2021-02-01 14:25:27 +01:00
typeloader.rs Improve relative image path resolution 2021-01-15 16:28:17 +01:00
typeregister.rs Change Rectangle::background's type to be a brush 2021-02-03 12:49:44 +01:00