Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-11-23 | Use `f32` for `border_width` and `border_radius` | 1 | -2/+2 | |
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -3/+3 | |
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+0 | |
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+0 | |
2020-04-28 | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 1 | -2/+7 | |
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | 1 | -7/+9 | |
2020-03-07 | Implement `Primitive::Cached` | 1 | -1/+12 | |
2020-02-12 | Finish `clock` example | 1 | -2/+8 | |
2020-01-02 | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 1 | -6/+8 | |
2020-01-01 | Implement Geometry2D primitive | 1 | -1/+6 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -0/+4 | |
2019-12-30 | Implement `Default` for `iced_wgpu::Primitive` | 1 | -0/+6 | |
2019-12-15 | Rerasterize SVGs when resized and refactor a bit | 1 | -2/+10 | |
2019-12-12 | Merged svg pipeline into image | 1 | -7/+0 | |
2019-12-11 | Added an `Icon` widget to native. | 1 | -4/+2 | |
2019-12-11 | Implemented SVG support in iced_wgpu. | 1 | -0/+9 | |
2019-11-29 | Allow to load an image from memory | 1 | -3/+3 | |
2019-11-22 | Write docs for `iced_wgpu` | 1 | -0/+23 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -3/+6 | |
2019-11-13 | Draft `Font` type and implement `Text::font` | 1 | -1/+2 | |
2019-11-05 | Add horizontal offset to `Primitive::Clip` | 1 | -2/+2 | |
2019-10-29 | Rename `Primitive::Scrollable` to `Clip` | 1 | -1/+1 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+5 | |
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -0/+4 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -7/+5 | |
2019-10-07 | Render colored quads | 1 | -0/+1 | |
2019-10-07 | Rename `Box` primitive to `Quad` | 1 | -1/+1 | |
2019-10-06 | Draft `Box` primitive | 1 | -1/+10 | |
2019-10-05 | Modularize `iced_wgpu` | 1 | -0/+14 |