| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -8/+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 |
* | Introduce `window::Id` to `Event` subscriptions | Héctor Ramón Jiménez | 2024-06-10 | 1 | -1/+1 |
* | Create `jump` and `macos_command` methods in `keyboard::Modifiers` | Héctor Ramón Jiménez | 2024-05-31 | 1 | -0/+24 |
* | Update outdated `README`s of subcrates | Héctor Ramón Jiménez | 2024-05-27 | 1 | -12/+0 |
* | Add `SpecificWith` variant to `window::Position` | Héctor Ramón Jiménez | 2024-05-10 | 1 | -1/+7 |
* | Introduce dynamic `opacity` support for `Image` and `Svg` | Héctor Ramón Jiménez | 2024-05-03 | 3 | -0/+4 |
* | Add `spin` mode to `ferris` example :crab: | Héctor Ramón Jiménez | 2024-05-03 | 2 | -1/+32 |
* | Fix `Image::bounds` when rotation present in `iced_graphics` | Héctor Ramón Jiménez | 2024-05-03 | 3 | -14/+31 |
* | Create `ferris` example to showcase `ContentFit` and `Rotation` | Héctor Ramón Jiménez | 2024-05-02 | 3 | -1/+63 |
* | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 2024-05-02 | 10 | -33/+101 |
* | Add `Image` rotation support | Héctor Ramón Jiménez | 2024-05-02 | 5 | -0/+47 |
* | Fix documentation link in `image::Handle` | Héctor Ramón Jiménez | 2024-05-01 | 1 | -1/+1 |
* | Make `image::Id` actually opaque | Héctor Ramón Jiménez | 2024-05-01 | 1 | -22/+38 |
* | Use an opaque `Id` type for `image::Handle` | Héctor Ramón Jiménez | 2024-05-01 | 1 | -21/+47 |
* | Use `Bytes` as the `Container` of `ImageBuffer` | Héctor Ramón Jiménez | 2024-05-01 | 1 | -53/+38 |
* | Utilize bytes::Bytes for images | Bajix | 2024-05-01 | 2 | -56/+7 |
* | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 3 | -2/+3 |
* | Implement `Stack` widget | Héctor Ramón Jiménez | 2024-04-25 | 1 | -1/+1 |
* | Port `iced_tiny_skia` to new layering architecture | Héctor Ramón Jiménez | 2024-04-09 | 3 | -14/+6 |
* | Reintroduce support for custom primitives in `iced_wgpu` | Héctor Ramón Jiménez | 2024-04-08 | 1 | -5/+12 |
* | Merge branch 'master' into wgpu/better-architecture | Héctor Ramón Jiménez | 2024-04-08 | 1 | -11/+15 |
|\ |
|
| * | Pick best contrast between black/white in `theme::palette` | Héctor Ramón Jiménez | 2024-04-07 | 1 | -8/+16 |
| * | Use `Lch` to choose white text when not readable in `theme::palette` | Héctor Ramón Jiménez | 2024-04-07 | 1 | -2/+6 |
| * | Revert "Merge pull request #2376 from Davidster/fix_palette_readable_color_co... | Héctor Ramón Jiménez | 2024-04-07 | 1 | -10/+2 |
* | | Merge branch 'master' into wgpu/better-architecture | Héctor Ramón Jiménez | 2024-04-07 | 3 | -9/+13 |
|\| |
|
| * | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 2 | -7/+3 |
| * | add stronger guarantee of readability/contrast for palette background/text co... | David Huculak | 2024-04-07 | 1 | -2/+10 |
* | | Decouple caching from layering and simplify everything | Héctor Ramón Jiménez | 2024-04-05 | 1 | -1/+4 |
* | | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 2024-04-03 | 5 | -17/+42 |
|/ |
|
* | Implement `IntoFragment` for `Fragment` | Héctor Ramón Jiménez | 2024-04-02 | 1 | -0/+12 |
* | Implement `IntoFragment` for `usize` and `isize` | Héctor Ramón Jiménez | 2024-04-02 | 1 | -0/+2 |
* | Rename `text::IntoContent` to `IntoFragment` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -40/+40 |
* | Specialize `widget::text` helper with custom `IntoContent` trait | Héctor Ramón Jiménez | 2024-04-01 | 1 | -3/+67 |
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | Héctor Ramón Jiménez | 2024-04-01 | 3 | -6/+6 |