slint/internal/interpreter
Olivier Goffart 20bc567b6d Don't match builtin type purely on it's base type name
Make sure this is the actual builtin type we are looking at and not a
re-defined component

Doesn't work for ListView unfortunately because ListView is not a
builtin type

CC #861
2022-12-01 12:56:59 +01:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
api.rs Add documentation about the available widget styles and how to select them (#1910) 2022-11-25 14:53:20 +01:00
Cargo.toml Bump version number to 0.3.3 2022-11-28 13:11:11 +00:00
dynamic_component.rs Introduce a rem unit in the type system 2022-11-24 11:33:38 +01:00
dynamic_type.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
eval.rs Introduce a rem unit in the type system 2022-11-24 11:33:38 +01:00
eval_layout.rs Implement BuiltinFunction::DarkColorScheme in the interpreter 2022-10-19 15:23:41 +02:00
ffi.rs API cleanup: Rename PlatformWindow to WindowAdapter 2022-08-29 16:53:47 +02:00
global_component.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
highlight.rs Don't match builtin type purely on it's base type name 2022-12-01 12:56:59 +01:00
lib.rs WIP: LSP: highlight selected element in the preview 2022-11-17 12:23:23 +01:00
migration.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
tests.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
value_model.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00