Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move styling to a brand new `iced_style` crate | 2020-01-01 | 1 | -0/+1 | |
| | |||||
* | Put `svg` rendering behind a feature gate | 2019-12-15 | 1 | -1/+4 | |
| | | | | This reduces binary size when SVG supoprt is not needed. | ||||
* | Implemented SVG support in iced_wgpu. | 2019-12-11 | 1 | -0/+1 | |
| | |||||
* | Fallback to embedded font when system font fails | 2019-11-26 | 1 | -2/+2 | |
| | |||||
* | Use latest `wgpu_glyph` | 2019-11-24 | 1 | -1/+1 | |
| | |||||
* | Add installation section to subcrate `README`s | 2019-11-20 | 1 | -2/+2 | |
| | |||||
* | Split text measurements cache from rendering cache | 2019-11-11 | 1 | -0/+1 | |
| | | | | | This speeds up layouting in the most common scenario considerably! :tada: | ||||
* | Update `wgpu` to `0.4` in `iced_wgpu` | 2019-11-07 | 1 | -2/+2 | |
| | |||||
* | Implement debug view and load system fonts | 2019-11-03 | 1 | -0/+1 | |
| | |||||
* | Replace `nalgebra` with `glam` | 2019-10-31 | 1 | -1/+1 | |
| | | | | `glam` compiles much faster and leverages SIMD nicely. | ||||
* | Implement text clipping (caching still broken) | 2019-10-28 | 1 | -3/+3 | |
| | |||||
* | Draft `Scrollable` widget (no clipping yet!) | 2019-10-25 | 1 | -0/+1 | |
| | |||||
* | Implement basic image rendering in `iced_wgpu` | 2019-10-23 | 1 | -0/+1 | |
| | |||||
* | Fix `wgpu_glyph` dependency in `iced_wgpu` | 2019-10-13 | 1 | -1/+1 | |
| | |||||
* | Use latest `wgpu` | 2019-10-07 | 1 | -5/+2 | |
| | |||||
* | Use `log` crate instead of `dbg!` | 2019-10-07 | 1 | -0/+1 | |
| | |||||
* | Draft basic text rendering using `wgpu_glyph` | 2019-10-05 | 1 | -0/+1 | |
| | |||||
* | Initialize `wgpu` | 2019-10-03 | 1 | -0/+4 | |
| | | | | We only enable the `vulkan` feature for now. | ||||
* | Start `iced_winit` and `iced_wgpu` | 2019-10-03 | 1 | -0/+12 | |