slint/internal/compiler
2024-11-06 14:47:04 +00:00
..
generator Associate PopupWindows with an ID for their active popup (#6693) 2024-11-04 09:17:55 +01:00
LICENSES
llr LSP: Signature Help 2024-11-06 13:27:29 +01:00
lookup
parser Fix parsing of unfinished import statement 2024-10-22 09:35:46 +02:00
parser-test-macro
passes LSP: Signature Help 2024-11-06 13:27:29 +01:00
tests Widgets: add callback arg names to some callback 2024-11-04 17:09:57 +01:00
widgets std-widgets: added LayoutSpec global (#6711) 2024-11-06 14:47:04 +00:00
build.rs
builtin_macros.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
builtins.slint Add the accessible-size-of-set property 2024-10-30 15:54:01 +08:00
Cargo.toml Bundle translations (#6661) 2024-10-29 15:07:15 +01:00
diagnostics.rs
embedded_resources.rs Signed DistanceField font rendering in swrenderer 2024-10-23 09:12:30 +02:00
expression_tree.rs LSP: Signature Help 2024-11-06 13:27:29 +01:00
fileaccess.rs
generator.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
langtype.rs Do not print the internal struct name in LSP tooltip or error message 2024-11-04 17:09:57 +01:00
layout.rs Intern some more common types 2024-10-28 09:39:54 +01:00
lexer.rs
lib.rs Bundle translations (#6661) 2024-10-29 15:07:15 +01:00
literals.rs
llr.rs Bundle translations (#6661) 2024-10-29 15:07:15 +01:00
load_builtins.rs LSP: Signature Help 2024-11-06 13:27:29 +01:00
lookup.rs Merge the Callback and Function type 2024-10-28 14:36:30 +01:00
namedreference.rs
object_tree.rs Merge the Callback and Function type 2024-10-28 14:36:30 +01:00
parser.rs
passes.rs
pathutils.rs Use SmolStr for parts of pathutils to remove temporary allocations 2024-10-17 18:04:58 +02:00
README.md
typeloader.rs PopupWindow: added close-policy property (#6614) 2024-10-24 09:27:39 +00:00
typeregister.rs LSP: Signature Help 2024-11-06 13:27:29 +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.