Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |