Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement image support for `canvas` widget | 2024-08-04 | 1 | -0/+56 | |
| | |||||
* | Implement `From<&Handle>` for `image::Handle` | 2024-08-03 | 1 | -0/+6 | |
| | |||||
* | Implement `strikethrough` support for `rich_text` spans | 2024-07-28 | 1 | -0/+10 | |
| | |||||
* | Implement `underline` support for `rich_text` spans | 2024-07-28 | 1 | -0/+10 | |
| | |||||
* | Add `padding` to `text::Span` | 2024-07-28 | 2 | -10/+44 | |
| | |||||
* | Improve ergonomics of `span` background highlighting | 2024-07-28 | 1 | -27/+58 | |
| | |||||
* | Add background styling to span / rich text | 2024-07-28 | 3 | -2/+47 | |
| | |||||
* | Fix lints for Rust 1.80 | 2024-07-26 | 2 | -4/+4 | |
| | |||||
* | Add `placeholder` support to `text_editor` widget | 2024-07-24 | 2 | -0/+7 | |
| | |||||
* | Fix mssing `Link` generic in `From` impl for `Span` | 2024-07-23 | 1 | -1/+1 | |
| | |||||
* | Introduce `markdown::Settings` | 2024-07-21 | 1 | -0/+21 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 3 | -7/+44 | |
| | |||||
* | Fix `text::State` downcast in some widgets | 2024-07-19 | 1 | -1/+1 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 1 | -0/+12 | |
| | |||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 4 | -87/+162 | |
| | |||||
* | Decouple caching from `Paragraph` API | 2024-07-17 | 4 | -19/+83 | |
| | |||||
* | Remove `Vector::UNIT` constant | 2024-07-13 | 1 | -3/+0 | |
| | |||||
* | Add `default` and `base` stylings to `text` widget | 2024-07-13 | 1 | -0/+12 | |
| | |||||
* | Add `resize_events` subscription to `window` module | 2024-07-13 | 1 | -12/+2 | |
| | |||||
* | Add directional `border::Radius` helpers | 2024-07-12 | 2 | -22/+64 | |
| | |||||
* | Improve `Border` ergonomics | 2024-07-12 | 2 | -45/+141 | |
| | |||||
* | Improve `Padding` ergonomics | 2024-07-12 | 2 | -41/+63 | |
| | | | | | We expose free functions for creating a `Padding` and methods with the same name to modify its fields. | ||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 2 | -56/+2 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 3 | -7/+111 | |
| | |||||
* | Add support for embedded scrollbars for `scrollable` | 2024-07-11 | 1 | -2/+34 | |
| | | | | Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com> | ||||
* | Add some built-in text styles for each `Palette` color | 2024-07-11 | 1 | -0/+28 | |
| | |||||
* | add SelectAll to TextEditor | 2024-07-08 | 1 | -0/+2 | |
| | |||||
* | Merge pull request #2485 from vladh/add-quad-border-doc | 2024-06-30 | 1 | -1/+1 | |
|\ | | | | | doc: clarify Quad border alignment | ||||
| * | doc: clarify Quad border alignment | 2024-06-29 | 1 | -1/+1 | |
| | | |||||
* | | doc: fix "Reconciles" typo | 2024-06-30 | 2 | -4/+4 | |
|/ | |||||
* | Merge pull request #2469 from iced-rs/unify-shell-runtimes | 2024-06-20 | 1 | -3/+0 | |
|\ | | | | | `Daemon` API and Shell Runtime Unification | ||||
| * | Remove `window::Id::MAIN` constant | 2024-06-20 | 1 | -3/+0 | |
| | | |||||
* | | Implement `std::fmt::Display` for `iced::Radians` (#2446) | 2024-06-18 | 1 | -0/+7 | |
|/ | | | | | | | | | | | * Implement `std::fmt::Display` for Radians * Add ` rad` to the end of all displayed strings. Co-authored-by: Héctor Ramón <hector0193@gmail.com> --------- Co-authored-by: Héctor Ramón <hector0193@gmail.com> | ||||
* | Remove `parent` from `PlatformSpecific` window settings | 2024-06-14 | 2 | -8/+0 | |
| | |||||
* | Move `Maybe*` traits back to `iced_futures` | 2024-06-14 | 2 | -37/+0 | |
| | |||||
* | Fix `Send` requirements for Wasm targets | 2024-06-14 | 1 | -2/+2 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 8 | -123/+53 | |
| | |||||
* | Remove `core::program` module leftover | 2024-06-11 | 1 | -1/+0 | |
| | |||||
* | Introduce `subscription::Event` | 2024-06-11 | 2 | -21/+1 | |
| | | | | ... and remove `PlatformSpecific` from `Event` | ||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -1/+1 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Create `jump` and `macos_command` methods in `keyboard::Modifiers` | 2024-05-31 | 1 | -0/+24 | |
| | |||||
* | Update outdated `README`s of subcrates | 2024-05-27 | 1 | -12/+0 | |
| | |||||
* | Add `SpecificWith` variant to `window::Position` | 2024-05-10 | 1 | -1/+7 | |
| | |||||
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 3 | -0/+4 | |
| | |||||
* | Add `spin` mode to `ferris` example :crab: | 2024-05-03 | 2 | -1/+32 | |
| | |||||
* | Fix `Image::bounds` when rotation present in `iced_graphics` | 2024-05-03 | 3 | -14/+31 | |
| | |||||
* | Create `ferris` example to showcase `ContentFit` and `Rotation` | 2024-05-02 | 3 | -1/+63 | |
| | |||||
* | Simplify image rotation API and its internals | 2024-05-02 | 10 | -33/+101 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 5 | -0/+47 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Fix documentation link in `image::Handle` | 2024-05-01 | 1 | -1/+1 | |
| |