summaryrefslogtreecommitdiffstats
path: root/core/src/text/paragraph.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor and simplify `input_method` APILibravatar Héctor Ramón Jiménez2025-02-021-0/+6
* Add `text::Wrapping` supportLibravatar Héctor Ramón Jiménez2024-09-041-0/+1
* Add background styling to span / rich textLibravatar Cory Forsstrom2024-07-281-1/+5
* Add `Link` support to `rich_text` widgetLibravatar Héctor Ramón Jiménez2024-07-211-1/+8
* Implement `rich_text` widget and `markdown` exampleLibravatar Héctor Ramón Jiménez2024-07-171-1/+4
* Decouple caching from `Paragraph` APILibravatar Héctor Ramón Jiménez2024-07-171-12/+74
* Use generic `Content` in `Text` to avoid reallocation in `fill_text`Libravatar Héctor Ramón Jiménez2024-04-011-3/+3
* Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-121-0/+59