slint/internal/compiler
2024-05-29 06:42:37 +02:00
..
generator Fix rust warnings in generated code with changed callbacks 2024-05-27 17:51:02 +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 Fix stack overflow in purity check 2024-05-29 06:42:37 +02:00
tests Fix stack overflow in purity check 2024-05-29 06:42:37 +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 Only mark builtin StyleMetrics as deprectated. 2024-05-28 13:45:56 +02:00
namedreference.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
object_tree.rs Fix compiler panic when trying to set a function in a state 2024-05-28 17:25:15 +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.