Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-05-30 | Move `layer::quad` types to `quad` module | 1 | -149/+0 | |
2023-05-29 | Adjusted `Quads` struct to be opaque `quad::Layer`. | 1 | -0/+89 | |
2023-05-29 | Fixed issue where quads of different types were not ordered. | 1 | -0/+9 | |
2023-05-26 | Changed gradient::Packed to be `repr(C)` for direct gpu upload. | 1 | -2/+2 | |
2023-05-11 | Added support for gradients as background variants + other optimizations. | 2 | -15/+41 | |
2023-05-04 | Support configurable `LineHeight` in text widgets | 1 | -1/+4 | |
2023-05-02 | Introduce `text::Shaping` enum and replace magic boolean | 1 | -9/+3 | |
2023-05-02 | Make basic text shaping the default shaping strategy | 1 | -0/+10 | |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 3 | -6/+7 | |
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 4 | -0/+176 |