| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2623 from boondocklabs/markdown-lifetime | 2024-10-02 | 1 | -2/+2 | |
| |\ | | | | | Change lifetime of markdown IntoIterator Item, as it does not need to live as long as the returned Element | ||||
| | * | Change lifetime of markdown view IntoIterator Item, as it does not need to ↵ | 2024-10-01 | 1 | -2/+2 | |
| | | | | | | | | | live as long as the returned Element. | ||||
| * | | Fix various typos | 2024-09-29 | 1 | -2/+2 | |
| |/ | | | | Using https://github.com/crate-ci/typos | ||||
| * | 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 | |
