Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | ||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -6/+5 | ||
* | Use `get_image_uncached` in `iced_tiny_skia` | 2023-02-28 | 1 | -1/+1 | ||
* | Remove unnecessary `cast_slice` in `iced_tiny_skia` | 2023-02-27 | 1 | -2/+1 | ||
* | Implement basic glyph cache in `iced_tiny_skia` | 2023-02-27 | 1 | -64/+119 | ||
* | Fix `clippy` lints | 2023-02-27 | 1 | -2/+2 | ||
* | Fix glyphs with color mask in `iced_tiny_skia` | 2023-02-26 | 1 | -6/+10 | ||
* | Implement text alignment support in `iced_tiny_skia` | 2023-02-26 | 1 | -6/+25 | ||
* | Draft text support in `iced_tiny_skia` | 2023-02-26 | 1 | -0/+350 |