mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
![]() * creating a lookup table of colors based on the set on apple docs then selecting from these colors rather than always typing hex also added an in property for setting selected color (future) * splitting out method of changing selection colour for later * forgot to pull CupertinoColors from import * Squashed commit of the following: commit 4924aa908d6e039a7bf1f79ede3dc7c26f71007f Author: szecket <szecket@magrittescow.com> Date: Fri Nov 15 17:31:45 2024 -0500 use defined Palette for states commit 80711ee7188f37b1b29ce11855b6a636d7a39306 Author: szecket <szecket@magrittescow.com> Date: Fri Nov 15 17:29:51 2024 -0500 make control colour consistent with style and other controls commit 1cfd39e6da6643600e8b553dfab2418c8552cdc4 Author: szecket <szecket@magrittescow.com> Date: Fri Nov 15 13:58:07 2024 -0500 selection of controls when focused is not current cupertino style and too strong commit 4bf4ae6ad385e118687f752362b34e079c03fe22 Author: szecket <szecket@magrittescow.com> Date: Fri Nov 15 13:42:58 2024 -0500 make foreground color contrast when selected * removing property that is only in cupertino |
||
---|---|---|
.. | ||
generator | ||
LICENSES | ||
llr | ||
lookup | ||
parser | ||
parser-test-macro | ||
passes | ||
tests | ||
widgets | ||
build.rs | ||
builtin_macros.rs | ||
builtins.slint | ||
Cargo.toml | ||
diagnostics.rs | ||
embedded_resources.rs | ||
expression_tree.rs | ||
fileaccess.rs | ||
generator.rs | ||
langtype.rs | ||
layout.rs | ||
lexer.rs | ||
lib.rs | ||
literals.rs | ||
llr.rs | ||
load_builtins.rs | ||
lookup.rs | ||
namedreference.rs | ||
object_tree.rs | ||
parser.rs | ||
passes.rs | ||
pathutils.rs | ||
README.md | ||
typeloader.rs | ||
typeregister.rs |
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.