Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `repr(C)` to GPU types | 2019-12-01 | 1 | -0/+2 | |
| | |||||
* | Write docs for `iced_wgpu` | 2019-11-22 | 1 | -0/+1 | |
| | |||||
* | Apply HiDPI scaling to quads | 2019-11-05 | 1 | -15/+43 | |
| | | | | The anti-aliasing strategy is pretty naive, but we will manage for now. | ||||
* | Replace `nalgebra` with `glam` | 2019-10-31 | 1 | -6/+2 | |
| | | | | `glam` compiles much faster and leverages SIMD nicely. | ||||
* | Implement clipping for quads | 2019-10-27 | 1 | -0/+8 | |
| | |||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -0/+6 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Render colored quads | 2019-10-07 | 1 | -0/+269 | |