slint/sixtyfps_compiler
2021-04-13 17:10:56 +02:00
..
generator Make rgb() and rgba() a macro that can take 3 or 4 arguments 2021-04-12 15:19:15 +02:00
parser Fix infinite loop when parsing states 2021-02-16 08:56:02 +01:00
parser_test_macro Remove some more use of SyntaxNode and SyntaxToken 2021-04-13 17:10:56 +02:00
passes Use SyntaxNodeWithSourceFile everywhere instead of SyntaxNode 2021-04-13 17:10:56 +02:00
tests Add missing file 2021-04-12 19:02:37 +02:00
widgets Put the window background color in the StyleMetrics 2021-02-15 15:57:58 +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 a border-radius property to the Clip 2021-04-12 19:47:18 +02:00
Cargo.toml Remove the import resolve callback from the compiler configuration 2021-03-16 14:21:33 +01:00
diagnostics.rs Fix reporting error without span 2021-03-24 11:12:38 +01:00
expression_tree.rs Make rgb() and rgba() a macro that can take 3 or 4 arguments 2021-04-12 15:19:15 +02:00
generator.rs Make the viewport element of the flickable a real Element in the object_tree 2021-04-09 19:14:48 +02:00
langtype.rs Implement dynamic image-fit and aspect ratio behavior for Image elements 2021-04-09 15:17:52 +02:00
layout.rs Add test case for preferred size in boxes bug 2021-04-08 16:13:53 +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 Add a clip property that can be set to the Rectangle 2021-04-12 18:48:43 +02:00
load_builtins.rs Use SyntaxNodeWithSourceFile everywhere instead of SyntaxNode 2021-04-13 17:10:56 +02:00
namedreference.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
object_tree.rs Make the viewport element of the flickable a real Element in the object_tree 2021-04-09 19:14:48 +02:00
parser.rs Remove some more use of SyntaxNode and SyntaxToken 2021-04-13 17:10:56 +02:00
typeloader.rs Fix completion when there are parse errors 2021-04-08 09:05:48 +02:00
typeregister.rs Add a clip property that can be set to the Rectangle 2021-04-12 18:48:43 +02:00