Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2024-08-04 | Introduce `Svg` struct in `core::svg` | 1 | -29/+6 | ||
2024-08-04 | Simplify types in `tiny_skia::layer` | 1 | -16/+12 | ||
2024-08-04 | Introduce `Image` struct in `core::image` | 1 | -40/+17 | ||
2024-08-04 | Implement image support for `canvas` widget | 1 | -0/+43 | ||
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | 1 | -0/+4 | ||
2024-05-02 | Remove commented code in `tiny_skia::layer` | 1 | -16/+0 | ||
2024-05-02 | Simplify image rotation API and its internals | 1 | -7/+3 | ||
2024-05-02 | Add `Image` rotation support | 1 | -4/+28 | ||
Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | |||||
2024-04-10 | Clip quad damage with layer bounds in `iced_tiny_skia` | 1 | -1/+11 | ||
2024-04-10 | Sort damage by distance from origin in `iced_graphics::damage` | 1 | -10/+8 | ||
2024-04-10 | Track image damage in `iced_tiny_skia` | 1 | -0/+8 | ||
2024-04-10 | Account for `transformation` in `Text::visible_bounds` | 1 | -3/+1 | ||
2024-04-10 | Reintroduce damage tracking for `iced_tiny_skia` | 1 | -34/+110 | ||
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -0/+243 | ||