Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-04 | Introduce `Svg` struct in `core::svg` | 1 | -1/+1 | ||
2024-08-04 | Introduce `Image` struct in `core::image` | 1 | -0/+1 | ||
2024-04-30 | Introduce `canvas::Cache` grouping | 1 | -1/+1 | ||
Caches with the same `Group` will share their text atlas! | |||||
2024-04-09 | Remove leftover `renderer` module in `iced_graphics` | 1 | -9/+0 | ||
2024-03-22 | Fix standalone compilation of `iced_widget` crate | 1 | -0/+10 | ||
2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 1 | -2/+2 | ||
2024-03-22 | Fix broken links in documentation | 1 | -9/+5 | ||
2024-03-22 | Restore `canvas::Frame` API | 1 | -247/+7 | ||
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -3/+269 | ||
2023-09-09 | Fix majority of unresolved documentation links | 1 | -2/+2 | ||
2023-06-29 | Write missing docs in `iced_graphics` and `iced_wgpu` | 1 | -0/+1 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -13/+3 | ||
2023-05-19 | Remove `Builder` abstractions for gradients | 1 | -1/+1 | ||
2023-05-11 | Write missing documentation in `iced_wgpu` | 1 | -5/+1 | ||
2023-05-11 | Write missing documentation in `iced_graphics` | 1 | -5/+6 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -2/+2 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -0/+36 | ||
Rename `canvas` modules to `geometry` in graphics subcrates |