.. |
generator
|
Layout refactoring: C++ part
|
2021-05-11 14:59:57 +02:00 |
parser
|
Fix panic when parsing invalid states
|
2021-05-12 08:50:39 +02:00 |
parser_test_macro
|
Rename SyntaxNodeWithSourceFile to SyntaxNode
|
2021-04-13 17:10:56 +02:00 |
passes
|
Simplify a loop
|
2021-05-11 14:59:57 +02:00 |
tests
|
Fix panic when parsing invalid states
|
2021-05-12 08:50:39 +02:00 |
widgets
|
Use hover for the ugly style combo box as well
|
2021-04-30 15:14:10 +02:00 |
build.rs
|
Fix a bunch of cargo clippy warnings in the compiler
|
2020-12-07 12:54:38 +01:00 |
builtins.60
|
Hide internal type in auto-completions
|
2021-04-23 15:06:37 +02:00 |
Cargo.toml
|
Fix loading of relative paths on Windows
|
2021-04-27 11:02:23 +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
|
Properly visit the repeater_index expression in a Expression::LayoutCacheAccess
|
2021-05-11 14:59:57 +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
|
WIP: Layout refactoring
|
2021-05-11 14:59:57 +02:00 |
layout.rs
|
Layout refactor: do the rust part
|
2021-05-11 14:59:57 +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
|
Decent default binding for the materialized constraints
|
2021-05-11 14:59:57 +02:00 |
literals.rs
|
fix test compilation
|
2021-04-19 08:06:20 +02:00 |
load_builtins.rs
|
Hide internal type in auto-completions
|
2021-04-23 15:06:37 +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
|
Apply the layout restrictions to the parent element
|
2021-05-11 14:59:57 +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
|
Fix loading of relative paths on Windows
|
2021-04-27 11:02:23 +02:00 |
typeregister.rs
|
Make length (still the default for all property) be the logical length
|
2021-04-21 17:15:19 +02:00 |