Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -63/+0 | |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -3/+3 | |
2020-04-29 | Remove `OutOfBounds` variant from `MouseCursor` | 1 | -1/+1 | |
2020-04-10 | Align text in `iced_wgpu` on a case-by-case basis | 1 | -1/+5 | |
2020-03-29 | Remove redundant field assignment | 1 | -1/+1 | |
2020-02-18 | Pull `Checkbox` default constants from its `Renderer` | 1 | -5/+2 | |
2020-01-08 | Allow `Checkbox` style to change based on its state | 1 | -2/+2 | |
2020-01-07 | Implement styling for `Checkbox` | 1 | -15/+16 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -27/+17 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -45/+17 | |
2019-11-14 | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 1 | -8/+9 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -10/+14 | |
2019-11-10 | Draft new layout API | 1 | -16/+15 | |
2019-11-07 | use Color's `From` impl in more places | 1 | -21/+9 | |
2019-11-05 | Fix checkbox border radius | 1 | -1/+1 | |
2019-11-02 | Move `Target` to its own module | 1 | -0/+0 | |
2019-10-30 | Handle some `TextInput` events | 1 | -0/+1 | |
2019-10-13 | Draw checkbox in `iced_wgpu` | 1 | -8/+94 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -2/+4 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -1/+1 | |
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+18 |