Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reintroduce backend selection through `ICED_BACKEND` env var | 2024-03-24 | 1 | -0/+1 | |
* | Update some dependencies | 2024-02-09 | 1 | -1/+1 | |
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -1/+0 | |
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -44/+35 | |
|\ | |||||
| * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -50/+40 | |
| * | Enable WebGPU backend in `wgpu` by default instead of WebGL | 2023-09-04 | 1 | -3/+1 | |
| * | Update `wgpu` for Wasm | 2023-09-03 | 1 | -1/+1 | |
| * | Update `wgpu` to `0.17` | 2023-09-03 | 1 | -2/+2 | |
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -9/+0 | |
|/ | |||||
* | Bump version of `iced_wgpu` :tada: | 2023-08-02 | 1 | -1/+1 | |
* | Bump versions :tada: | 2023-07-28 | 1 | -2/+2 | |
* | Update `glyphon` to `0.3` :tada: | 2023-07-27 | 1 | -6/+2 | |
* | Use official `glyphon` repository instead of fork | 2023-07-20 | 1 | -2/+2 | |
* | Update `cosmic-text` and `glyphon` | 2023-07-20 | 1 | -1/+1 | |
* | Update `resvg` dependency to `0.35` | 2023-07-12 | 1 | -1/+1 | |
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 2023-07-12 | 1 | -1/+1 | |
* | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -1/+1 | |
* | Update `glyphon` and `cosmic-text` | 2023-06-16 | 1 | -1/+1 | |
* | Use consistent color strategy in `glyphon` | 2023-06-01 | 1 | -1/+1 | |
* | Introduce `web-colors` feature flag to enable sRGB linear blending | 2023-05-31 | 1 | -0/+1 | |
* | Skip missing glyphs instead of panicking in `glyphon` | 2023-05-29 | 1 | -1/+1 | |
* | Update `glam` to `0.24` | 2023-05-22 | 1 | -1/+1 | |
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -4/+0 | |
* | Merge branch 'master' into advanced-text | 2023-05-02 | 1 | -3/+3 | |
|\ | |||||
| * | wgpu 0.16 | 2023-04-20 | 1 | -2/+2 | |
* | | Update `glyphon` and `cosmic-text` | 2023-05-02 | 1 | -1/+1 | |
* | | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -1/+1 | |
* | | Fix incorrect `wgpu` version for Wasm builds in `iced_wgpu` | 2023-04-26 | 1 | -1/+1 | |
* | | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -1/+1 | |
* | | Update `glyphon` to latest `dev` | 2023-04-17 | 1 | -1/+1 | |
* | | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -2/+2 | |
|\| | |||||
| * | Bump versions :tada: | 2023-04-13 | 1 | -3/+3 | |
| * | Update `wgpu` to `0.15` | 2023-04-13 | 1 | -2/+2 | |
* | | Update `wgpu` and `cosmic-text` | 2023-04-08 | 1 | -2/+2 | |
* | | Update `cosmic-text` to latest :tada: | 2023-03-19 | 1 | -2/+1 | |
* | | Remove `image` abstractions in `iced_graphics` | 2023-03-07 | 1 | -14/+6 | |
* | | Move `webgl` feature selection for `wgpu` into `iced_wgpu` | 2023-03-05 | 1 | -1/+3 | |
* | | Update `glyphon` in `iced_wgpu` | 2023-03-04 | 1 | -1/+1 | |
* | | Merge branch 'advanced-text' into feature/software-renderer | 2023-03-04 | 1 | -1/+1 | |
|\ \ | |||||
| * | | Reuse text buffers independently of color in `iced_wgpu` | 2023-02-27 | 1 | -1/+1 | |
* | | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+0 | |
* | | | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -1/+1 | |
* | | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -6/+9 | |
|/ / | |||||
* | | Update `glyphon` in `iced_wgpu` | 2023-02-24 | 1 | -1/+1 | |
* | | Grow atlas in `text::Pipeline` when necessary | 2023-02-24 | 1 | -1/+1 | |
* | | Use my GitHub fork of `glyphon` | 2023-02-24 | 1 | -3/+2 | |
* | | Reuse a `RenderPass` as much as possible in `iced_wgpu` | 2023-02-24 | 1 | -2/+3 | |
* | | Avoid allocating `text_areas` in `text::Pipeline` | 2023-02-24 | 1 | -1/+1 | |
* | | Update `glyphon` fork (sRGB support) | 2023-02-24 | 1 | -1/+1 | |
* | | Disable `std` feature for `twox-hash` to fix Wasm build | 2023-02-24 | 1 | -1/+8 |