slint/sixtyfps_compiler
Simon Hausmann 3b971a2e2f Remove Color::From<u32>
Instead make it clear on the call site what the encoding is (argb).
2020-09-03 11:17:40 +02:00
..
generator Remove Color::From<u32> 2020-09-03 11:17:40 +02:00
parser Parse object and array type 2020-09-03 07:43:20 +02:00
parser_test_macro Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
passes Materialize fake properties such as layout width/height 2020-09-01 18:49:49 +02:00
tests Parse object and array type 2020-09-03 07:43:20 +02:00
widgets Impletment GroupBox with the Qt style 2020-09-02 17:05:28 +02:00
build.rs Qt style support for the rust backend 2020-09-01 12:25:11 +02:00
Cargo.toml Update dependencies 2020-08-31 17:38:22 +02:00
diagnostics.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
expression_tree.rs Allow property of type object, and conversion between objects 2020-09-03 08:39:23 +02:00
generator.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
layout.rs Add support for grid layout padding 2020-08-28 15:06:14 +02:00
lexer.rs Fix comments that nest next to eachother 2020-08-28 14:06:27 +02:00
lib.rs Materialize fake properties such as layout width/height 2020-09-01 18:49:49 +02:00
object_tree.rs Parse object and array type 2020-09-03 07:43:20 +02:00
parser.rs Parse object and array type 2020-09-03 07:43:20 +02:00
typeloader.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
typeregister.rs Allow property of type object, and conversion between objects 2020-09-03 08:39:23 +02:00