slint/sixtyfps_compiler
Olivier Goffart b36de552e5 Pass the Padding by value in the layout data struct
It can simply be a Copy type anyway.
So there is no more special code needed in the rust (and also in C++) generator for it
2022-01-19 10:02:23 +01:00
..
generator Pass the Padding by value in the layout data struct 2022-01-19 10:02:23 +01:00
llr Simplify llr::Expression::Condition 2022-01-14 15:49:09 +01:00
parser Add support for array index expressions 2022-01-14 13:38:25 +01:00
parser_test_macro Manually update license information in Cargo.toml files 2021-12-22 10:06:12 +01:00
passes Fixes loop detection involving sub components and two ways binding 2022-01-17 19:48:37 +01:00
tests Fixes loop detection involving sub components and two ways binding 2022-01-17 19:48:37 +01:00
widgets Fluent style: Fix LineEdit layout 2022-01-13 10:40:30 +01:00
build.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
builtin_macros.rs Fix build of Paths with path elements with rust/llr 2022-01-12 16:22:35 +01:00
builtins.60 Remove code that we don't need anymore after all 2022-01-12 16:22:35 +01:00
Cargo.toml Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
diagnostics.rs janitor: Sprinkle #[must_use] over the codebase 2022-01-09 13:46:33 +01:00
embedded_resources.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
expression_tree.rs Fixes loop detection involving sub components and two ways binding 2022-01-17 19:48:37 +01:00
fileaccess.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
generator.rs cpp llr: remove diagnostics 2022-01-19 10:02:23 +01:00
langtype.rs Add support for array index expressions 2022-01-14 13:38:25 +01:00
layout.rs janitor: Remove some unnecessary references 2022-01-04 18:22:15 +01:00
lexer.rs janitor: Remove some unnecessary lazy evaluation 2022-01-04 18:22:49 +01:00
lib.rs cargo fmt 2022-01-12 16:22:35 +01:00
literals.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
llr.rs WIP: introduce the new llr module (Low Level Representation) 2022-01-12 16:22:35 +01:00
load_builtins.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
lookup.rs janitor: More clippy fixes 2022-01-09 14:50:58 +01:00
namedreference.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
object_tree.rs LLR: Add back the index of first children in the runtime sub component 2022-01-12 16:22:35 +01:00
parser.rs Add support for array index expressions 2022-01-14 13:38:25 +01:00
passes.rs LLR: Add back the index of first children in the runtime sub component 2022-01-12 16:22:35 +01:00
typeloader.rs janitor: More clippy fixes 2022-01-09 14:50:58 +01:00
typeregister.rs Complete path support in the llr / rust generator 2022-01-12 16:22:35 +01:00