| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance. | dtzxporter | 2023-11-11 | 1 | -5/+1 |
* | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -30/+24 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 1 | -1/+8 |
* | Update `cosmic-text` and `glyphon` | Héctor Ramón Jiménez | 2023-07-20 | 1 | -4/+1 |
* | Update `resvg` dependency to `0.35` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -1/+1 |
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | Alec Deason | 2023-07-12 | 1 | -2/+2 |
* | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 2023-06-29 | 1 | -1/+0 |
* | Use subpixel glyph positioning and layout linearity | Héctor Ramón Jiménez | 2023-06-20 | 1 | -1/+1 |
* | Update `glyphon` and `cosmic-text` | Héctor Ramón Jiménez | 2023-06-16 | 1 | -1/+1 |
* | Update `glyphon` and `cosmic-text` | Héctor Ramón Jiménez | 2023-05-02 | 1 | -1/+1 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -1/+4 |
* | Update `tiny-skia` and `resvg` | Héctor Ramón Jiménez | 2023-04-26 | 1 | -2/+2 |
* | Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible" | Héctor Ramón Jiménez | 2023-04-26 | 1 | -6/+0 |
* | Merge branch 'advanced-text' into incremental-rendering | Héctor Ramón Jiménez | 2023-04-17 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -1/+1 |
* | | Use `pixels` for presentation in `iced_tiny_skia` when possible | Héctor Ramón Jiménez | 2023-04-08 | 1 | -0/+6 |
|/ |
|
* | Update `wgpu` and `cosmic-text` | Héctor Ramón Jiménez | 2023-04-08 | 1 | -5/+1 |
* | Warn about invalid paths in `iced_tiny_skia` instead of panicking | Héctor Ramón Jiménez | 2023-04-04 | 1 | -0/+1 |
* | Update `cosmic-text` to latest :tada: | Héctor Ramón Jiménez | 2023-03-19 | 1 | -3/+2 |
* | Implement `vector` pipeline in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+5 |
* | Implement `raster` pipeline in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+1 |
* | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -4/+0 |
* | Move `Canvas` and `QRCode` to `iced` crate | Héctor Ramón Jiménez | 2023-03-03 | 1 | -1/+1 |
* | Mark `Primitive` as `non-exhaustive` in `iced_graphics` | Héctor Ramón Jiménez | 2023-03-03 | 1 | -0/+1 |
* | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -0/+1 |
* | Implement basic glyph cache in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-02-27 | 1 | -1/+1 |
* | Use `kurbo` to approximate arcs in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-02-27 | 1 | -0/+1 |
* | Draft text support in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-02-26 | 1 | -0/+15 |
* | Use `Surface::buffer` directly for drawing in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-02-26 | 1 | -0/+1 |
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | Héctor Ramón Jiménez | 2023-02-25 | 1 | -0/+21 |