Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-13 | Add `rounded_rectangle` to `geometry::Path` | 1 | -1/+12 | ||
2023-05-11 | Write missing documentation in `iced_graphics` | 1 | -0/+2 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -1/+1 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -0/+0 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -47/+5 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -1/+1 | ||
2022-07-11 | Update `lyon` to `1.0` :tada: | 1 | -6/+5 | ||
Congrats and thanks to @nical! | |||||
2022-07-09 | Run `cargo fmt` | 1 | -3/+2 | ||
2022-07-09 | Address Clippy lints | 1 | -3/+2 | ||
2022-02-03 | Access `lyon_algorithms` indirectly through `lyon` | 1 | -2/+2 | ||
2022-02-03 | Ask for a slice of segments instead of ownership in `LineDash` | 1 | -9/+8 | ||
2022-01-27 | Remove vec allocation | 1 | -35/+36 | ||
2022-01-27 | Add line dash API | 1 | -0/+44 | ||
2021-08-26 | Update `lyon` to `0.17` in `iced_graphics` | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -11/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+0 | ||
2020-04-14 | Implement `canvas::Path::line` helper method | 1 | -0/+11 | ||
2020-04-14 | Implement `canvas::Path::circle` helper method | 1 | -0/+8 | ||
2020-04-14 | Implement `canvas::Path::rectangle` helper method | 1 | -0/+10 | ||
2020-04-02 | Fix minor documentation issues | 1 | -0/+1 | ||
2020-02-18 | Write documentation for new `canvas` module | 1 | -151/+17 | ||
2020-02-14 | Add transform stack to `canvas::Frame` | 1 | -0/+10 | ||
2020-02-14 | Implement additional methods in `path::Builder` | 1 | -10/+75 | ||
2020-02-12 | Finish `clock` example | 1 | -0/+2 | ||
2020-02-12 | Implement `Frame::fill` and `Frame::stroke` | 1 | -0/+6 | ||
2020-02-12 | Rename current `Path` to `path::Builder` | 1 | -5/+27 | ||
2020-02-12 | Draft `Canvas` types and `clock` example | 1 | -0/+78 | ||