Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `Rc` with `Arc` for `markdown` caching | 2024-09-21 | 1 | -3/+3 | |
| | |||||
* | Merge pull request #2587 from iced-rs/improve-api-reference | 2024-09-19 | 1 | -1/+130 | |
|\ | | | | | Add widget examples to API reference and update `README` | ||||
| * | Show `markdown` doc example in multiple places | 2024-09-19 | 1 | -1/+130 | |
| | | |||||
* | | Remove redundant import in `markdown` widget | 2024-09-18 | 1 | -1/+1 | |
|/ | |||||
* | Fix ambiguous `rich_text` link in `widget::markdown` | 2024-08-22 | 1 | -1/+1 | |
| | |||||
* | Make `RichText` generic over data structure | 2024-08-22 | 1 | -58/+196 | |
| | | | | ... and decouple `markdown::parse` from theming | ||||
* | Decouple `markdown` widget from built-in `Theme` | 2024-08-21 | 1 | -4/+19 | |
| | |||||
* | Implement `strikethrough` support for `rich_text` spans | 2024-07-28 | 1 | -6/+17 | |
| | |||||
* | 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 | |