mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
* Add markdown macro and parse/escape functions * Markdown stuff * Implement escape markdown, handle trailing literal sections * add StyledText Type and Value * Implement more things * [autofix.ci] apply automated fixes * Rename MarkdownText to StyledText * Add comments and solve warnings * Apply automated fixes * Fill out styled text type * Change rendertext trait to use enum * Add allow missing docs to stuff * Fix testing backend thing * Move test * Don't use std:: for certain types * Fix api/node * [autofix.ci] apply automated fixes * Rename to StyledTextItem * Ignore styledtext in cpp for now * Remove whitespace change * Add tests, cpp generator changes * Add markdown interpolation tests * Add more tests, some fixes * Implement some StyledText things * Fix sharedparley imports * Manually implement StyledText cpp type * [autofix.ci] apply automated fixes * Fix escape and parse markdown functions * [autofix.ci] apply automated fixes * Add ignore pyi, documentation for cpp styled text * Apply some suggestions * [autofix.ci] apply automated fixes * Add cpp functions for styled text * [autofix.ci] apply automated fixes * Add documentation * Fix api exports * class -> struct * Gate exports behind shared-parley * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| api | ||
| graphics | ||
| items | ||
| LICENSES | ||
| model | ||
| properties | ||
| software_renderer | ||
| textlayout | ||
| window | ||
| accessibility.rs | ||
| animations.rs | ||
| api.rs | ||
| callbacks.rs | ||
| Cargo.toml | ||
| component_factory.rs | ||
| context.rs | ||
| date_time.rs | ||
| future.rs | ||
| graphics.rs | ||
| input.rs | ||
| item_focus.rs | ||
| item_rendering.rs | ||
| item_tree.rs | ||
| items.rs | ||
| layout.rs | ||
| lengths.rs | ||
| lib.rs | ||
| menus.rs | ||
| model.rs | ||
| partial_renderer.rs | ||
| platform.rs | ||
| properties.rs | ||
| README.md | ||
| renderer.rs | ||
| rtti.rs | ||
| sharedvector.rs | ||
| slice.rs | ||
| software_renderer.rs | ||
| string.rs | ||
| tests.rs | ||
| textlayout.rs | ||
| timers.rs | ||
| translations.rs | ||
| unsafe_single_threaded.rs | ||
| window.rs | ||
Slint Runtime 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.