slint/sixtyfps_compiler
2021-06-16 15:14:07 +02:00
..
generator C++: adapt to the layout horizontal/vertical split 2021-06-16 15:14:07 +02:00
parser Finish support for callback aliases 2021-06-07 20:40:36 +02:00
parser_test_macro Rename SyntaxNodeWithSourceFile to SyntaxNode 2021-04-13 17:10:56 +02:00
passes Layout split of horizontal/vertical 2021-06-16 15:14:07 +02:00
tests WIP layout: split vertical and horizontal cache 2021-06-16 15:14:07 +02:00
widgets Rename maximum- and minimum- properties to max- and min- 2021-06-14 10:28:30 +02:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtin_macros.rs Don't re-use Type::Void for inferred type 2021-06-07 20:40:36 +02:00
builtins.60 Rename items::Image to ImageItem 2021-05-28 17:05:16 +02:00
Cargo.toml Upgrade lyon_path version since the PR in lyon_path was merged. 2021-06-06 09:37:32 +02:00
diagnostics.rs syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
expression_tree.rs WIP layout: split vertical and horizontal cache 2021-06-16 15:14:07 +02:00
generator.rs Update sixtyfps_compiler/generator.rs 2021-05-20 13:40:51 +02:00
langtype.rs Keep the old long names property as deprecated 2021-06-14 10:28:30 +02:00
layout.rs Layout split of horizontal/vertical 2021-06-16 15:14:07 +02:00
lexer.rs Don't panic when a string literal contains a new line 2021-04-06 13:16:38 +02:00
lib.rs Make sure that the with and height of the inserted Window are not maked as constant 2021-06-11 13:22:24 +02:00
literals.rs fix test compilation 2021-04-19 08:06:20 +02:00
load_builtins.rs Allow to omit the type of aliases 2021-06-07 10:48:09 +02:00
lookup.rs Add abs() 2021-06-11 14:17:47 +02:00
namedreference.rs Be sure to propagate the fact that properties are changed for aliases 2021-05-21 10:06:26 +02:00
object_tree.rs Layout split of horizontal/vertical 2021-06-16 15:14:07 +02:00
parser.rs WIP: parse callback aliases 2021-06-07 20:40:36 +02:00
typeloader.rs Allow to omit the type of aliases 2021-06-07 10:48:09 +02:00
typeregister.rs Keep the old long names property as deprecated 2021-06-14 10:28:30 +02:00