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