Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-10 | Add stroke_rectangle | 1 | -0/+24 | ||
This method should be able to leverage performance improvements in lyon's `tessellate_rectangle` over `tessellate_path`. | |||||
2024-08-04 | Implement missing `draw_svg` in `Frame` wrapper | 1 | -1/+7 | ||
2024-08-04 | Introduce `Svg` struct in `core::svg` | 1 | -23/+5 | ||
2024-08-04 | Introduce `Image` struct in `core::image` | 1 | -34/+5 | ||
2024-08-04 | Implement image support for `canvas` widget | 1 | -7/+65 | ||
2024-04-05 | Decouple caching from layering and simplify everything | 1 | -9/+7 | ||
2024-03-22 | Fix standalone compilation of `iced_widget` crate | 1 | -0/+46 | ||
2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 1 | -2/+1 | ||
2024-03-22 | Fix outdated warning in docs of `Frame::fill_text` | 1 | -8/+1 | ||
2024-03-22 | Fix broken links in documentation | 1 | -3/+8 | ||
2024-03-22 | Restore `canvas::Frame` API | 1 | -0/+208 | ||