slint/sixtyfps_compiler
Olivier Goffart c0fab1c3e9 More progress in states and transition parsing
Fill the object_tree with states, and part of the transition

Also make sure to duplicate animations properly in inlining
2020-07-20 15:04:06 +02:00
..
generator Layout the item in a PathLayout if they are part of a repeater 2020-07-17 15:00:12 +02:00
parser Parse state and transition 2020-07-20 12:59:12 +02:00
parser_test_macro Further encapsulate Diagnostics 2020-07-17 11:52:29 +02:00
passes More progress in states and transition parsing 2020-07-20 15:04:06 +02:00
tests More progress in states and transition parsing 2020-07-20 15:04:06 +02:00
Cargo.toml Fix a bug with external types using expressions 2020-07-20 10:48:53 +02:00
diagnostics.rs Silence warning about dead code 2020-07-17 14:51:19 +02:00
expression_tree.rs Rename Diagnostics to FileDiagnostics 2020-07-16 18:25:42 +02:00
generator.rs Add aggregating BuildDiagnostics 2020-07-17 12:10:25 +02:00
layout.rs Add support for an offset to PathLayout 2020-07-14 15:12:03 +02:00
lib.rs Remove unused diagnostics parameter 2020-07-20 08:57:15 +02:00
object_tree.rs More progress in states and transition parsing 2020-07-20 15:04:06 +02:00
parser.rs Parse state and transition 2020-07-20 12:59:12 +02:00
typeregister.rs Layout the item in a PathLayout if they are part of a repeater 2020-07-17 15:00:12 +02:00