Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 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 | -7/+8 | ||
2024-03-22 | Fix broken links in documentation | 1 | -1/+8 | ||
2024-03-21 | Restore `canvas::Program` API | 1 | -5/+6 | ||
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -13/+6 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -5/+5 | ||
2023-09-09 | Fix majority of unresolved documentation links | 1 | -5/+6 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -3/+3 | ||
2023-06-08 | Implement basic cursor availability | 1 | -7/+6 | ||
2023-05-11 | Write missing documentation in `iced_graphics` | 1 | -3/+3 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -6/+7 | ||
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 | ||