slint/sixtyfps_compiler
2020-11-06 17:13:01 +01:00
..
generator Add a dealloc and drop_in_place function to the ComponentVTable 2020-11-06 17:13:01 +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 Load the builtin from a fake .60 file 2020-11-04 16:56:35 +01:00
tests Fix panic when exporting invalid types 2020-11-02 17:18:42 +01:00
widgets ugly style: shrink the toolbar a little 2020-11-06 13:19:46 +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 enabled state to CheckBox/SpinBox/Slider/GroupBox in the native style 2020-11-06 11:09:40 +01:00
Cargo.toml Prepare the compiler to be async 2020-10-30 15:00:04 +01:00
diagnostics.rs Add test coverage for errors generated during import processing 2020-10-29 10:46:40 +01:00
expression_tree.rs String -> Float conversions 2020-11-03 15:19:58 +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 Load the builtin from a fake .60 file 2020-11-04 16:56:35 +01:00
load_builtins.rs Attempt to fix the compiler on windows 2020-11-04 19:29:50 +01:00
object_tree.rs Load the builtin from a fake .60 file 2020-11-04 16:56:35 +01:00
parser.rs Load the builtin from a fake .60 file 2020-11-04 16:56:35 +01:00
typeloader.rs Apply default layout spacing and padding from the style 2020-11-04 15:20:43 +01:00
typeregister.rs Load the builtin from a fake .60 file 2020-11-04 16:56:35 +01:00