Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-04 | Implement image support for `canvas` widget | 1 | -2/+10 | ||
2024-05-12 | Align images to the pixel grid in `iced_wgpu` | 1 | -1/+1 | ||
This should fix some graphical glitches, at the expense of potential alignment issues with small icons / images. | |||||
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | 1 | -4/+7 | ||
2024-05-02 | Simplify image rotation API and its internals | 1 | -15/+6 | ||
2024-05-02 | Add `Image` rotation support | 1 | -8/+29 | ||
Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | |||||
2023-09-24 | Reassign attribute locations for image shader | 1 | -5/+5 | ||
2023-09-24 | Compute vertex position for image shader | 1 | -3/+5 | ||
2022-07-02 | better `wgsl` code style | 1 | -3/+3 | ||
2022-07-02 | fix `wgsl` syntax | 1 | -1/+1 | ||
2022-07-02 | update `wgpu` to `0.13` | 1 | -15/+15 | ||
2022-01-04 | Update wgpu 0.12 | 1 | -1/+0 | ||
2021-04-12 | add temporary fix for image wgsl | 1 | -6/+8 | ||
2021-04-11 | Upgrade wgpu | 1 | -0/+45 | ||