slint/sixtyfps_compiler
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
..
generator Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
parser Parse @linear-gradient(...) 2021-02-01 14:25:27 +01:00
parser_test_macro Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
passes Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
tests Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
widgets Fix horizontal scrollbar in ugly style 2021-01-29 17:41:39 +01:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtins.60 Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
Cargo.toml Update version number everywhere 2021-01-28 16:34:13 +01:00
diagnostics.rs Rename emit_ to call_ for callback 2021-01-25 15:59:10 +01:00
expression_tree.rs Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
generator.rs Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00
langtype.rs Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +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 Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
object_tree.rs Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +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 Make angle its own type 2021-02-01 14:49:25 +01:00