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