Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-02 | Introduce `with_transformation` to `Renderer` trait | 1 | -124/+0 | ||
2024-02-02 | Allow only uniform scaling in `Transformation` | 1 | -10/+5 | ||
2024-02-02 | Replace `Primitive::Translate` with `Transform` | 1 | -5/+75 | ||
2022-11-03 | Fix lints by `clippy` | 1 | -3/+3 | ||
2022-10-06 | Fixed lint issues & cleaned up some documentation. | 1 | -1/+1 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -1/+7 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -1/+7 | ||
2020-08-17 | Invert Y axis in `Transformation::orthographic` | 1 | -1/+5 | ||
2020-08-17 | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | 1 | -7/+2 | ||
2020-05-19 | Move `Transformation` to `iced_graphics` | 1 | -0/+0 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+0 | ||
2020-04-07 | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 1 | -2/+2 | ||
2020-03-29 | Remove unnecessary `clone` call in `Transformation` | 1 | -1/+1 | ||
2020-02-07 | Update `winit` to `0.20` | 1 | -3/+3 | ||
2019-11-06 | Fix panic in `Transformation::scale` | 1 | -1/+1 | ||
2019-11-05 | Apply HiDPI to text, images, and clip primitives | 1 | -0/+5 | ||
Quads are a bit trickier to handle. We may need to change the shaders a bit. | |||||
2019-10-31 | Replace `nalgebra` with `glam` | 1 | -15/+16 | ||
`glam` compiles much faster and leverages SIMD nicely. | |||||
2019-10-29 | Fix `Transformation` docs | 1 | -11/+0 | ||
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -19/+48 | ||
2019-10-07 | Render colored quads | 1 | -0/+30 | ||