Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -1/+1 | ||
2024-11-05 | Implement `reactive-rendering` for `canvas` | 1 | -19/+14 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -5/+3 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -1/+1 | ||
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 | -3/+5 | ||
2024-03-18 | refactor: replace `text(format!(` with `text` macro | 1 | -1/+1 | ||
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 | -4/+7 | ||
2024-03-16 | Introduce `Program` API | 1 | -40/+10 | ||
2024-01-04 | Make `Shrink` have priority over `Fill` in layout | 1 | -2/+0 | ||
2023-09-20 | Fix `clippy::manual_let_else` | 1 | -4/+1 | ||
2023-09-07 | Host GIFs and video examples in `iced.rs` | 1 | -3/+1 | ||
RIP Gfycat | |||||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -2/+4 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-06-08 | Take `Rectangle` by value in `Cursor` API | 1 | -6/+6 | ||
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-09-23 | Implement sierpinski-triangle example | 3 | -0/+219 | ||