slint/internal/interpreter
Ashley e86119c1d9
Add StyledText type (#10122)
* Add StyledText type

* Move to styled-text.rs

* Apply suggestions

* Don't gate around experimental-rich-text feature

* Gate pulldown_cmark behind std

* [autofix.ci] apply automated fixes

* Make thiserror optional

* Make htmlparser optional

* Gate color-parsing feature

* [autofix.ci] apply automated fixes

* Change flags

* Change to pub(crate)

* [autofix.ci] apply automated fixes

* Better docs

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-22 03:06:50 +13:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
api.rs Add StyledText type (#10122) 2025-11-22 03:06:50 +13:00
Cargo.toml Rename "Live Reload" feature to "Live Preview for Rust/C++" 2025-08-28 17:26:01 +02:00
dynamic_item_tree.rs Add StyledText type (#10122) 2025-11-22 03:06:50 +13:00
dynamic_type.rs Janitor: Silence warning with nightly rust 2025-04-29 10:44:10 +02:00
eval.rs Add StyledText type (#10122) 2025-11-22 03:06:50 +13:00
eval_layout.rs compiler: allow setting the row/col property from the outside 2025-11-21 14:45:55 +01:00
ffi.rs C++: Remove unsafe keyword when it is not needed 2025-11-04 14:05:30 +01:00
global_component.rs Some Fix in preparation to the edition 2024 2025-10-29 23:08:05 +01:00
highlight.rs live-preview: account for transformation when highlighting items 2025-10-18 11:59:09 +02:00
json.rs Move named color & color literal parsing to slint common (#9981) 2025-11-10 08:39:28 +00:00
lib.rs Remove doc_auto_cfg feature 2025-10-08 09:22:35 +02:00
live_preview.rs Native live preview: Forward the translation domain to fix translations 2025-11-04 14:06:03 +01:00
migration.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tests.rs Interpreter: Fix setting a struct with less fields than expected (#10120) 2025-11-19 19:19:50 +01:00
value_model.rs interpreter: Make the From<ModelRc> for Value implement set_row_data (#8575) 2025-06-02 16:02:16 +02:00