slint/sixtyfps_compiler
Simon Hausmann aafb96cb93 Get rid of abi::datastructures::WindowProperties
Instead, pass a reference to the root item when mapping the window,
at which point we can downcast to the new Window item. If we have one,
then we'll read its width/height (for initial values) and install
bindings to keep them up-to-date.
2020-08-12 09:44:42 +02:00
..
generator Get rid of abi::datastructures::WindowProperties 2020-08-12 09:44:42 +02:00
parser if statements 2020-08-04 17:36:20 +02:00
parser_test_macro Further encapsulate Diagnostics 2020-07-17 11:52:29 +02:00
passes Add referenced image resources to the dependencies for the rust build 2020-08-07 13:35:44 +02:00
tests Report the error while building the Document node 2020-08-05 10:54:59 +02:00
build.rs Use import statements for what we want to be default widget sets 2020-07-23 15:14:54 +02:00
Cargo.toml Generate an expression for states 2020-07-21 19:01:48 +02:00
diagnostics.rs Don't crash when trying to report internal errors 2020-08-04 15:01:42 +02:00
expression_tree.rs Add support for enums to the compiler 2020-08-07 13:15:43 +02:00
generator.rs Begin to implement a Flickable 2020-07-30 14:36:21 +02:00
layout.rs Implement spacing in GridLayout 2020-08-05 15:42:38 +02:00
lib.rs Add referenced image resources to the dependencies for the rust build 2020-08-07 13:35:44 +02:00
object_tree.rs Add referenced image resources to the dependencies for the rust build 2020-08-07 13:35:44 +02:00
parser.rs if statements 2020-08-04 17:36:20 +02:00
typeloader.rs Add support for exporting imports 2020-07-24 18:33:01 +02:00
typeregister.rs Get rid of abi::datastructures::WindowProperties 2020-08-12 09:44:42 +02:00