Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -108/+0 | ||
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 | -9/+15 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -12/+22 | ||
2022-06-07 | Implement theme styling for `Canvas` | 1 | -7/+19 | ||
2022-03-18 | Reintroduce generic `Message` type for `canvas::Program` | 1 | -10/+5 | ||
As it is useful to make the `Message` completely free in many implementations. | |||||
2022-03-09 | Use associated type for `Message` in a `canvas::Program` | 1 | -5/+10 | ||
2021-06-24 | fix-typo | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -11/+5 | ||
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 | -4/+5 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+0 | ||
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -7/+15 | ||
2020-04-30 | Write documentation for the new `canvas` API | 1 | -0/+36 | ||
2020-04-29 | Introduce `Cursor` type in `canvas` | 1 | -11/+21 | ||
2020-04-29 | Let a `canvas::Program` control the mouse cursor | 1 | -0/+9 | ||
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | 1 | -3/+3 | ||
2020-04-28 | Allow `canvas::State` to produce messages | 1 | -6/+8 | ||
2020-04-19 | Remove `Layer` trait and simplify `Canvas` | 1 | -0/+20 | ||