slint/internal/compiler
Olivier Goffart 0318b52a4c remove alias pass: make sure to keep priority correctly
Fixes the bug that caused the TextEdit in the gallery to sometimes be
empty.

Generated default value without any priority means it should not be
taken against a real binding if set
2022-11-15 13:19:20 +01:00
..
generator Fix rust code generation when comparing percentages 2022-11-11 16:28:44 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
llr Don't generate a native setter for out property 2022-11-09 18:48:19 +01:00
parser Rename input and output property to in, out and in-out 2022-11-08 15:25:20 +01:00
parser-test-macro Bump version number to 0.3.2 2022-10-28 09:30:14 +00:00
passes remove alias pass: make sure to keep priority correctly 2022-11-15 13:19:20 +01:00
tests Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00
widgets Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
builtin_macros.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
builtins.slint Rename input and output property to in, out and in-out 2022-11-08 15:25:20 +01:00
Cargo.toml Speed up compiler syntax tests 2022-11-14 13:03:55 +01:00
diagnostics.rs LSP: fetch the file content from cache instead of from disk to compute the line number 2022-06-02 21:45:50 +02:00
embedded_resources.rs Compiler: move the image and font embedding behind a software-renderer flag 2022-11-09 12:56:44 +01:00
expression_tree.rs input output property: fix semantic with two ways bindings 2022-11-11 13:02:53 +01:00
fileaccess.rs Scan for style files in the include directories 2022-02-15 13:55:50 +01:00
generator.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
langtype.rs input output property: fix semantic with two ways bindings 2022-11-11 13:02:53 +01:00
layout.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
lexer.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Compiler: move the image and font embedding behind a software-renderer flag 2022-11-09 12:56:44 +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 input output property: fix semantic with two ways bindings 2022-11-11 13:02:53 +01:00
lookup.rs Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00
namedreference.rs Builtin elements: use the input output syntax 2022-11-01 12:51:45 +01:00
object_tree.rs input output property: fix semantic with two ways bindings 2022-11-11 13:02:53 +01:00
parser.rs Test: fix the parser tests when running without SLINT_EXPERIMENTAL_SYNTAX defined 2022-10-27 13:06:40 +02:00
passes.rs Compiler: move the image and font embedding behind a software-renderer flag 2022-11-09 12:56:44 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
typeloader.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
typeregister.rs New syntax: allow to create component without base 2022-10-26 18:09:57 +02: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.