slint/sixtyfps_compiler
Simon Hausmann 254df328d0 Add support for images (resources) in models
This also allows replacing the emojis (not working due to lack of fallback) with images
2020-08-04 16:09:33 +02:00
..
generator Add support for images (resources) in models 2020-08-04 16:09:33 +02:00
parser Make sure that there is only one error reported when assigning to invalid 2020-07-24 11:33:00 +02:00
parser_test_macro Further encapsulate Diagnostics 2020-07-17 11:52:29 +02:00
passes Add the self and parent implicit id 2020-08-04 15:58:40 +02:00
tests Add the self and parent implicit id 2020-08-04 15:58:40 +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 Represent the window scale factor conversions in the IR 2020-08-04 12:49:37 +02:00
generator.rs Begin to implement a Flickable 2020-07-30 14:36:21 +02:00
layout.rs Implement get_property_ref for Layouts in the interpreter 2020-07-30 10:24:03 +02:00
lib.rs Fix states in repeated elements 2020-08-04 14:02:18 +02:00
object_tree.rs Add the self and parent implicit id 2020-08-04 15:58:40 +02:00
parser.rs Add support for renaming imports 2020-07-23 10:12:45 +02:00
typeloader.rs Add support for exporting imports 2020-07-24 18:33:01 +02:00
typeregister.rs Represent the window scale factor conversions in the IR 2020-08-04 12:49:37 +02:00