Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-19 | Move built-in fonts to `iced_graphics` | 1 | -1/+1 | |
2020-05-19 | Move `font::Source` to `iced_graphics` | 1 | -1/+1 | |
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -7/+4 | |
2020-05-06 | Pin `gfx-memory` until allocator issue is fixed | 1 | -0/+3 | |
2020-05-05 | Update iced_wgpu dependencies | 1 | -4/+4 | |
2020-04-26 | Bump versions :tada: | 1 | -1/+1 | |
2020-04-15 | Bump versions :tada: | 1 | -1/+1 | |
2020-04-13 | Use new release of `wgpu_glyph` | 1 | -1/+1 | |
2020-04-07 | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 1 | -2/+3 | |
2020-04-05 | Enable feature flags in `docs.rs` | 1 | -0/+4 | |
2020-04-02 | Bump all versions :tada: | 1 | -3/+9 | |
2020-03-03 | Use new `wgpu_glyph` release in `iced_wgpu` | 1 | -1/+1 | |
2020-02-25 | Updated shaders and removed debug_stub_derive dependency | 1 | -1/+0 | |
2020-02-25 | Merged image and svg texture atlases into one owned by the image pipeline. | 1 | -0/+1 | |
2020-02-25 | Implemented a texture atlas for images and svgs. | 1 | -0/+1 | |
2020-02-11 | Add `canvas` feature to `iced_wgpu` | 1 | -2/+14 | |
2020-01-20 | Make `image` support optional in `iced_wgpu` | 1 | -1/+1 | |
2020-01-01 | Move styling to a brand new `iced_style` crate | 1 | -0/+1 | |
2019-12-15 | Put `svg` rendering behind a feature gate | 1 | -1/+4 | |
2019-12-11 | Implemented SVG support in iced_wgpu. | 1 | -0/+1 | |
2019-11-26 | Fallback to embedded font when system font fails | 1 | -2/+2 | |
2019-11-24 | Use latest `wgpu_glyph` | 1 | -1/+1 | |
2019-11-20 | Add installation section to subcrate `README`s | 1 | -2/+2 | |
2019-11-11 | Split text measurements cache from rendering cache | 1 | -0/+1 | |
2019-11-07 | Update `wgpu` to `0.4` in `iced_wgpu` | 1 | -2/+2 | |
2019-11-03 | Implement debug view and load system fonts | 1 | -0/+1 | |
2019-10-31 | Replace `nalgebra` with `glam` | 1 | -1/+1 | |
2019-10-28 | Implement text clipping (caching still broken) | 1 | -3/+3 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+1 | |
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -0/+1 | |
2019-10-13 | Fix `wgpu_glyph` dependency in `iced_wgpu` | 1 | -1/+1 | |
2019-10-07 | Use latest `wgpu` | 1 | -5/+2 | |
2019-10-07 | Use `log` crate instead of `dbg!` | 1 | -0/+1 | |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | 1 | -0/+1 | |
2019-10-03 | Initialize `wgpu` | 1 | -0/+4 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -2/+6 | |
2019-09-24 | Remove `stretch` optional dependency in `core` | 1 | -5/+0 | |
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -0/+13 | |
2019-09-14 | Rethink workspace structure | 1 | -25/+0 | |
2019-09-10 | Switch to workspace layout | 1 | -5/+0 | |
2019-09-10 | Explain `ggez` personal fork in `Cargo.toml` | 1 | -0/+2 | |
2019-09-05 | Ask users to share use cases | 1 | -0/+6 | |
2019-09-04 | Improve tour example | 1 | -1/+1 | |
2019-09-03 | Update `ggez` example to `FontCache` changes | 1 | -1/+1 | |
2019-09-01 | Add more implementation details to `README` | 1 | -0/+2 | |
2019-09-01 | Add conversion functions for `winit` feature | 1 | -0/+1 | |
2019-08-31 | Remove `nalgebra` dependency | 1 | -1/+0 | |
2019-08-30 | Write documentation example for `Element::map` | 1 | -1/+1 | |
2019-08-30 | Make `Hasher` opaque | 1 | -1/+1 | |
2019-07-28 | Fix typo in `README` | 1 | -1/+1 |