summaryrefslogtreecommitdiffstats
path: root/wgpu/src/layer/text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-03Redesign `iced_wgpu` layering architectureLibravatar Héctor Ramón Jiménez1-70/+0
2024-02-02Apply `Transformation` to `RawText` primitivesLibravatar Héctor Ramón Jiménez1-1/+5
2024-02-02Introduce `with_transformation` to `Renderer` traitLibravatar Héctor Ramón Jiménez1-3/+3
2024-02-02Replace `Primitive::Translate` with `Transform`Libravatar Héctor Ramón Jiménez1-0/+2
2023-12-05Introduce `RawText` to `Primitive` in `iced_graphics`Libravatar Héctor Ramón Jiménez1-1/+4
2023-12-02Rename `viewport` to `clip_bounds`Libravatar Héctor Ramón Jiménez1-4/+4
2023-12-01Clip text to `viewport` bounds instead of layout boundsLibravatar Héctor Ramón Jiménez1-0/+5
2023-10-27Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez1-1/+6
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-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énez1-1/+2
2023-03-01Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-0/+0
2023-02-24Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez1-2/+2
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan1-1/+1
2022-10-05Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan1-0/+26