Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display top contents in `hover` widget when focused | 2024-08-08 | 1 | -4/+26 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 18 | -23/+23 | |
| | |||||
* | Implement `row::Wrapping` widget | 2024-08-06 | 1 | -0/+200 | |
| | | | | | | | | | If you have a `Row`, simply call `Row::wrap` at the end to turn it into a `Row` that will wrap its contents. The original alignment of the `Row` is preserved per row wrapped. | ||||
* | Fix `hover` widget not relaying events when overlay is active | 2024-08-05 | 1 | -0/+1 | |
| | |||||
* | Implement `State::options` for `combo_box` | 2024-08-05 | 1 | -13/+25 | |
| | |||||
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 2 | -7/+9 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 3 | -14/+20 | |
| | |||||
* | Implement `From<&Handle>` for `image::Handle` | 2024-08-03 | 1 | -1/+1 | |
| | |||||
* | 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 | |
| |