Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -225/+1 | |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -4/+4 | |
2020-04-30 | Write documentation for the new `canvas` API | 1 | -4/+7 | |
2020-04-29 | Introduce `Cursor` type in `canvas` | 1 | -21/+17 | |
2020-04-29 | Let a `canvas::Program` control the mouse cursor | 1 | -1/+1 | |
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | 1 | -31/+27 | |
2020-04-28 | Allow `canvas::State` to produce messages | 1 | -8/+17 | |
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | 1 | -12/+12 | |
2020-04-19 | Remove `Layer` trait and simplify `Canvas` | 1 | -23/+23 | |
2020-04-19 | Simplify `Canvas` example in documentation | 1 | -1/+1 | |
2020-04-19 | Draft `Program` interactivity for `Canvas` | 1 | -27/+55 | |
2020-04-02 | Add examples to `Canvas` documentation | 1 | -2/+15 | |
2020-04-02 | Fix minor documentation issues | 1 | -1/+1 | |
2020-04-02 | Add example for `Canvas` widget | 1 | -2/+39 | |
2020-03-07 | Implement `Primitive::Cached` | 1 | -1/+4 | |
2020-03-07 | Rename `canvas::TextNode` to `canvas::Text` | 1 | -1/+1 | |
2020-03-06 | implement text support in canvas widget | 1 | -4/+3 | |
2020-02-18 | Write documentation for new `canvas` module | 1 | -2/+33 | |
2020-02-12 | Remove `canvas::Data` leftover | 1 | -2/+0 | |
2020-02-12 | Split `Fill` and `Stroke` into their own modules | 1 | -78/+5 | |
2020-02-12 | Finish `clock` example | 1 | -3/+18 | |
2020-02-12 | Implement `Frame::fill` and `Frame::stroke` | 1 | -0/+20 | |
2020-02-12 | Draft `Canvas` types and `clock` example | 1 | -1/+154 | |
2020-02-11 | Add `canvas` feature to `iced_wgpu` | 1 | -0/+5 |