Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos | 2024-09-29 | 1 | -1/+1 | |
* | Add `text::Wrapping` support | 2024-09-04 | 1 | -1/+13 | |
* | Make `RichText` generic over data structure | 2024-08-22 | 1 | -22/+13 | |
* | Implement `strikethrough` support for `rich_text` spans | 2024-07-28 | 1 | -22/+46 | |
* | Make `underline` positioning aware of `line_height` | 2024-07-28 | 1 | -6/+10 | |
* | Underline `rich_text` links when hovered | 2024-07-28 | 1 | -3/+10 | |
* | Implement `underline` support for `rich_text` spans | 2024-07-28 | 1 | -21/+58 | |
* | Remove comment in `text::Rich::draw` | 2024-07-28 | 1 | -1/+0 | |
* | Add `padding` to `text::Span` | 2024-07-28 | 1 | -1/+11 | |
* | Improve ergonomics of `span` background highlighting | 2024-07-28 | 1 | -3/+3 | |
* | Add background styling to span / rich text | 2024-07-28 | 1 | -2/+20 | |
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 1 | -52/+17 | |
* | Introduce `markdown::Settings` | 2024-07-21 | 1 | -0/+9 | |
* | Use latest `spans` to retreive `Link` in `rich_text` | 2024-07-21 | 1 | -2/+2 | |
* | Rename `on_link_click` to `on_link` | 2024-07-21 | 1 | -9/+6 | |
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 1 | -26/+156 | |
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 1 | -6/+24 | |
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 1 | -0/+317 |