slint/internal/compiler
2023-04-12 14:49:08 +02:00
..
generator Added TextInputInterface.text-input-focused 2023-04-12 14:49:08 +02:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
llr Added TextInputInterface.text-input-focused 2023-04-12 14:49:08 +02:00
parser Make the old syntax a warning 2023-02-14 12:38:39 +01:00
parser-test-macro Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
passes Added TextInputInterface.text-input-focused 2023-04-12 14:49:08 +02:00
tests Fix panic when binding Path's commands property to a model entry's field 2023-04-03 15:25:13 +02:00
widgets Qt TabWidget: clip the tabbar to fix the breeze style 2023-03-30 19:16:43 +02:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
builtin_macros.rs Introduce a rem unit in the type system 2022-11-24 11:33:38 +01:00
builtins.slint Added TextInputInterface.text-input-focused 2023-04-12 14:49:08 +02:00
Cargo.toml Update fontdb since resvg depends on the newer one 2023-03-28 15:55:27 +02:00
diagnostics.rs Remove space before => in quote_spanned 2023-03-24 11:14:48 +01:00
embedded_resources.rs Update resvg dependency 2023-03-28 15:55:27 +02:00
expression_tree.rs Added TextInputInterface.text-input-focused 2023-04-12 14:49:08 +02:00
fileaccess.rs Scan for style files in the include directories 2022-02-15 13:55:50 +01:00
generator.rs Fix crash when a state condition is detected as constant 2023-02-24 16:43:48 +01:00
langtype.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08:00
layout.rs Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
lexer.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Fix SLINT_EMBED_RESOURCES environment variable 2023-02-23 21:10:43 +01:00
literals.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
llr.rs Fix a bunch of documentation warnings 2022-04-26 12:47:34 +02:00
load_builtins.rs Compiler: use the new syntax for builtins.slint 2023-02-10 16:22:52 +01:00
lookup.rs LSP: Don't auto-complete reserved properties or sub-elements for globals 2023-04-05 20:05:09 +02:00
namedreference.rs Compiler: public output properties can still be constant 2023-03-27 14:20:16 +02:00
object_tree.rs Fix visitation of init code 2023-04-11 21:30:01 +02:00
parser.rs clippy: Fix clippy warnings 2023-03-09 09:35:29 +01:00
passes.rs Added TextInputInterface.text-input-focused 2023-04-12 14:49:08 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
typeloader.rs typeloader: make sure the vector of wakers don't grow too much 2023-03-30 10:48:38 +02:00
typeregister.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08: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.