Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-04 | Implement image support for `canvas` widget | 1 | -1/+1 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -0/+3 | ||
2024-03-30 | Replace `xxhash-rust` with `rustc-hash` | 1 | -1/+0 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -1/+0 | ||
And update `glyphon` and `window_clipboard` | |||||
2023-11-11 | Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance. | 1 | -5/+1 | ||
xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers. | |||||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -30/+24 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-07-28 | Bump versions :tada: | 1 | -1/+8 | ||
2023-07-20 | Update `cosmic-text` and `glyphon` | 1 | -4/+1 | ||
2023-07-12 | Update `resvg` dependency to `0.35` | 1 | -1/+1 | ||
2023-07-12 | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 1 | -2/+2 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -1/+0 | ||
2023-06-20 | Use subpixel glyph positioning and layout linearity | 1 | -1/+1 | ||
... for offsetting and scaling text | |||||
2023-06-16 | Update `glyphon` and `cosmic-text` | 1 | -1/+1 | ||
2023-05-02 | Update `glyphon` and `cosmic-text` | 1 | -1/+1 | ||
2023-05-02 | Make basic text shaping the default shaping strategy | 1 | -1/+4 | ||
2023-04-26 | Update `tiny-skia` and `resvg` | 1 | -2/+2 | ||
2023-04-26 | Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible" | 1 | -6/+0 | ||
This reverts commit 16e6efe020e75d51958875fa198196534679af8d. | |||||
2023-04-08 | Use `pixels` for presentation in `iced_tiny_skia` when possible | 1 | -0/+6 | ||
2023-04-08 | Update `wgpu` and `cosmic-text` | 1 | -5/+1 | ||
2023-04-05 | Revert "Use `softbuffer` fork with owned pixel buffer" | 1 | -4/+1 | ||
This reverts commit 92d61e5c592818745abbab245a82cb14b262ae67. The owned pixel buffer zeroes the data in some platforms. `softbuffer` will need some first-class support for damage regions. | |||||
2023-04-05 | Use `softbuffer` fork with owned pixel buffer | 1 | -1/+4 | ||
2023-04-04 | Warn about invalid paths in `iced_tiny_skia` instead of panicking | 1 | -0/+1 | ||
2023-03-19 | Update `cosmic-text` to latest :tada: | 1 | -3/+2 | ||
2023-03-07 | Implement `vector` pipeline in `iced_tiny_skia` | 1 | -1/+5 | ||
2023-03-07 | Implement `raster` pipeline in `iced_tiny_skia` | 1 | -1/+1 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -4/+0 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -1/+1 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-03 | Mark `Primitive` as `non-exhaustive` in `iced_graphics` | 1 | -0/+1 | ||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -0/+1 | ||
2023-02-27 | Implement basic glyph cache in `iced_tiny_skia` | 1 | -1/+1 | ||
2023-02-27 | Use `kurbo` to approximate arcs in `iced_tiny_skia` | 1 | -0/+1 | ||
2023-02-26 | Draft text support in `iced_tiny_skia` | 1 | -0/+15 | ||
2023-02-26 | Use `Surface::buffer` directly for drawing in `iced_tiny_skia` | 1 | -0/+1 | ||
... with a nice little color trick :^) | |||||
2023-02-25 | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 1 | -0/+21 | ||