Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |