slint/internal/interpreter
Tobias Hunger a273af0264 interpreter: Use Optiopn<&T> instead of &Option<T>
... in the `set_debug_handler` function and related code
2025-06-10 16:49:40 +02:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
api.rs interpreter: Use Optiopn<&T> instead of &Option<T> 2025-06-10 16:49:40 +02:00
Cargo.toml Add --generate-link-to-definition in the docs of all our published crate 2025-06-06 21:47:36 +02:00
dynamic_item_tree.rs interpreter: Use Optiopn<&T> instead of &Option<T> 2025-06-10 16:49:40 +02:00
dynamic_type.rs Janitor: Silence warning with nightly rust 2025-04-29 10:44:10 +02:00
eval.rs interpreter: Use Optiopn<&T> instead of &Option<T> 2025-06-10 16:49:40 +02:00
eval_layout.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
ffi.rs Fix more nightly warnings 2025-06-06 12:30:45 +02:00
global_component.rs Fix all format arg inlining 2025-02-06 10:16:20 +01:00
highlight.rs Preview: filter invisible items out from the selection popup 2025-02-10 13:38:43 +01:00
json.rs compiler: Fix identifier normalization function 2025-05-21 12:21:20 +02:00
lib.rs Don't enable image-default-formats by default, remove compat-1-10 feature 2025-02-22 11:15:18 +01:00
migration.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tests.rs API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
value_model.rs interpreter: Make the From<ModelRc> for Value implement set_row_data (#8575) 2025-06-02 16:02:16 +02:00