Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-04 | Rename `on_link_clicked` to `on_link_click` | 1 | -6/+6 | ||
2025-02-04 | Draft `Viewer` trait for `markdown` | 1 | -15/+42 | ||
2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -1/+1 | ||
2025-02-01 | Fix event capturing in `rich_text` | 1 | -2/+4 | ||
2025-02-01 | Fix `rich_text` reactive rendering when hovering links | 1 | -61/+52 | ||
2025-02-01 | Cull out of bounds `rich_text` during `draw` | 1 | -0/+4 | ||
2024-12-02 | Fix new `clippy` lints | 1 | -2/+2 | ||
2024-11-05 | Rename `Widget::on_event` to `update` | 1 | -1/+1 | ||
2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 1 | -7/+11 | ||
2024-09-29 | Fix various typos | 1 | -1/+1 | ||
Using https://github.com/crate-ci/typos | |||||
2024-09-04 | Add `text::Wrapping` support | 1 | -1/+13 | ||
Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | |||||
2024-08-22 | Make `RichText` generic over data structure | 1 | -22/+13 | ||
... and decouple `markdown::parse` from theming | |||||
2024-07-28 | Implement `strikethrough` support for `rich_text` spans | 1 | -22/+46 | ||
2024-07-28 | Make `underline` positioning aware of `line_height` | 1 | -6/+10 | ||
2024-07-28 | Underline `rich_text` links when hovered | 1 | -3/+10 | ||
2024-07-28 | Implement `underline` support for `rich_text` spans | 1 | -21/+58 | ||
2024-07-28 | Remove comment in `text::Rich::draw` | 1 | -1/+0 | ||
2024-07-28 | Add `padding` to `text::Span` | 1 | -1/+11 | ||
2024-07-28 | Improve ergonomics of `span` background highlighting | 1 | -3/+3 | ||
2024-07-28 | Add background styling to span / rich text | 1 | -2/+20 | ||
2024-07-24 | Unify `Link` and `Message` generics in `text::Rich` | 1 | -52/+17 | ||
2024-07-21 | Introduce `markdown::Settings` | 1 | -0/+9 | ||
2024-07-21 | Use latest `spans` to retreive `Link` in `rich_text` | 1 | -2/+2 | ||
2024-07-21 | Rename `on_link_click` to `on_link` | 1 | -9/+6 | ||
2024-07-21 | Add `Link` support to `rich_text` widget | 1 | -26/+156 | ||
2024-07-18 | Flesh out the `markdown` example a bit more | 1 | -6/+24 | ||
2024-07-17 | Implement `rich_text` widget and `markdown` example | 1 | -0/+317 | ||