slint/sixtyfps_compiler
2021-04-14 12:06:02 +02:00
..
generator Remove the public API for registering fonts by path or memory chunk 2021-04-14 10:01:33 +02:00
parser syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
parser_test_macro Rename SyntaxNodeWithSourceFile to SyntaxNode 2021-04-13 17:10:56 +02:00
passes Fix compilation after rebase 2021-04-14 12:04:45 +02:00
tests Try our best to generate a document node, even when there are errors 2021-04-14 12:06:02 +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 Window.default-font-weight 2021-04-14 11:16:22 +02:00
Cargo.toml Remove the import resolve callback from the compiler configuration 2021-03-16 14:21:33 +01: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 Generate registration code for custom fonts imported in .60 files 2021-04-14 09:30:32 +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 Generate registration code for custom fonts imported in .60 files 2021-04-14 09:30:32 +02:00
load_builtins.rs Rename SyntaxNodeWithSourceFile to 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 Some refactoring of the syntax_nodes module 2021-04-14 11:46:49 +02:00
parser.rs syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
typeloader.rs Try our best to generate a document node, even when there are errors 2021-04-14 12:06:02 +02:00
typeregister.rs Add a clip property that can be set to the Rectangle 2021-04-12 18:48:43 +02:00