Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `Transformation` to `iced_graphics` | 2020-05-19 | 1 | -54/+0 | |
| | |||||
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 1 | -2/+2 | |
| | |||||
* | Remove unnecessary `clone` call in `Transformation` | 2020-03-29 | 1 | -1/+1 | |
| | |||||
* | Update `winit` to `0.20` | 2020-02-07 | 1 | -3/+3 | |
| | |||||
* | Fix panic in `Transformation::scale` | 2019-11-06 | 1 | -1/+1 | |
| | |||||
* | Apply HiDPI to text, images, and clip primitives | 2019-11-05 | 1 | -0/+5 | |
| | | | | | Quads are a bit trickier to handle. We may need to change the shaders a bit. | ||||
* | Replace `nalgebra` with `glam` | 2019-10-31 | 1 | -15/+16 | |
| | | | | `glam` compiles much faster and leverages SIMD nicely. | ||||
* | Fix `Transformation` docs | 2019-10-29 | 1 | -11/+0 | |
| | |||||
* | Draft `Scrollable` widget (no clipping yet!) | 2019-10-25 | 1 | -19/+48 | |
| | |||||
* | Render colored quads | 2019-10-07 | 1 | -0/+30 | |