Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 3 | -3/+3 | |
| | |||||
* | Implement `delay` for `pop` widget :tada: | 2025-02-19 | 1 | -28/+10 | |
| | |||||
* | Add `language` to `Item::CodeBlock` in `markdown` | 2025-02-05 | 1 | -9/+11 | |
| | |||||
* | Rename `on_link_clicked` to `on_link_click` | 2025-02-04 | 1 | -1/+1 | |
| | |||||
* | Add `Copy` action to code blocks in `markdown` example | 2025-02-04 | 6 | -2/+59 | |
| | |||||
* | Add `alt` and `title` to `markdown` images | 2025-02-04 | 1 | -4/+5 | |
| | |||||
* | Animate image fade in in `markdown` example | 2025-02-04 | 1 | -49/+102 | |
| | |||||
* | Fix documentation of `markdown` and `rich_text` | 2025-02-04 | 1 | -2/+2 | |
| | |||||
* | Draft `Viewer` trait for `markdown` | 2025-02-04 | 2 | -7/+140 | |
| | |||||
* | Fix broken references when parsing `markdown` streams | 2025-02-02 | 1 | -1/+1 | |
| | |||||
* | Add `new` constructor for `markdown::Content` | 2025-01-31 | 1 | -1/+1 | |
| | |||||
* | Implement `markdown` incremental code highlighting | 2025-01-31 | 1 | -34/+47 | |
| | |||||
* | Draft incremental `markdown` parsing | 2025-01-31 | 2 | -12/+86 | |
| | | | | | Specially useful when dealing with long Markdown streams, like LLMs. | ||||
* | Make `RichText` generic over data structure | 2024-08-22 | 1 | -9/+9 | |
| | | | | ... and decouple `markdown::parse` from theming | ||||
* | Simplify `highlight` method for `text_editor` widget | 2024-07-28 | 1 | -8/+2 | |
| | |||||
* | Enable Markdown highlighting in `markdown` example | 2024-07-28 | 2 | -19/+18 | |
| | |||||
* | Add `placeholder` support to `text_editor` widget | 2024-07-24 | 1 | -0/+1 | |
| | |||||
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 1 | -5/+2 | |
| | |||||
* | Introduce `markdown::Settings` | 2024-07-21 | 1 | -1/+5 | |
| | |||||
* | Use `url` for `markdown` links | 2024-07-21 | 1 | -2/+2 | |
| | |||||
* | Use `open::that_in_background` in `markdown` example | 2024-07-21 | 1 | -1/+1 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 2 | -1/+7 | |
| | |||||
* | Fix newlines in `highlighter` and `markdown` example | 2024-07-18 | 1 | -0/+1 | |
| | |||||
* | Return proper `theme` in `markdown` example | 2024-07-18 | 1 | -1/+1 | |
| | |||||
* | Create `markdown` widget helpers in `iced_widget` | 2024-07-18 | 2 | -218/+10 | |
| | |||||
* | Adapt `scrollable` sizing strategy to contents | 2024-07-18 | 1 | -7/+4 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 3 | -124/+336 | |
| | |||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 2 | -0/+184 | |