Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2025-01-24 | Add `Duration` helpers to `time` module | 1 | -2/+2 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -5/+2 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-03-22 | Restore `canvas::Frame` API | 1 | -1/+1 | ||
2024-03-21 | Restore `canvas::Program` API | 1 | -4/+6 | ||
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -6/+4 | ||
2024-03-17 | Move `Program` to `application` module | 1 | -1/+1 | ||
2024-03-17 | Remove `Sandbox` trait :tada: | 1 | -1/+1 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -1/+1 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -2/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -36/+18 | ||
2023-09-20 | Fix `clippy::default_trait_access` | 1 | -1/+1 | ||
2023-06-08 | Implement basic cursor availability | 1 | -2/+3 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -1/+1 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -4/+5 | ||
2022-11-03 | Derive `Copy` for `Theme` | 1 | -1/+1 | ||
2022-11-03 | fix: arc example | 1 | -1/+1 | ||
2022-10-05 | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 1 | -2/+2 | ||
2022-10-04 | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 1 | -2/+2 | ||
storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | |||||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -7/+7 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -7/+7 | ||
2022-07-27 | Enable `arc` example | 1 | -3/+5 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -0/+124 | ||