Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-13 | Fix `wgpu_glyph` dependency in `iced_wgpu` | 1 | -1/+1 | |
2019-10-13 | Draft `Debugger` implementation in `iced_wgpu` | 1 | -3/+30 | |
2019-10-13 | Draw checkbox in `iced_wgpu` | 1 | -8/+94 | |
2019-10-12 | Draw radio buttons in `iced_wgpu` | 1 | -7/+99 | |
2019-10-12 | Fix button shadow feedback in `iced_wgpu` | 1 | -6/+8 | |
2019-10-12 | Draw sliders in `iced_wgpu` | 3 | -8/+119 | |
2019-10-12 | Add a slight shadow to buttons for feedback | 1 | -2/+28 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 9 | -66/+103 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 9 | -13/+14 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 3 | -42/+31 | |
2019-10-08 | Make `iced_core::Button` customizable | 13 | -45/+122 | |
2019-10-08 | Draft fragment shader for rounded rectangles | 4 | -1/+30 | |
2019-10-07 | Use latest `wgpu` | 2 | -16/+13 | |
2019-10-07 | Use `log` crate instead of `dbg!` | 2 | -0/+3 | |
2019-10-07 | Render colored quads | 10 | -6/+372 | |
2019-10-07 | Rename `Box` primitive to `Quad` | 3 | -4/+4 | |
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -1/+1 | |
2019-10-06 | Draft `Box` primitive | 4 | -10/+44 | |
2019-10-05 | Modularize `iced_wgpu` | 11 | -353/+394 | |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | 2 | -41/+186 | |
2019-10-05 | Move `MouseCursor` to `iced_wgpu` | 1 | -0/+35 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 1 | -14/+56 | |
2019-10-03 | Clear the window properly on redraw | 1 | -3/+47 | |
2019-10-03 | Initialize `wgpu` | 2 | -1/+42 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 2 | -0/+99 |