slint/sixtyfps_compiler
Simon Hausmann dd64226dc1 Implement sixtyfps::Weak
This is the counter-part to the strongly referencing type the compiler
generates for components.
2020-12-03 08:13:15 +01:00
..
generator Implement sixtyfps::Weak 2020-12-03 08:13:15 +01:00
parser Parse signal return type 2020-12-01 18:47:49 +01:00
parser_test_macro Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
passes Some items default size is the parent size 2020-12-02 18:36:23 +01:00
tests Consistency fix for transitions API 2020-12-01 11:18:47 +01:00
widgets Disabled color for the line edit 2020-12-01 12:10:43 +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 Some items default size is the parent size 2020-12-02 18:36:23 +01:00
Cargo.toml Prepare the compiler to be async 2020-10-30 15:00:04 +01:00
diagnostics.rs Print the diagnostics in stderr for files which do not have span information 2020-12-01 12:10:43 +01:00
expression_tree.rs More work on signals with return value 2020-12-01 18:47:49 +01:00
generator.rs Move Type and related concepts in a different module 2020-10-23 11:17:14 +02:00
langtype.rs Some items default size is the parent size 2020-12-02 18:36:23 +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 Some items default size is the parent size 2020-12-02 18:36:23 +01:00
load_builtins.rs Some items default size is the parent size 2020-12-02 18:36:23 +01:00
object_tree.rs Make child_of_layout actually mean what it is named after 2020-12-02 18:36:23 +01:00
parser.rs Parse signal return type 2020-12-01 18:47:49 +01:00
typeloader.rs Allow to export structs 2020-11-17 12:22:10 +01:00
typeregister.rs WIP popup 2020-11-30 15:20:51 +01:00