slint/internal/compiler
Olivier Goffart b3fe9cc96d Fix compiler panic when optimizing child of layout
Normally, child of layout don't get optimized anyway because
the layout sets their `x` and `y` prop, preventing the optimization.
But if the rectangle has an opacity, its `x` and `y` property are
stolen by the opacity element, and then it can get optimized anyway

Fixes #1267
2022-05-13 16:05:15 +02:00
..
generator Rust generation: properly clone() local variable 2022-05-13 13:00:01 +02:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
llr Clippy 0 2 3 (#1203) 2022-05-02 13:23:35 +02:00
parser Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
parser-test-macro Bump version number to 0.2.5 2022-05-09 16:16:00 +00:00
passes Fix compiler panic when optimizing child of layout 2022-05-13 16:05:15 +02:00
tests Error out when a PopupWindow is in a if or for 2022-03-21 12:50:49 +01:00
widgets Bump version number to 0.2.5 2022-05-09 16:16:00 +00:00
build.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
builtin_macros.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
builtins.slint Remove unused property in NativeStyleMetrics 2022-04-20 17:07:02 +02:00
Cargo.toml Bump version number to 0.2.5 2022-05-09 16:16:00 +00:00
diagnostics.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
embedded_resources.rs mcu: scale images at compile time (#966) 2022-03-03 13:28:47 +01:00
expression_tree.rs Allow .darker and .brighter on Brush 2022-04-12 13:01:53 +02:00
fileaccess.rs Scan for style files in the include directories 2022-02-15 13:55:50 +01:00
generator.rs Mark constant properties of parent native type as such 2022-02-18 17:40:17 +01:00
langtype.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
layout.rs C++: implement Window::on_close_requested 2022-03-17 14:49:12 +01:00
lexer.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Compiler: make the image processing an enum in the config 2022-03-24 13:16:21 +01:00
literals.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
llr.rs Fix a bunch of documentation warnings 2022-04-26 12:47:34 +02:00
load_builtins.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lookup.rs Allow .darker and .brighter on Brush 2022-04-12 13:01:53 +02:00
namedreference.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
object_tree.rs Fix priority of aliases when default value are involved 2022-05-09 09:30:01 +02:00
parser.rs Remove unused branch in macro 2022-05-13 14:36:49 +02:00
passes.rs mcu: provide a default font size 2022-04-08 15:11:26 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
typeloader.rs Let's not hard-code the list of styles 2022-02-15 13:55:50 +01:00
typeregister.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00

The Slint Compiler Library

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.