Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reintroduce `Scrollable::with_direction` | 2024-07-30 | 1 | -1/+9 | |
| | |||||
* | Simplify `focus` method in `text_editor` | 2024-07-29 | 1 | -7/+1 | |
| | |||||
* | Implement blinking cursor for `text_editor` | 2024-07-29 | 2 | -28/+90 | |
| | |||||
* | Fix unused `core` import in `text_editor` module | 2024-07-29 | 1 | -2/+2 | |
| | |||||
* | Simplify `highlight` method for `text_editor` widget | 2024-07-28 | 1 | -2/+21 | |
| | |||||
* | Implement `strikethrough` support for `rich_text` spans | 2024-07-28 | 2 | -28/+63 | |
| | |||||
* | Make `underline` positioning aware of `line_height` | 2024-07-28 | 1 | -6/+10 | |
| | |||||
* | Underline `rich_text` links when hovered | 2024-07-28 | 2 | -6/+11 | |
| | |||||
* | Implement `underline` support for `rich_text` spans | 2024-07-28 | 2 | -22/+61 | |
| | |||||
* | Remove comment in `text::Rich::draw` | 2024-07-28 | 1 | -1/+0 | |
| | |||||
* | Make `markdown::parse` take a `Palette` value | 2024-07-28 | 1 | -4/+4 | |
| | |||||
* | Add `padding` to `text::Span` | 2024-07-28 | 2 | -2/+13 | |
| | |||||
* | Improve ergonomics of `span` background highlighting | 2024-07-28 | 2 | -8/+5 | |
| | |||||
* | 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 | 2 | -10/+36 | |
| | |||||
* | Use `container::dark` style for `markdown` code blocks | 2024-07-27 | 1 | -1/+1 | |
| | |||||
* | Reduce `KeyPress` duplication in `text_editor` | 2024-07-26 | 1 | -12/+9 | |
| | |||||
* | Implement custom key binding support for `text_editor` | 2024-07-26 | 1 | -118/+272 | |
| | |||||
* | Fix lints for Rust 1.80 | 2024-07-26 | 3 | -5/+5 | |
| | |||||
* | Fix broken doc link in `text_editor` | 2024-07-24 | 1 | -1/+1 | |
| | |||||
* | Add `placeholder` support to `text_editor` widget | 2024-07-24 | 1 | -9/+53 | |
| | |||||
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 3 | -67/+27 | |
| | |||||
* | Fix `span` widget helper missing `Link` generic | 2024-07-23 | 1 | -2/+2 | |
| | |||||
* | Use horizontal `scrollable` for code blocks in `markdown` widget | 2024-07-21 | 1 | -6/+16 | |
| | |||||
* | Introduce `markdown::Settings` | 2024-07-21 | 2 | -41/+125 | |
| | |||||
* | Use `url` for `markdown` links | 2024-07-21 | 2 | -7/+21 | |
| | |||||
* | Use latest `spans` to retreive `Link` in `rich_text` | 2024-07-21 | 1 | -2/+2 | |
| | |||||
* | Rename `on_link_click` to `on_link` | 2024-07-21 | 2 | -15/+12 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 3 | -56/+201 | |
| | |||||
* | Use `from_iter` in `rich_text!` macro | 2024-07-20 | 1 | -1/+1 | |
| | |||||
* | Support nested lists in `markdown` widget | 2024-07-20 | 1 | -34/+100 | |
| | |||||
* | Make `container::dark` darker and rounded | 2024-07-20 | 1 | -1/+2 | |
| | |||||
* | Introduce `container::dark` style | 2024-07-20 | 1 | -2/+12 | |
| | |||||
* | Make `container::Style` API more consistent | 2024-07-20 | 1 | -15/+23 | |
| | |||||
* | Fix `text::State` downcast in some widgets | 2024-07-19 | 3 | -3/+9 | |
| | |||||
* | Fix `markdown` import in `iced_widget` | 2024-07-18 | 1 | -2/+1 | |
| | |||||
* | Create `markdown` widget helpers in `iced_widget` | 2024-07-18 | 4 | -1/+263 | |
| | |||||
* | Adapt `scrollable` sizing strategy to contents | 2024-07-18 | 1 | -5/+13 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 4 | -9/+56 | |
| | |||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 3 | -4/+356 | |
| | |||||
* | Decouple caching from `Paragraph` API | 2024-07-17 | 2 | -19/+22 | |
| | |||||
* | Fix `Scrollable::spacing` not embedding the `Scrollbar` | 2024-07-16 | 1 | -37/+22 | |
| | |||||
* | Set default `width` of `toggler` widget to `Shrink` | 2024-07-13 | 1 | -1/+1 | |
| | |||||
* | Rename `embed_*` in `Scrollable` to simply `spacing` | 2024-07-12 | 1 | -43/+56 | |
| | |||||
* | Improve `Border` ergonomics | 2024-07-12 | 9 | -32/+37 | |
| | |||||
* | Fix inconsistent `align_*` methods in `Container` | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 4 | -71/+10 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 5 | -65/+135 | |
| | |||||
* | Add `on_press_with` method for `Button` | 2024-07-12 | 1 | -4/+35 | |
| | | | | | | This allows using a closure to produce the message only when the `Button` is actually pressed. Useful when generating the message may be expensive. | ||||
* | Fix broken doc links in `widget::scrollable` | 2024-07-11 | 1 | -4/+4 | |
| |