slint/sixtyfps_compiler
2021-12-07 22:41:24 +01:00
..
generator C++: add version macro 2021-12-06 15:36:16 +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 Don't use deprecated itertools functions 2021-12-07 12:10:38 +01:00
tests Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
widgets Native ComboBox: style the background of the popup 2021-12-06 18:52:10 +01: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 Add mouse-cursor property to TouchArea 2021-12-07 22:41:24 +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 Don't use deprecated API 2021-12-06 13:00:32 +01:00
fileaccess.rs Improve diagnostics when images cannot be located for embedding 2021-10-05 23:16:46 +02:00
generator.rs Mark properties that we know are never modified as constant, 2021-12-04 22:00:12 +01:00
langtype.rs Compiler: keep const-ness information of native property in the NativeClass 2021-12-04 22:00:12 +01: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 Compiler: keep const-ness information of native property in the NativeClass 2021-12-04 22:00:12 +01:00
lookup.rs enable scripts to access the length of arrays 2021-10-18 10:21:06 +02:00
namedreference.rs Compiler: keep const-ness information of native property in the NativeClass 2021-12-04 22:00:12 +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 Add mouse-cursor property to TouchArea 2021-12-07 22:41:24 +01:00