slint/sixtyfps_compiler
Simon Hausmann 628e6fdb38 Add a BoxShadow element
This intends to provide a configurable rectangular "drop shadow". The
API is modeled after CSS/HTML5 Canvas where the element can be "bound"
to an existing rectangular shape (geometry and radius), the offset can
be used to place the shadow and color and blur configure the shadow.

The shadow's color fades into transparent.

TODO (in subsequent changes):
 * Documentation
 * Qt implementation
2021-01-26 13:56:12 +01:00
..
generator Don't return the ItemWeak by value 2021-01-26 13:17:24 +01:00
parser Parse return statements 2021-01-25 15:32:00 +01:00
parser_test_macro Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
passes Return statement: check that the return type is correct 2021-01-25 15:32:00 +01:00
tests Return statement: check that the return type is correct 2021-01-25 15:32:00 +01:00
widgets Remove the 'align-' prefix from TextHorizontal/TextVerticalAlignment 2021-01-25 10:59:18 +01:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtins.60 Add a BoxShadow element 2021-01-26 13:56:12 +01:00
Cargo.toml Upgrade dependencies 2021-01-15 15:43:38 +01:00
diagnostics.rs Rename emit_ to call_ for callback 2021-01-25 15:59:10 +01:00
expression_tree.rs Finish return statement handling 2021-01-25 15:32:00 +01:00
generator.rs Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00
langtype.rs Forward focus() calls on items that have initial-focus defined 2021-01-20 14:31:01 +01:00
layout.rs Apply default layout spacing and padding from the style 2020-11-04 15:20:43 +01:00
lexer.rs Lex template string 2021-01-18 14:43:54 +01:00
lib.rs Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00
load_builtins.rs Forward focus() calls on items that have initial-focus defined 2021-01-20 14:31:01 +01:00
object_tree.rs LSP: Allow to access to the type loader documents 2020-12-28 12:48:32 +01:00
parser.rs Parse return statements 2021-01-25 15:32:00 +01:00
typeloader.rs Improve relative image path resolution 2021-01-15 16:28:17 +01:00
typeregister.rs Remove the 'align-' prefix from TextHorizontal/TextVerticalAlignment 2021-01-25 10:59:18 +01:00