Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -2/+2 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -10/+69 | |
| | |||||
* | Implement `From<&Handle>` for `image::Handle` | 2024-08-03 | 1 | -0/+6 | |
| | |||||
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -0/+1 | |
| | |||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -3/+2 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -0/+2 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Fix documentation link in `image::Handle` | 2024-05-01 | 1 | -1/+1 | |
| | |||||
* | Make `image::Id` actually opaque | 2024-05-01 | 1 | -22/+38 | |
| | |||||
* | Use an opaque `Id` type for `image::Handle` | 2024-05-01 | 1 | -21/+47 | |
| | | | | Hashing pointers is a terrible idea. | ||||
* | Use `Bytes` as the `Container` of `ImageBuffer` | 2024-05-01 | 1 | -53/+38 | |
| | | | | | Since we don't need to mutate images once loaded, we avoid unnecessary extra allocations. | ||||
* | Utilize bytes::Bytes for images | 2024-05-01 | 1 | -56/+6 | |
| | |||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -2/+3 | |
| | |||||
* | Draft support for dynamic custom renderer injection | 2024-03-21 | 1 | -2/+2 | |
| | |||||
* | image::Bytes::PartialEq: use core::ptr::eq to speed up comparison | 2024-02-07 | 1 | -1/+3 | |
| | |||||
* | Refactor texture image filtering | 2023-11-11 | 1 | -33/+16 | |
| | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
* | Fix clippy + fmt | 2023-11-11 | 1 | -1/+1 | |
| | |||||
* | Implement texture filtering options | 2023-11-11 | 1 | -0/+32 | |
| | |||||
* | Implement `PartialEq` and `Eq` for `image::Bytes` | 2023-04-05 | 1 | -29/+9 | |
| | |||||
* | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -1/+29 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+174 | |