Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `markdown::parse` take a `Palette` value | 2024-07-28 | 1 | -4/+4 | |
| | |||||
* | Add `padding` to `text::Span` | 2024-07-28 | 1 | -1/+2 | |
| | |||||
* | Improve ergonomics of `span` background highlighting | 2024-07-28 | 1 | -5/+2 | |
| | |||||
* | Use dark background for inline code in `markdown` widget | 2024-07-28 | 1 | -7/+7 | |
| | |||||
* | Add background styling to span / rich text | 2024-07-28 | 1 | -8/+16 | |
| | |||||
* | Use `container::dark` style for `markdown` code blocks | 2024-07-27 | 1 | -1/+1 | |
| | |||||
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 1 | -12/+7 | |
| | |||||
* | Use horizontal `scrollable` for code blocks in `markdown` widget | 2024-07-21 | 1 | -6/+16 | |
| | |||||
* | Introduce `markdown::Settings` | 2024-07-21 | 1 | -41/+116 | |
| | |||||
* | Use `url` for `markdown` links | 2024-07-21 | 1 | -6/+17 | |
| | |||||
* | Rename `on_link_click` to `on_link` | 2024-07-21 | 1 | -6/+6 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 1 | -27/+41 | |
| | |||||
* | Support nested lists in `markdown` widget | 2024-07-20 | 1 | -34/+100 | |
| | |||||
* | Create `markdown` widget helpers in `iced_widget` | 2024-07-18 | 1 | -0/+246 | |