slint/internal/compiler
Simon Hausmann 68083243b2
Add an in-out boolean color-scheme property to Palette (#4701)
This allows applications to force dark/light mode, as well as determine
which mode is active.
2024-03-26 15:44:22 +01:00
..
generator Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
LICENSES Update license symlinks 2023-08-16 11:46:15 +02:00
llr Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
parser fmt: Fix formatting of function argument declaration 2024-03-20 22:35:53 +01:00
parser-test-macro Fix rust nightly warnings about unused import in tests 2024-02-28 11:19:26 +01:00
passes Keep the optimized ElementRc around. 2024-03-19 11:58:36 +01:00
tests Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
widgets Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
build.rs Janitor: Optimize usage of is_dir/is_file 2023-12-27 10:36:25 +01:00
builtin_macros.rs Fix missing error when calling argb() with too many arguments 2024-03-22 14:57:07 +01:00
builtins.slint Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
Cargo.toml Janitor: update strum dependency 2024-02-01 17:12:33 +01:00
diagnostics.rs janitor: manual cargo clippy fixes 2024-03-14 13:42:38 +01:00
embedded_resources.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
expression_tree.rs Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
fileaccess.rs i-slint-compiler: Add some tests for fileaccess 2023-10-25 14:25:53 +02:00
generator.rs Optional C++ namespaces (#4759) 2024-03-06 19:43:11 +01:00
langtype.rs compiler: Document function added in d0fc025bc8 2024-03-06 14:25:21 +01:00
layout.rs Rust codegen: fix compile if slint names matches internal names 2024-01-24 22:47:58 +01:00
lexer.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lib.rs Optional C++ namespaces (#4759) 2024-03-06 19:43:11 +01:00
literals.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
llr.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
load_builtins.rs compiler: Store an optional version number with the document 2023-12-18 14:21:50 +01:00
lookup.rs Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
namedreference.rs Fix property wrongly considered as const if it is modified through an alias 2024-01-02 17:36:22 +01:00
object_tree.rs janitor: manual cargo clippy fixes 2024-03-14 13:42:38 +01:00
parser.rs janitor: manual cargo clippy fixes 2024-03-14 13:42:38 +01:00
passes.rs interpreter: Make sure the root document is in the TypeLoader 2024-03-01 12:59:08 +01:00
pathutils.rs janitor: manual cargo clippy fixes 2024-03-14 13:42:38 +01:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
typeloader.rs janitor: manual cargo clippy fixes 2024-03-14 13:42:38 +01:00
typeregister.rs Add set-selection-offsets function to TextInput, TextEdit, and LineEdit (#4197) 2024-01-06 11:12:53 +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.