Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | 1 | -0/+2 | ||
2024-05-01 | Use an opaque `Id` type for `image::Handle` | 1 | -2/+2 | ||
Hashing pointers is a terrible idea. | |||||
2024-05-01 | Use `Bytes` as the `Container` of `ImageBuffer` | 1 | -1/+1 | ||
Since we don't need to mutate images once loaded, we avoid unnecessary extra allocations. | |||||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -1/+3 | ||
2023-11-11 | Refactor texture image filtering | 1 | -1/+2 | ||
- Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | |||||
2023-11-11 | Fix clippy + fmt | 1 | -3/+7 | ||
2023-11-11 | Implement texture filtering options | 1 | -1/+6 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+2 | ||
2023-07-12 | Fix import consistency for `bytemuck` | 1 | -3/+3 | ||
2023-07-12 | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 1 | -3/+3 | ||
2023-04-26 | Update `tiny-skia` and `resvg` | 1 | -1/+1 | ||
2023-03-07 | Trim `raster` cache in `iced_tiny_skia` | 1 | -0/+9 | ||
2023-03-07 | Implement `raster` pipeline in `iced_tiny_skia` | 1 | -0/+107 | ||