| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `Svg` struct in `core::svg` | Héctor Ramón Jiménez | 2024-08-04 | 1 | -2/+2 |
* | Introduce `Image` struct in `core::image` | Héctor Ramón Jiménez | 2024-08-04 | 1 | -10/+69 |
* | Implement `From<&Handle>` for `image::Handle` | Héctor Ramón Jiménez | 2024-08-03 | 1 | -0/+6 |
* | Introduce dynamic `opacity` support for `Image` and `Svg` | Héctor Ramón Jiménez | 2024-05-03 | 1 | -0/+1 |
* | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 2024-05-02 | 1 | -3/+2 |
* | Add `Image` rotation support | Héctor Ramón Jiménez | 2024-05-02 | 1 | -0/+2 |
* | 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 | 1 | -56/+6 |
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | Héctor Ramón Jiménez | 2024-04-01 | 1 | -2/+3 |
* | Draft support for dynamic custom renderer injection | Héctor Ramón Jiménez | 2024-03-21 | 1 | -2/+2 |
* | image::Bytes::PartialEq: use core::ptr::eq to speed up comparison | DoomDuck | 2024-02-07 | 1 | -1/+3 |
* | Refactor texture image filtering | Héctor Ramón Jiménez | 2023-11-11 | 1 | -33/+16 |
* | Fix clippy + fmt | Remmirad | 2023-11-11 | 1 | -1/+1 |
* | Implement texture filtering options | Remmirad | 2023-11-11 | 1 | -0/+32 |
* | Implement `PartialEq` and `Eq` for `image::Bytes` | Héctor Ramón Jiménez | 2023-04-05 | 1 | -29/+9 |
* | Draft (very) basic incremental rendering for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-04-04 | 1 | -1/+29 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+174 |