Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement image support for `canvas` widget | 2024-08-04 | 1 | -1/+1 | |
| | |||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -0/+3 | |
| | |||||
* | Replace `xxhash-rust` with `rustc-hash` | 2024-03-30 | 1 | -1/+0 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -1/+0 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance. | 2023-11-11 | 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. | ||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 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. | ||||
* | Bump versions :tada: | 2023-07-28 | 1 | -1/+8 | |
| | |||||
* | Update `cosmic-text` and `glyphon` | 2023-07-20 | 1 | -4/+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 | -2/+2 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -1/+0 | |
| | |||||
* | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -1/+1 | |
| | | | | ... for offsetting and scaling text | ||||
* | Update `glyphon` and `cosmic-text` | 2023-06-16 | 1 | -1/+1 | |
| | |||||
* | Update `glyphon` and `cosmic-text` | 2023-05-02 | 1 | -1/+1 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -1/+4 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -2/+2 | |
| | |||||
* | Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible" | 2023-04-26 | 1 | -6/+0 | |
| | | | | This reverts commit 16e6efe020e75d51958875fa198196534679af8d. | ||||
* | Merge branch 'advanced-text' into incremental-rendering | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
| | | |||||
* | | Use `pixels` for presentation in `iced_tiny_skia` when possible | 2023-04-08 | 1 | -0/+6 | |
|/ | |||||
* | Update `wgpu` and `cosmic-text` | 2023-04-08 | 1 | -5/+1 | |
| | |||||
* | Warn about invalid paths in `iced_tiny_skia` instead of panicking | 2023-04-04 | 1 | -0/+1 | |
| | |||||
* | Update `cosmic-text` to latest :tada: | 2023-03-19 | 1 | -3/+2 | |
| | |||||
* | Implement `vector` pipeline in `iced_tiny_skia` | 2023-03-07 | 1 | -1/+5 | |
| | |||||
* | Implement `raster` pipeline in `iced_tiny_skia` | 2023-03-07 | 1 | -1/+1 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -4/+0 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -1/+1 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Mark `Primitive` as `non-exhaustive` in `iced_graphics` | 2023-03-03 | 1 | -0/+1 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -0/+1 | |
| | |||||
* | Implement basic glyph cache in `iced_tiny_skia` | 2023-02-27 | 1 | -1/+1 | |
| | |||||
* | Use `kurbo` to approximate arcs in `iced_tiny_skia` | 2023-02-27 | 1 | -0/+1 | |
| | |||||
* | Draft text support in `iced_tiny_skia` | 2023-02-26 | 1 | -0/+15 | |
| | |||||
* | Use `Surface::buffer` directly for drawing in `iced_tiny_skia` | 2023-02-26 | 1 | -0/+1 | |
| | | | | ... with a nice little color trick :^) | ||||
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 2023-02-25 | 1 | -0/+21 | |