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