Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-22 | Restore `canvas::Frame` API | 1 | -137/+0 | ||
2024-03-21 | Gate `Custom` variants in `iced_renderer` behind `custom` feature | 1 | -2/+5 | ||
2024-03-21 | Draft support for dynamic custom renderer injection | 1 | -0/+9 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -2/+2 | ||
2023-09-20 | Fix `clippy::default_trait_access` | 1 | -1/+1 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -7/+45 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -1/+3 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -0/+85 | ||
Rename `canvas` modules to `geometry` in graphics subcrates |