slint/sixtyfps_compiler
2021-11-24 14:19:09 +00:00
..
generator Rename the sub component id to avoid error in the generated code with duplicated names 2021-11-23 12:03:03 +01:00
parser compilerlib: Add tests for linear_gradient and image_url 2021-11-22 13:21:17 +01:00
parser_test_macro Bump version number to 0.1.6 2021-11-24 14:19:09 +00:00
passes Disable texture embedding with wasm 2021-11-19 15:54:45 +01:00
tests Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
widgets Bump version number to 0.1.6 2021-11-24 14:19:09 +00:00
build.rs Fix build / formatting 2021-10-06 22:03:01 +02:00
builtin_macros.rs no need for InferredGenericType! 2021-10-18 10:21:06 +02:00
builtins.60 Fix black background with native style 2021-11-16 11:27:21 +01:00
Cargo.toml Bump version number to 0.1.6 2021-11-24 14:19:09 +00:00
diagnostics.rs Allow the sixtyfps-compiler and sixtyfps-viewer to read from stdin 2021-09-09 15:30:52 +02:00
embedded_resources.rs Disable texture embedding with wasm 2021-11-19 15:54:45 +01:00
expression_tree.rs Fix warning about not existing image when using the interpreter 2021-11-24 11:28:04 +01:00
fileaccess.rs Improve diagnostics when images cannot be located for embedding 2021-10-05 23:16:46 +02:00
generator.rs Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
langtype.rs no need for InferredGenericType! 2021-10-18 10:21:06 +02:00
layout.rs Fix another regression in layout due to non inlining 2021-11-24 10:21:00 +01:00
lexer.rs compilerlib: Report failure on unterminated escape sequence 2021-11-19 13:03:40 +01:00
lib.rs preprocess the images at compile time 2021-11-19 15:54:45 +01:00
literals.rs Update license date 2021-07-02 15:55:54 +02:00
load_builtins.rs Refactor: Builtin can now have default binding on properties that are inherited from a NativeClass 2021-09-29 16:25:44 +02:00
lookup.rs enable scripts to access the length of arrays 2021-10-18 10:21:06 +02:00
namedreference.rs Fix const detection with declared aliases 2021-11-11 11:14:59 +01:00
object_tree.rs preprocess the images at compile time 2021-11-19 15:54:45 +01:00
parser.rs Improve the macro from the previous commit 2021-10-06 09:02:43 +02:00
passes.rs Const propagation 2021-11-11 11:14:59 +01:00
typeloader.rs Put filename in quote in import errors 2021-10-07 14:44:12 +02:00
typeregister.rs Allow normal Element to be in the Dialog's button row with dialog-button-role 2021-10-05 09:46:20 +02:00