Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | |
2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -2/+2 | |
2024-11-05 | Implement `reactive-rendering` for `canvas` | 1 | -17/+16 | |
2024-09-13 | Fix examples/multitouch dividing by zero | 1 | -1/+1 | |
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 | -2/+0 | |
2024-03-21 | Restore `canvas::Program` API | 1 | -4/+4 | |
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -4/+6 | |
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 | -58/+16 | |
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -1/+1 | |
2023-09-04 | Use workspace dependencies and package inheritance | 2 | -4/+5 | |
2023-08-23 | Update vulnerable `env_logger` dependency in examples | 1 | -1/+1 | |
2023-06-08 | Implement basic cursor availability | 1 | -3/+4 | |
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -3/+4 | |
2022-11-03 | Fix `multitouch` example | 1 | -2/+3 | |
2022-10-04 | Fix `clippy` lints | 1 | -7/+4 | |
2022-10-04 | Replace `voronoi` crate with `voronator` | 2 | -24/+18 | |
2022-10-04 | Finish `multitouch` example | 1 | -31/+14 | |
2022-10-04 | vornoi experiment | 2 | -5/+81 | |
2022-10-04 | Working multitouch example | 2 | -0/+161 |