Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | 1 | -108/+0 | ||
2024-05-24 | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | 1 | -3/+13 | ||
2024-05-01 | Fix `clippy` lint in `runtime::window::screenshot` | 1 | -3/+3 | ||
2024-05-01 | Utilize bytes::Bytes iced_runtime::window::Screenshot | 1 | -5/+11 | ||
2023-09-19 | Chore: Apply clippy docs keyword quoting | 1 | -1/+1 | ||
Add quotes a number of doc strings like `sRGB` | |||||
2023-06-27 | Move `Screenshot` inside `window` module | 1 | -0/+1 | ||
2023-06-06 | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>` | 1 | -4/+15 | ||
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 1 | -0/+80 | ||
window::screenshot command. |