..
generator
Hide Property<T> and PropertyTracker<T> from the public C++ API
2021-06-21 12:58:01 +02:00
parser
Allow to give a name to for
and if
2021-06-18 16:40:40 +02:00
parser_test_macro
Rename SyntaxNodeWithSourceFile to SyntaxNode
2021-04-13 17:10:56 +02:00
passes
Properly detect layout loop involving images
2021-06-21 12:33:15 +02:00
tests
Properly detect layout loop involving images
2021-06-21 12:33:15 +02:00
widgets
Rename maximum- and minimum- properties to max- and min-
2021-06-14 10:28:30 +02:00
build.rs
Fix a bunch of cargo clippy warnings in the compiler
2020-12-07 12:54:38 +01:00
builtin_macros.rs
Don't re-use Type::Void for inferred type
2021-06-07 20:40:36 +02:00
builtins.60
Rename items::Image to ImageItem
2021-05-28 17:05:16 +02:00
Cargo.toml
Upgrade lyon_path version since the PR in lyon_path was merged.
2021-06-06 09:37:32 +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
Allow accessing the width and height of the image in .60
2021-06-21 11:22:50 +02:00
generator.rs
Update sixtyfps_compiler/generator.rs
2021-05-20 13:40:51 +02:00
langtype.rs
Fix unit tests
2021-06-18 15:46:45 +02:00
layout.rs
Properly detect loop in layout
2021-06-18 20:30:14 +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
Make sure that the with and height of the inserted Window are not maked as constant
2021-06-11 13:22:24 +02:00
literals.rs
fix test compilation
2021-04-19 08:06:20 +02:00
load_builtins.rs
Allow to omit the type of aliases
2021-06-07 10:48:09 +02:00
lookup.rs
Allow accessing the width and height of the image in .60
2021-06-21 11:22:50 +02:00
namedreference.rs
Be sure to propagate the fact that properties are changed for aliases
2021-05-21 10:06:26 +02:00
object_tree.rs
Use BTreeMap unstead of HashMap to store the bindings
2021-06-18 21:47:00 +02:00
parser.rs
Allow to give a name to for
and if
2021-06-18 16:40:40 +02:00
typeloader.rs
Allow to omit the type of aliases
2021-06-07 10:48:09 +02:00
typeregister.rs
Keep the old long names property as deprecated
2021-06-14 10:28:30 +02:00