slint/internal/compiler
Olivier Goffart c5a2e96755 Fix opacity on Image in for in layout
Do the default_geometry pass before injecting elements:
The reason is that the defaut_geometry pass must know if an element is in
a layout and what kind of default geometry needs to be applied depending
on its actual structure, not whatever results after we injected elements

We were relying on the default_geometry pass to set the size of elements,
but that doesn't work for elements that are not covering 100% of their
parents by default. So to that manually instead.

Fixes #915
2022-02-07 18:07:09 +01:00
..
generator Rust generator: Fix compilation returning from void callbacks 2022-02-06 10:33:36 +01:00
LICENSES [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr llr: Fix accessing members of ArrayIndex expressions 2022-02-06 11:26:24 +01:00
parser [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
parser_test_macro [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
passes Fix opacity on Image in for in layout 2022-02-07 18:07:09 +01:00
tests [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
widgets [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
build.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
builtin_macros.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
builtins.60 PropertyAnimation: Make iteration-count: n run animations n times 2022-02-04 10:42:25 +01:00
Cargo.toml Bump image and femtovg dependencies 2022-02-04 10:00:00 +01:00
diagnostics.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
embedded_resources.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
expression_tree.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
fileaccess.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
generator.rs Janitor: More clippy stuff 2022-01-31 20:59:45 +01:00
langtype.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
layout.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
lexer.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
lib.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
literals.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
load_builtins.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
lookup.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
namedreference.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
object_tree.rs Fix opacity on Image in for in layout 2022-02-07 18:07:09 +01:00
parser.rs Fix documentation warnings about non-existing links 2022-02-04 14:53:23 +01:00
passes.rs Fix opacity on Image in for in layout 2022-02-07 18:07:09 +01:00
typeloader.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
typeregister.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00