slint/internal/compiler
Tobias Hunger d852e42431 compiler: Add ConditionalElement as a possible child of Element
It's not critical, but nice to have this option documnted (and the code
to find all `ConditionalElement`s generated).
2024-05-27 16:53:22 +02:00
..
generator C++: fix string to float so that it doesn't depends on the current locale 2024-05-07 14:58:07 +02:00
LICENSES Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
llr janitor: Fix some clippy warnings pre-release 2024-05-06 16:47:14 +02:00
parser compiler: Add ConditionalElement as a possible child of Element 2024-05-27 16:53:22 +02:00
parser-test-macro Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
passes ComboBox reset current on model changed (#5217) 2024-05-15 14:28:57 +02:00
tests Fix declaring callback alias that override a property 2024-05-10 13:50:04 +02:00
widgets Fix text update of SpinBox (#5243) 2024-05-16 05:07:48 +00:00
build.rs Prospective fix for rustdoc warnings about unknown cfg's 2024-05-06 12:00:44 +02:00
builtin_macros.rs Slint: make the abs work with unit types 2024-05-08 19:04:22 +02:00
builtins.slint Add text stroke properties to Text element 2024-04-26 13:16:19 +02:00
Cargo.toml Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
diagnostics.rs Change callback: gate behind experimental flag 2024-05-02 22:25:53 +02:00
embedded_resources.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
expression_tree.rs Slint: make the abs work with unit types 2024-05-08 19:04:22 +02:00
fileaccess.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
generator.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
langtype.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
layout.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lexer.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lib.rs Change callback: gate behind experimental flag 2024-05-02 22:25:53 +02:00
literals.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
llr.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
load_builtins.rs janitor: Fix some clippy warnings pre-release 2024-05-06 16:47:14 +02:00
lookup.rs Slint: make the abs work with unit types 2024-05-08 19:04:22 +02:00
namedreference.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
object_tree.rs ComboBox reset current on model changed (#5217) 2024-05-15 14:28:57 +02:00
parser.rs compiler: Add ConditionalElement as a possible child of Element 2024-05-27 16:53:22 +02:00
passes.rs Fix component that inherits from PopupWindow 2024-05-06 13:20:25 +02:00
pathutils.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
README.md Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
typeloader.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
typeregister.rs Add a clear-focus()function on all elements that have a focus() function 2024-04-26 11:09:11 +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.