slint/internal/compiler
Olivier Goffart cfa115affa LSP: changed callbacks auto-completion
ChangeLog: LSP: auto-completion of changed callbacks
2024-09-26 18:20:03 +02:00
..
generator Update derive_more 2024-09-26 09:14:58 +02:00
LICENSES
llr Added PropertyAnimation.direction property for controlling animation direction (#6261) 2024-09-24 19:55:24 +02:00
lookup Replace compiler dependency on css-color-parser crate 2024-07-29 13:13:53 +02:00
parser LSP: changed callbacks auto-completion 2024-09-26 18:20:03 +02:00
parser-test-macro
passes Visit expressions of changed callback during binding analysis 2024-09-26 17:54:21 +02:00
tests Improve layout-related error message. (#6264) 2024-09-24 09:43:02 +02:00
widgets Bump version number to 1.9.0 2024-09-25 11:49:15 +00:00
build.rs
builtin_macros.rs Change debug() separator from , to . (#5997) 2024-08-29 12:02:13 +02:00
builtins.slint Added PropertyAnimation.direction property for controlling animation direction (#6261) 2024-09-24 19:55:24 +02:00
Cargo.toml Janitor: deps update 2024-09-11 17:19:36 +02:00
diagnostics.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
embedded_resources.rs
expression_tree.rs Add Math.atan2 to the inbuilt math function 2024-08-30 09:55:10 +02:00
fileaccess.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
generator.rs C++: Make it possible to split up the C++ code generated for a .slint file 2024-08-20 15:53:24 +02:00
langtype.rs Avid reporting further error when an element is misspelled 2024-08-29 13:10:35 +02:00
layout.rs
lexer.rs
lib.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
literals.rs
llr.rs Optimization: improve expression inlining 2024-08-23 17:17:15 +02:00
load_builtins.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
lookup.rs Add Math.atan2 to the inbuilt math function 2024-08-30 09:55:10 +02:00
namedreference.rs Fix changed callback of an unused property 2024-09-26 16:51:31 +02:00
object_tree.rs Fix compiler panic when accessing path.commands in expressions 2024-09-10 13:36:09 +02:00
parser.rs Update derive_more 2024-09-26 09:14:58 +02:00
passes.rs Timer Element 2024-08-16 16:36:38 +02:00
pathutils.rs
README.md
typeloader.rs compiler: Simplify a function now that we can use rust 1.77 2024-09-26 09:14:58 +02:00
typeregister.rs Fix compiler panic when accessing path.commands in expressions 2024-09-10 13:36:09 +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.