| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Copy` and `Help` variants to `mouse::Interaction` | Héctor Ramón Jiménez | 2024-09-13 | 1 | -0/+2 |
* | Rename `ResizingDiagonal*` to `ResizingDiagonally*` | Héctor Ramón Jiménez | 2024-09-13 | 1 | -2/+2 |
* | Expose additional mouse interaction cursors | Andy Terra | 2024-08-16 | 1 | -0/+5 |
* | Rename `operation::chain` to `then` | Héctor Ramón Jiménez | 2024-08-15 | 2 | -6/+12 |
* | Merge pull request #2536 from meithecatte/editor-clipping | Héctor Ramón | 2024-08-12 | 1 | -6/+20 |
|\ |
|
| * | Make `Padding` affect `text_editor` clipping | Héctor Ramón Jiménez | 2024-08-12 | 1 | -6/+20 |
* | | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 2024-08-08 | 7 | -35/+200 |
* | | Implement `row::Wrapping` widget | Héctor Ramón Jiménez | 2024-08-06 | 1 | -6/+7 |
* | | Introduce `Svg` struct in `core::svg` | Héctor Ramón Jiménez | 2024-08-04 | 4 | -21/+66 |
* | | Remove `todo!` in `core::renderer::null` | Héctor Ramón Jiménez | 2024-08-04 | 1 | -3/+1 |
* | | Introduce `Image` struct in `core::image` | Héctor Ramón Jiménez | 2024-08-04 | 3 | -20/+74 |
* | | Implement image support for `canvas` widget | Héctor Ramón Jiménez | 2024-08-04 | 1 | -0/+56 |
* | | Implement `From<&Handle>` for `image::Handle` | Héctor Ramón Jiménez | 2024-08-03 | 1 | -0/+6 |
|/ |
|
* | Implement `strikethrough` support for `rich_text` spans | Héctor Ramón Jiménez | 2024-07-28 | 1 | -0/+10 |
* | Implement `underline` support for `rich_text` spans | Héctor Ramón Jiménez | 2024-07-28 | 1 | -0/+10 |
* | Add `padding` to `text::Span` | Héctor Ramón Jiménez | 2024-07-28 | 2 | -10/+44 |
* | Improve ergonomics of `span` background highlighting | Héctor Ramón Jiménez | 2024-07-28 | 1 | -27/+58 |
* | Add background styling to span / rich text | Cory Forsstrom | 2024-07-28 | 3 | -2/+47 |
* | Fix lints for Rust 1.80 | Héctor Ramón Jiménez | 2024-07-26 | 2 | -4/+4 |
* | Add `placeholder` support to `text_editor` widget | Héctor Ramón Jiménez | 2024-07-24 | 2 | -0/+7 |
* | Fix mssing `Link` generic in `From` impl for `Span` | Héctor Ramón Jiménez | 2024-07-23 | 1 | -1/+1 |
* | Introduce `markdown::Settings` | Héctor Ramón Jiménez | 2024-07-21 | 1 | -0/+21 |
* | Add `Link` support to `rich_text` widget | Héctor Ramón Jiménez | 2024-07-21 | 3 | -7/+44 |
* | Fix `text::State` downcast in some widgets | Héctor Ramón Jiménez | 2024-07-19 | 1 | -1/+1 |
* | Flesh out the `markdown` example a bit more | Héctor Ramón Jiménez | 2024-07-18 | 1 | -0/+12 |
* | Implement `rich_text` widget and `markdown` example | Héctor Ramón Jiménez | 2024-07-17 | 4 | -87/+162 |
* | Decouple caching from `Paragraph` API | Héctor Ramón Jiménez | 2024-07-17 | 4 | -19/+83 |
* | Remove `Vector::UNIT` constant | Héctor Ramón Jiménez | 2024-07-13 | 1 | -3/+0 |
* | Add `default` and `base` stylings to `text` widget | Héctor Ramón Jiménez | 2024-07-13 | 1 | -0/+12 |
* | Add `resize_events` subscription to `window` module | Héctor Ramón Jiménez | 2024-07-13 | 1 | -12/+2 |
* | Add directional `border::Radius` helpers | Héctor Ramón Jiménez | 2024-07-12 | 2 | -22/+64 |
* | Improve `Border` ergonomics | Héctor Ramón Jiménez | 2024-07-12 | 2 | -45/+141 |
* | Improve `Padding` ergonomics | Héctor Ramón Jiménez | 2024-07-12 | 2 | -41/+63 |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 2 | -56/+2 |
* | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 2024-07-12 | 3 | -7/+111 |
* | Add support for embedded scrollbars for `scrollable` | Héctor Ramón Jiménez | 2024-07-11 | 1 | -2/+34 |
* | Add some built-in text styles for each `Palette` color | Héctor Ramón Jiménez | 2024-07-11 | 1 | -0/+28 |
* | add SelectAll to TextEditor | PgBiel | 2024-07-08 | 1 | -0/+2 |
* | Merge pull request #2485 from vladh/add-quad-border-doc | Héctor Ramón | 2024-06-30 | 1 | -1/+1 |
|\ |
|
| * | doc: clarify Quad border alignment | Vlad-Stefan Harbuz | 2024-06-29 | 1 | -1/+1 |
* | | doc: fix "Reconciles" typo | Vlad-Stefan Harbuz | 2024-06-30 | 2 | -4/+4 |
|/ |
|
* | Merge pull request #2469 from iced-rs/unify-shell-runtimes | Héctor Ramón | 2024-06-20 | 1 | -3/+0 |
|\ |
|
| * | Remove `window::Id::MAIN` constant | Héctor Ramón Jiménez | 2024-06-20 | 1 | -3/+0 |
* | | Implement `std::fmt::Display` for `iced::Radians` (#2446) | SolidStateDj | 2024-06-18 | 1 | -0/+7 |
|/ |
|
* | Remove `parent` from `PlatformSpecific` window settings | Héctor Ramón Jiménez | 2024-06-14 | 1 | -5/+0 |
* | Move `Maybe*` traits back to `iced_futures` | Héctor Ramón Jiménez | 2024-06-14 | 2 | -37/+0 |
* | Fix `Send` requirements for Wasm targets | Héctor Ramón Jiménez | 2024-06-14 | 1 | -2/+2 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 8 | -123/+53 |
* | Remove `core::program` module leftover | Héctor Ramón Jiménez | 2024-06-11 | 1 | -1/+0 |
* | Introduce `subscription::Event` | Héctor Ramón Jiménez | 2024-06-11 | 2 | -21/+1 |