summaryrefslogtreecommitdiffstats
path: root/wgpu/src/layer (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-12Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez1-1/+7
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-4/+15
2023-06-29Decouple `Mesh` primitives from main `Primitive` typeLibravatar Héctor Ramón Jiménez1-3/+3
2023-05-30Move `layer::quad` types to `quad` moduleLibravatar Héctor Ramón Jiménez1-149/+0
2023-05-29Adjusted `Quads` struct to be opaque `quad::Layer`.Libravatar Bingus1-0/+89
2023-05-29Fixed issue where quads of different types were not ordered.Libravatar Bingus1-0/+9
2023-05-26Changed gradient::Packed to be `repr(C)` for direct gpu upload.Libravatar Bingus1-2/+2
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus2-15/+41
2023-05-04Support configurable `LineHeight` in text widgetsLibravatar Héctor Ramón Jiménez1-1/+4
2023-05-02Introduce `text::Shaping` enum and replace magic booleanLibravatar Héctor Ramón Jiménez1-9/+3
2023-05-02Make basic text shaping the default shaping strategyLibravatar Héctor Ramón Jiménez1-0/+10
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez3-6/+7
2023-03-01Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez4-0/+176