slint/sixtyfps_compiler
Simon Hausmann 500919745e Add an internal Rotate element
This is just a starting point, to be turned into a real Transform
element later, along with syntactic sugar to turn rotation, etc.  into a
transform matrix in the generated output.
2021-02-12 17:31:06 +01:00
..
generator Ensure that the repeater are updated when we compute the layouts 2021-02-12 10:07:33 +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 Change behavior of percent sice within the layout 2021-02-11 20:32:26 +01:00
tests Delay the percentage size conversion to after the layouting phase 2021-02-11 15:08:24 +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 an internal Rotate element 2021-02-12 17:31:06 +01:00
Cargo.toml Reduce dependencies 2021-02-09 17:22:01 +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 Reduce dependencies 2021-02-09 17:22:01 +01:00
generator.rs Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00
langtype.rs Delay the percentage size conversion to after the layouting phase 2021-02-11 15:08:24 +01:00
layout.rs Change behavior of percent sice within the layout 2021-02-11 20:32:26 +01:00
lexer.rs Lex template string 2021-01-18 14:43:54 +01:00
lib.rs Add the logo in the docs 2021-02-12 08:24:42 +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 Add support for Path.fill-rule 2021-02-10 14:08:32 +01:00