Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `code_size` instead of `spacing` for `code_block` metrics | 2025-02-05 | 1 | -4/+4 | |
| | |||||
* | Add `language` to `Item::CodeBlock` in `markdown` | 2025-02-05 | 1 | -8/+20 | |
| | |||||
* | Rename `on_link_clicked` to `on_link_click` | 2025-02-04 | 1 | -12/+12 | |
| | |||||
* | Add `Copy` action to code blocks in `markdown` example | 2025-02-04 | 1 | -6/+22 | |
| | |||||
* | Add `alt` and `title` to `markdown` images | 2025-02-04 | 1 | -13/+26 | |
| | |||||
* | Animate image fade in in `markdown` example | 2025-02-04 | 1 | -2/+2 | |
| | |||||
* | Fix documentation of `markdown` and `rich_text` | 2025-02-04 | 1 | -38/+61 | |
| | |||||
* | Draft `Viewer` trait for `markdown` | 2025-02-04 | 1 | -192/+361 | |
| | |||||
* | Introduce `view_with` customizers in `markdown` module | 2025-02-04 | 1 | -94/+186 | |
| | |||||
* | Avoid sharing `State` when re-parsing `markdown` sections | 2025-02-02 | 1 | -6/+8 | |
| | |||||
* | Fix broken references when parsing `markdown` streams | 2025-02-02 | 1 | -11/+99 | |
| | |||||
* | Write documentation for `markdown::Content` | 2025-02-01 | 1 | -1/+10 | |
| | |||||
* | Split code blocks into multiple `rich_text` lines | 2025-02-01 | 1 | -10/+12 | |
| | | | | This improves layout diffing considerably! | ||||
* | Discard `markdown::Highlighter` if language changes | 2025-02-01 | 1 | -0/+5 | |
| | |||||
* | Add `new` constructor for `markdown::Content` | 2025-01-31 | 1 | -5/+5 | |
| | |||||
* | Replace `println` with `log` calls in `markdown` module | 2025-01-31 | 1 | -3/+7 | |
| | |||||
* | Implement `markdown` incremental code highlighting | 2025-01-31 | 1 | -46/+129 | |
| | |||||
* | Draft incremental `markdown` parsing | 2025-01-31 | 1 | -17/+82 | |
| | | | | | Specially useful when dealing with long Markdown streams, like LLMs. | ||||
* | Let `markdown::view` be `Shrink` when no code blocks exist | 2025-01-30 | 1 | -1/+1 | |
| | |||||
* | Make `spacing` configurable in `markdown::Settings` | 2025-01-30 | 1 | -8/+27 | |
| | |||||
* | Fix code block merging with previous spans in `markdown` widget | 2025-01-30 | 1 | -1/+10 | |
| | |||||
* | fix: parsing of nested markdown lists without empty line | 2025-01-15 | 1 | -1/+10 | |
| | |||||
* | 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 | |