slint/internal/compiler
Simon Hausmann 883e3c472e Fix Material Design's choice of default font
* Apply the "Roboto" family by default to the Window.
* Don't use "Roboto XXX" as that is not the name that's encoded as family name in the TrueType fonts. The variants should be chose based on the weight, not the family name.
* Don't apply the font family in the MD's LineEdit - that should not be necessary anymore.
2022-11-22 20:20:53 +01:00
..
generator Use the std::ops::Range as range in the repeater 2022-11-17 12:23:23 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
llr Add support for invoking an init callback on component and element construction 2022-11-17 10:12:08 +01:00
parser New syntax for transitions, within the state 2022-11-22 15:16:54 +01:00
parser-test-macro Bump version number to 0.3.2 2022-10-28 09:30:14 +00:00
passes Apply the default-font-family from the Style's StyleMetrics if available 2022-11-22 20:20:53 +01:00
tests Forbid former transitions declaration with the new syntax 2022-11-22 15:16:54 +01:00
widgets Fix Material Design's choice of default font 2022-11-22 20:20:53 +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 Janitor: upgrade a few crates 2022-11-22 18:38:05 +01:00
diagnostics.rs Make the test pass without defining the SLINT_EXPERIMENTAL_SYNTAX env variable 2022-11-21 22:01:52 +01: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 compiler: Add support for handling binding expressions for the LSP 2022-11-21 15:01:09 +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 syntax_updater: Add binding for x and y for elements that would end up centered 2022-11-15 17:33:27 +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 WIP: LSP: highlight selected element in the preview 2022-11-17 12:23:23 +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 Make the test pass without defining the SLINT_EXPERIMENTAL_SYNTAX env variable 2022-11-21 22:01:52 +01:00
lookup.rs Center element by default in their parent with the new syntax 2022-11-15 17:33:27 +01:00
namedreference.rs Builtin elements: use the input output syntax 2022-11-01 12:51:45 +01:00
object_tree.rs Forbid former transitions declaration with the new syntax 2022-11-22 15:16:54 +01:00
parser.rs New syntax for transitions, within the state 2022-11-22 15:16:54 +01:00
passes.rs compiler: Add support for handling binding expressions for the LSP 2022-11-21 15:01:09 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
typeloader.rs Fix support for multiple import statements from the same path (#1868) 2022-11-21 15:37:38 +01:00
typeregister.rs Add support for invoking an init callback on component and element construction 2022-11-17 10:12:08 +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.