| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce dynamic `opacity` support for `Image` and `Svg` | Héctor Ramón Jiménez | 2024-05-03 | 1 | -2/+8 |
* | Fix `Image::bounds` when rotation present in `iced_graphics` | Héctor Ramón Jiménez | 2024-05-03 | 1 | -2/+5 |
* | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 2024-05-02 | 1 | -9/+3 |
* | Add `Image` rotation support | Héctor Ramón Jiménez | 2024-05-02 | 1 | -3/+13 |
* | Use an opaque `Id` type for `image::Handle` | Héctor Ramón Jiménez | 2024-05-01 | 1 | -2/+3 |
* | Use `Bytes` as the `Container` of `ImageBuffer` | Héctor Ramón Jiménez | 2024-05-01 | 1 | -20/+31 |
* | Track image damage in `iced_tiny_skia` | Héctor Ramón Jiménez | 2024-04-10 | 1 | -1/+12 |
* | Fix broken doc links in `iced_wgpu` and `iced_graphics` | Héctor Ramón Jiménez | 2024-04-03 | 1 | -0/+2 |
* | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 2024-04-03 | 1 | -60/+94 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Write missing documentation in `iced_graphics` | Héctor Ramón Jiménez | 2023-05-11 | 1 | -0/+1 |
* | Remove `image` abstractions in `iced_graphics` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -7/+91 |
* | Refactor some `image` traits a bit | Héctor Ramón Jiménez | 2022-11-05 | 1 | -27/+3 |
* | Move image/svg handling into `iced_graphics` | Ian Douglas Scott | 2022-11-05 | 1 | -0/+34 |