Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | implement text support in canvas widget | 2020-03-06 | 5 | -31/+80 | ||
* | | Improve `Debug` implementation of `cache::State` | 2020-03-04 | 1 | -1/+14 | ||
|/ | ||||||
* | Write documentation for new `canvas` module | 2020-02-18 | 10 | -174/+400 | ||
* | Upgrade `Mesh2D` indices from `u16` to `u32` | 2020-02-14 | 1 | -1/+1 | ||
* | Add transform stack to `canvas::Frame` | 2020-02-14 | 2 | -7/+105 | ||
* | Implement additional methods in `path::Builder` | 2020-02-14 | 1 | -10/+75 | ||
* | Move `layer::Cached` to its own module | 2020-02-13 | 2 | -76/+86 | ||
* | Remove `canvas::Data` leftover | 2020-02-12 | 2 | -22/+0 | ||
* | Split `Fill` and `Stroke` into their own modules | 2020-02-12 | 3 | -78/+83 | ||
* | Finish `clock` example | 2020-02-12 | 4 | -17/+88 | ||
* | Implement `Frame::fill` and `Frame::stroke` | 2020-02-12 | 3 | -2/+100 | ||
* | Rename current `Path` to `path::Builder` | 2020-02-12 | 2 | -7/+29 | ||
* | Draft `Canvas` types and `clock` example | 2020-02-12 | 5 | -1/+332 | ||
* | Add `canvas` feature to `iced_wgpu` | 2020-02-11 | 1 | -0/+5 | ||
* | Implement styling for `Checkbox` | 2020-01-07 | 1 | -0/+9 | ||
* | Implement styling for `Radio` | 2020-01-07 | 1 | -0/+10 | ||
* | Implement styling for `ProgressBar` | 2020-01-07 | 1 | -0/+15 | ||
* | Implement styling for `Slider` | 2020-01-07 | 1 | -0/+16 | ||
* | Implement styling for `Scrollable` | 2020-01-06 | 1 | -0/+13 | ||
* | Draft basic styling for `TextInput` | 2020-01-01 | 1 | -0/+15 | ||
* | Move styling to a brand new `iced_style` crate | 2020-01-01 | 2 | -111/+9 | ||
* | Draft basic styling for `Container` | 2019-12-31 | 1 | -0/+37 | ||
* | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -26/+19 | ||
* | Draft `Style` and `StyleSheet` for `Button` | 2019-12-29 | 1 | -0/+97 |