Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -2/+0 | |
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -1/+0 | |
2020-05-19 | Move `Viewport` to `iced_graphics` | 1 | -3/+1 | |
2020-05-19 | Move `Transformation` to `iced_graphics` | 1 | -2/+1 | |
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -7/+6 | |
2020-04-30 | Write documentation for the new `canvas` API | 1 | -1/+1 | |
2020-04-19 | Draft `Program` interactivity for `Canvas` | 1 | -1/+1 | |
2020-04-04 | document wgpu feature flags | 1 | -0/+2 | |
2020-04-02 | Update `iced_wgpu` root documentation | 1 | -1/+2 | |
2020-02-28 | Remove unnecessary `pub(crate) use` | 1 | -3/+0 | |
2020-02-28 | Stop creating image pipeline when unnecessary | 1 | -3/+6 | |
2020-02-26 | Make new `texture` module private for now | 1 | -2/+2 | |
2020-02-26 | Refactor texture atlas | 1 | -1/+2 | |
2020-02-18 | Write documentation for new `canvas` module | 1 | -1/+1 | |
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 1 | -1/+1 | |
2020-02-11 | Add `canvas` feature to `iced_wgpu` | 1 | -1/+1 | |
2020-02-09 | Improve consistency in new `iced_wgpu` types | 1 | -0/+2 | |
2020-02-09 | Write documentation for new `iced_wgpu` types | 1 | -1/+1 | |
2020-02-09 | Allow `iced_wgpu` to render to any `TextureView` | 1 | -2/+8 | |
2020-01-20 | Forbid unsafe code and Rust 2018 idioms | 1 | -2/+2 | |
2020-01-09 | Write missing docs and reenable deny statements | 1 | -1/+1 | |
2020-01-02 | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 1 | -1/+2 | |
2020-01-01 | Implement Geometry2D primitive | 1 | -0/+1 | |
2020-01-01 | Allow configuration of default font | 1 | -0/+2 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -0/+2 | |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -5/+9 | |
2019-12-12 | Merged svg pipeline into image | 1 | -2/+0 | |
2019-12-11 | Implemented SVG support in iced_wgpu. | 1 | -0/+2 | |
2019-11-22 | Write docs for `iced_wgpu` | 1 | -0/+26 | |
2019-11-13 | Move text logic in `iced_wgpu` to a `text` module | 1 | -1/+1 | |
2019-11-03 | Implement debug view and load system fonts | 1 | -0/+1 | |
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -0/+2 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 1 | -2/+0 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -1/+1 | |
2019-10-07 | Render colored quads | 1 | -0/+5 | |
2019-10-06 | Draft `Box` primitive | 1 | -1/+1 | |
2019-10-05 | Modularize `iced_wgpu` | 1 | -353/+6 | |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | 1 | -41/+185 | |
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` | 1 | -1/+38 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -0/+87 |