Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -93/+0 | |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 1 | -3/+3 | |
2020-04-29 | Remove `OutOfBounds` variant from `MouseCursor` | 1 | -1/+1 | |
2020-03-29 | Remove unnecessary merge of `iced_wgpu::Defaults` | 1 | -2/+1 | |
2020-01-22 | Add default padding to `Button` | 1 | -0/+2 | |
2020-01-06 | Draft `styling` example | 1 | -1/+0 | |
2020-01-05 | Fix styling in `button::Renderer` implementation | 1 | -27/+37 | |
2020-01-05 | Add border and shadow styling to `Button` | 1 | -4/+4 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -1/+7 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -5/+22 | |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -14/+14 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -41/+11 | |
2019-11-13 | Remove default styling of `Button` | 1 | -22/+23 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -10/+19 | |
2019-11-10 | Draft new layout API | 1 | -12/+14 | |
2019-11-07 | use Color's `From` impl in more places | 1 | -13/+5 | |
2019-11-02 | Move `Target` to its own module | 1 | -0/+0 | |
2019-10-12 | Fix button shadow feedback in `iced_wgpu` | 1 | -6/+8 | |
2019-10-12 | Add a slight shadow to buttons for feedback | 1 | -2/+28 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -23/+32 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -19/+26 | |
2019-10-07 | Render colored quads | 1 | -4/+6 | |
2019-10-07 | Rename `Box` primitive to `Quad` | 1 | -1/+1 | |
2019-10-06 | Draft `Box` primitive | 1 | -8/+30 | |
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+18 |