Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `cosmic-text` and `resvg` (#2416) | 2024-07-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | * Update `cosmic-text`, `glyphon`, and `resvg` * Fix slow font fallback with `Shaping::Basic` in `cosmic-text` * Update `cosmic-text` and `resvg` * Update `cosmic-text` * Fix `SelectAll` action in `editor` * Fix some panics in `graphics::text::editor` * Remove empty `if` statement in `tiny_skia::vector` * Update `cosmic-text`, `glyphon`, and `rustc-hash` | ||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -3/+2 | |
| | |||||
* | Replace `xxhash-rust` with `rustc-hash` | 2024-03-30 | 1 | -7/+4 | |
| | |||||
* | 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. | ||||
* | Write documentation for the new text APIs | 2023-10-27 | 1 | -0/+19 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -1/+4 | |
| | |||||
* | Use `min_bounds` for cached text | 2023-08-30 | 1 | -4/+13 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -0/+120 | |