slint/sixtyfps_compiler
2021-04-07 23:55:46 +02:00
..
generator Fix C++ build of demos not rendering correctly 2021-04-06 14:02:50 +02:00
parser Fix infinite loop when parsing states 2021-02-16 08:56:02 +01:00
parser_test_macro Fix parser test macro 2021-03-15 10:50:33 +01:00
passes Don't panic when a string literal contains a new line 2021-04-06 13:16:38 +02:00
tests Refactor import opening and its hook 2021-04-06 12:27: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 Rename the "resource" type to "image" 2021-03-10 17:24:31 +01: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 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
generator.rs Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00
langtype.rs LSP: completion of properties 2021-04-07 23:55:46 +02:00
layout.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
lexer.rs Don't panic when a string literal contains a new line 2021-04-06 13:16:38 +02:00
lib.rs Refactor import opening and its hook 2021-04-06 12:27:59 +02:00
load_builtins.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01: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 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
parser.rs LSP: completion of properties 2021-04-07 23:55:46 +02:00
typeloader.rs Refactor import opening and its hook 2021-04-06 12:27:59 +02:00
typeregister.rs Rename the "resource" type to "image" 2021-03-10 17:24:31 +01:00