Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -0/+4 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -16/+16 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -12/+14 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -15/+34 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Reintroduce damage tracking for `iced_tiny_skia` | 2024-04-10 | 1 | -17/+17 | |
| | |||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -0/+831 | |