slint/internal/compiler
Simon Hausmann 1e3f05c983 Python: Expose Slint structs
Structs declared and exported in Slint are now available in the module namespace
with a constructor.

Fixes #5708
2024-08-13 12:04:04 +02:00
..
generator Make conversion from float to int property truncate 2024-08-10 14:51:05 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr LLR: merge the popup's x and y property access in one expression 2024-07-10 17:54:03 +02:00
lookup Replace compiler dependency on css-color-parser crate 2024-07-29 13:13:53 +02:00
parser Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
parser-test-macro API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
passes Fix broken Android build caused by missing font field (#5821) 2024-08-10 13:37:22 +02:00
tests API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
widgets Bump version number to 1.7.2 2024-08-09 09:52:17 +00:00
build.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
builtin_macros.rs Make conversion from float to int property truncate 2024-08-10 14:51:05 +02:00
builtins.slint Split Text item into SimpleText and ComplexText 2024-07-05 12:51:25 +02:00
Cargo.toml Replace compiler dependency on css-color-parser crate 2024-07-29 13:13:53 +02:00
diagnostics.rs API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
embedded_resources.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
expression_tree.rs Fix compiler crash when const propagating a property of component-factory with its default value 2024-06-25 20:25:01 +02:00
fileaccess.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
generator.rs janitor: Fix clippy "creates a reference which is immediately dereferenced" 2024-06-24 14:59:47 +02:00
langtype.rs WIP: Add find_by_element_type_name 2024-06-05 01:29:58 -07:00
layout.rs Revert "Add a warning if a PopupWindow is in a layout" 2024-06-24 16:38:37 +02:00
lexer.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
literals.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr.rs LLR: peliminary support for multiple public components 2024-06-15 14:44:11 +02:00
load_builtins.rs API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
lookup.rs Replace compiler dependency on css-color-parser crate 2024-07-29 13:13:53 +02:00
namedreference.rs compiler: Fix bug in snapshotting 2024-07-08 16:34:17 +02:00
object_tree.rs Python: Expose Slint structs 2024-08-13 12:04:04 +02:00
parser.rs live-preview: Simplify code setting properties 2024-08-09 10:44:44 +02:00
passes.rs Add a new descendants api as well as deeper element queries to ElementHandle 2024-07-15 11:30:34 +02:00
pathutils.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
typeloader.rs compiler: Add a really simple snapshot test 2024-07-11 19:09:26 +02:00
typeregister.rs Add the accessible-placeholder-text property (#5464) 2024-06-26 12:59:22 +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.