slint/sixtyfps_compiler
Simon Hausmann 3d85e45ec3 Add support for source clipping to the Image element
This allows rendering only a sub-rectangle of the original image, which
we can use right away in the sliding puzzle demo.
2020-11-23 15:46:59 +01:00
..
generator Fix resource embedding across component boundaries 2020-11-23 13:47:16 +01:00
parser Fix panic when exporting invalid types 2020-11-02 17:18:42 +01:00
parser_test_macro Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
passes Fix resource embedding across component boundaries 2020-11-23 13:47:16 +01:00
tests Work on transition: lower the transitions 2020-11-20 09:39:06 +01:00
widgets Use font-size instead of font_size 2020-11-11 09:38:01 +01:00
build.rs Attempt to fix windows build by making sure that slashes in path are escaped 2020-09-05 16:50:27 +02:00
builtins.60 Add support for source clipping to the Image element 2020-11-23 15:46:59 +01:00
Cargo.toml Prepare the compiler to be async 2020-10-30 15:00:04 +01:00
diagnostics.rs Recompile if a dependencies changes 2020-11-18 13:23:59 +01:00
expression_tree.rs Fix resource embedding across component boundaries 2020-11-23 13:47:16 +01:00
generator.rs Move Type and related concepts in a different module 2020-10-23 11:17:14 +02:00
langtype.rs String -> Float conversions 2020-11-03 15:19:58 +01:00
layout.rs Apply default layout spacing and padding from the style 2020-11-04 15:20:43 +01:00
lexer.rs Actually make the comment lexer behave the same on windows and linux 2020-11-04 19:38:13 +01:00
lib.rs Fix resource embedding across component boundaries 2020-11-23 13:47:16 +01:00
load_builtins.rs Attempt to fix the compiler on windows 2020-11-04 19:29:50 +01:00
object_tree.rs Fix resource embedding across component boundaries 2020-11-23 13:47:16 +01:00
parser.rs Load the builtin from a fake .60 file 2020-11-04 16:56:35 +01:00
typeloader.rs Allow to export structs 2020-11-17 12:22:10 +01:00
typeregister.rs Load the builtin from a fake .60 file 2020-11-04 16:56:35 +01:00