slint/sixtyfps_compiler
2021-04-17 08:31:17 +02:00
..
generator Remove the public API for registering fonts by path or memory chunk 2021-04-14 10:01:33 +02:00
parser WIP: LSP autocompletion of expression 2021-04-16 23:41:59 +02:00
parser_test_macro Rename SyntaxNodeWithSourceFile to SyntaxNode 2021-04-13 17:10:56 +02:00
passes Refactor lookup 2021-04-16 23:41:59 +02:00
tests Refactor lookup 2021-04-16 23:41:59 +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 Implement the Opacity filter. 2021-04-15 10:17:52 +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 Refactor lookup 2021-04-16 23:41:59 +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 Fix another panic caused by some NamedReference of the layout not being visited 2021-04-14 17:23:33 +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 Refactor lookup 2021-04-16 23:41:59 +02:00
load_builtins.rs Refactor lookup 2021-04-16 23:41:59 +02:00
lookup.rs LSP: completion in second level of expressions 2021-04-17 08:31:17 +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 Add support for opacity property 2021-04-15 15:05:09 +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 Jump to definition of a property 2021-04-16 08:59:33 +02:00
typeregister.rs LSP: Auto complete the class names 2021-04-14 19:19:51 +02:00