slint/internal/compiler
Tobias Hunger a362b7a1ae Add window_adapter to ComponentVTable
Make it duplicate as `maybe_window_adapter` with a boolean `do_create`
parameter.
2023-07-27 12:04:16 +02:00
..
generator Add window_adapter to ComponentVTable 2023-07-27 12:04:16 +02:00
LICENSES Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
llr No more panic when the interpreter runs into an ComponentContainer 2023-07-27 12:04:16 +02:00
parser Better error when using ';' instead of ',' when declaring struct 2023-07-24 12:31:41 +02:00
parser-test-macro Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
passes Implement LLR code lowering for ComponentContainer 2023-07-27 12:04:16 +02:00
tests Add lower_component_container pass 2023-07-27 12:04:16 +02:00
widgets Added item-pointer-event to StdListView (#3165) 2023-07-26 14:43:55 +02:00
build.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
builtin_macros.rs Add component-factory type to Slint language 2023-07-27 12:04:16 +02:00
builtins.slint Add lower_component_container pass 2023-07-27 12:04:16 +02:00
Cargo.toml Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
diagnostics.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
embedded_resources.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
expression_tree.rs Add component-factory type to Slint language 2023-07-27 12:04:16 +02:00
fileaccess.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
generator.rs Implement LLR code lowering for ComponentContainer 2023-07-27 12:04:16 +02:00
langtype.rs Add component-factory type to Slint language 2023-07-27 12:04:16 +02:00
layout.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lexer.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lib.rs Run the import pass even when building the object tree fails. 2023-07-14 14:13:48 +02:00
literals.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
llr.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
load_builtins.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lookup.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
namedreference.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
object_tree.rs Implement LLR code lowering for ComponentContainer 2023-07-27 12:04:16 +02:00
parser.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
passes.rs Lower ComponentContainer into two objects 2023-07-27 12:04:16 +02:00
README.md Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
typeloader.rs Fix calling the open_import_fallback for non existing files 2023-07-24 18:21:53 +02:00
typeregister.rs Add component-factory type to Slint language 2023-07-27 12:04:16 +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.