Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-05 | Implement `reactive-rendering` for `canvas` | 1 | -21/+0 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -1/+1 | ||
2023-09-09 | Fix majority of unresolved documentation links | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -4/+4 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -4/+4 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -4/+4 | ||
2022-10-04 | expose touch events in canvas widget | 1 | -0/+4 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -1/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-12 | Implement event capturing for `Canvas` | 1 | -0/+1 | ||
2020-11-12 | Make `Widget::on_event` return an `event::Status` | 1 | -0/+2 | ||
2020-08-10 | Add `Keyboard` variant to `canvas::Event` | 1 | -0/+4 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+0 | ||
2020-04-30 | Write documentation for the new `canvas` API | 1 | -0/+4 | ||
2020-04-30 | Remove inconsistent `input` module in `iced_native` | 1 | -1/+1 | ||
2020-04-19 | Draft `Program` interactivity for `Canvas` | 1 | -0/+6 | ||