slint/internal/compiler
Olivier Goffart 13f07018c9 C++: initialize the backend before the translations
Otherwise initializing the translation won't work.

This can't be tested because the testing backend is always initialized before.
And also hasn't been a problem on MCU where the feature is the most usefull
because it also uses custom backend there initialized before
2025-02-03 14:00:59 +01:00
..
generator C++: initialize the backend before the translations 2025-02-03 14:00:59 +01:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr Refactor: use Struct instead of Type for the type in a Expression::Struct 2025-02-03 10:19:30 +01:00
lookup Replace compiler dependency on css-color-parser crate 2024-07-29 13:13:53 +02:00
parser Improve a bit the error when the base of an element is missing 2025-01-06 10:47:05 +01:00
parser-test-macro API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
passes Fix empty MenuBar 2025-02-03 11:02:10 +01:00
tests MenuBar/ContextMenu: hide the entries interface 2025-01-25 11:06:31 +01:00
widgets Set accessible-action-default on ListView items (#7465) 2025-01-27 13:53:57 +01:00
build.rs Make i-slint-compiler widget library inclusion Bazel sandbox friendly 2025-01-04 12:48:10 +01:00
builtin_macros.rs Refactoring: get rid in the callable in the Expression tree 2025-01-24 20:26:35 +01:00
builtins.slint MenuBar/ContextMenu: hide the entries interface 2025-01-25 11:06:31 +01:00
Cargo.toml LLR: used typed index for vectors in the LLR 2025-01-26 11:44:54 +01:00
diagnostics.rs Remove some uses of once_cell 2025-01-14 14:18:24 +01:00
embedded_resources.rs Signed DistanceField font rendering in swrenderer 2024-10-23 09:12:30 +02:00
expression_tree.rs Refactor: use Struct instead of Type for the type in a Expression::Struct 2025-02-03 10:19:30 +01:00
fileaccess.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
generator.rs bundled translation: Better error reporting 2024-11-19 21:34:42 +01:00
langtype.rs Refactor: use Struct instead of Type for the type in a Expression::Struct 2025-02-03 10:19:30 +01:00
layout.rs Refactoring: get rid in the callable in the Expression tree 2025-01-24 20:26:35 +01:00
lexer.rs Fix typos 2025-01-13 08:35:20 +01:00
lib.rs LSP: record dependencies and invalid all dependents when a dependencies changes 2024-11-14 14:35:22 +01:00
literals.rs Use SmolStr in more places of the compiler infrastructure 2024-10-17 18:04:58 +02:00
llr.rs Bundle translations (#6661) 2024-10-29 15:07:15 +01:00
load_builtins.rs Add the MenuItem Element type to be added to MenuBar and ContextMenu 2025-01-23 22:02:08 +01:00
lookup.rs Refactoring: get rid in the callable in the Expression tree 2025-01-24 20:26:35 +01:00
namedreference.rs Reduce SmolStr <-> &str conversions and copies (#6688) 2024-11-19 10:07:16 +01:00
object_tree.rs Refactor: use Struct instead of Type for the type in a Expression::Struct 2025-02-03 10:19:30 +01:00
parser.rs lsp: Rename structs and enums 2025-01-07 16:18:46 +01:00
passes.rs Fix purity check for focus() on custom component 2024-12-03 15:52:33 +01:00
pathutils.rs Use SmolStr for parts of pathutils to remove temporary allocations 2024-10-17 18:04:58 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
typeloader.rs MenuItem with for and if 2025-01-30 10:08:22 +01:00
typeregister.rs Refactor: use Struct instead of Type for the type in a Expression::Struct 2025-02-03 10:19:30 +01: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.