| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads | Héctor Ramón Jiménez | 2024-03-29 | 1 | -0/+2 |
* | Apply `Transformation` to `RawText` primitives | Héctor Ramón Jiménez | 2024-02-02 | 1 | -6/+11 |
* | Transform `clip_bounds` in `wgpu::text` | Héctor Ramón Jiménez | 2024-02-02 | 1 | -2/+3 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 1 | -10/+10 |
* | Apply `Transform` scaling to text primitives | Héctor Ramón Jiménez | 2024-02-02 | 1 | -1/+8 |
* | Introduce `RawText` to `Primitive` in `iced_graphics` | Héctor Ramón Jiménez | 2023-12-05 | 1 | -0/+22 |
* | Rename `viewport` to `clip_bounds` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -7/+7 |
* | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -9/+14 |
* | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+1 |
|\ |
|
| * | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | | Fix gamma correction for colored glyphs in `iced_wgpu` | Héctor Ramón Jiménez | 2023-09-19 | 1 | -11/+2 |
* | | Remove `Editor::min_bounds` and use `bounds` instead | Héctor Ramón Jiménez | 2023-09-14 | 1 | -1/+1 |
* | | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 2023-09-12 | 1 | -3/+25 |
* | | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 1 | -9/+8 |
|/ |
|
* | Invalidate existing paragraphs when new fonts are loaded | Héctor Ramón Jiménez | 2023-09-09 | 1 | -4/+1 |
* | Implement `draw_paragraph` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-09-03 | 1 | -13/+12 |
* | Use `min_bounds` for cached text | Héctor Ramón Jiménez | 2023-08-30 | 1 | -7/+10 |
* | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -376/+133 |
* | Make the style attribute available on Font | lufte | 2023-08-18 | 1 | -1/+10 |
* | Update `cosmic-text` and `glyphon` | Héctor Ramón Jiménez | 2023-07-20 | 1 | -16/+6 |
* | Trim text measurements only before `layout` | Héctor Ramón Jiménez | 2023-06-29 | 1 | -28/+17 |
* | Introduce `Mode` for `text::Cache` and trim only when switching modes | Héctor Ramón Jiménez | 2023-06-29 | 1 | -18/+64 |
* | Retain text measurements as long as original entries | Héctor Ramón Jiménez | 2023-06-28 | 1 | -17/+18 |
* | Retain measurements for text entries even if not directly used | Héctor Ramón Jiménez | 2023-06-28 | 1 | -2/+4 |
* | Fix needless borrow in `iced_wgpu` and `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -1/+1 |
* | Reuse entries in `text::Cache` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -7/+10 |
* | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -28/+53 |
* | Clear text caches after a font is loaded | Héctor Ramón Jiménez | 2023-06-21 | 1 | -0/+2 |
* | Use subpixel glyph positioning and layout linearity | Héctor Ramón Jiménez | 2023-06-20 | 1 | -25/+18 |
* | Update `glyphon` and `cosmic-text` | Héctor Ramón Jiménez | 2023-06-16 | 1 | -18/+13 |
* | Use consistent color strategy in `glyphon` | Héctor Ramón Jiménez | 2023-06-01 | 1 | -1/+10 |
* | Introduce `web-colors` feature flag to enable sRGB linear blending | Héctor Ramón Jiménez | 2023-05-31 | 1 | -1/+3 |
* | Clip text that exceeds section bounds in `iced_wgpu` | Héctor Ramón Jiménez | 2023-05-08 | 1 | -56/+68 |
* | Round paragraph position until we implement subpixel glyph positioning | Héctor Ramón Jiménez | 2023-05-08 | 1 | -2/+6 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -6/+22 |
* | Update `glyphon` and `cosmic-text` | Héctor Ramón Jiménez | 2023-05-02 | 1 | -1/+8 |
* | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -8/+8 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -0/+7 |
* | Update `wgpu` and `cosmic-text` | Héctor Ramón Jiménez | 2023-04-08 | 1 | -10/+7 |
* | Introduce `font::Stretch` | Héctor Ramón Jiménez | 2023-03-30 | 1 | -0/+15 |
* | Introduce support for `Font` attributes | Héctor Ramón Jiménez | 2023-03-30 | 1 | -11/+33 |
* | Update `cosmic-text` to latest :tada: | Héctor Ramón Jiménez | 2023-03-19 | 1 | -207/+165 |
* | Trim text `Buffer` cache every frame in `iced_wgpu` and `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-17 | 1 | -13/+3 |
* | Merge branch 'advanced-text' into feature/software-renderer | Héctor Ramón Jiménez | 2023-03-04 | 1 | -17/+11 |
|\ |
|
| * | Reuse text buffers independently of color in `iced_wgpu` | Héctor Ramón Jiménez | 2023-02-27 | 1 | -17/+11 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -8/+6 |
* | | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -1/+2 |
|/ |
|
* | Trim `Cache` every 300 frames in `text::Pipeline` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -3/+13 |
* | Collapse conditional and please `clippy` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -0/+1 |
* | Grow atlas in `text::Pipeline` when necessary | Héctor Ramón Jiménez | 2023-02-24 | 1 | -18/+36 |