| Commit message (Expand) | Author | Age | Files | Lines |
* | Update `glyphon` to `0.4` | Héctor Ramón Jiménez | 2024-01-15 | 1 | -13/+1 |
* | Introduce `RawText` to `Primitive` in `iced_graphics` | Héctor Ramón Jiménez | 2023-12-05 | 1 | -1/+28 |
* | Fix gamma correction for colored glyphs in `iced_wgpu` | Héctor Ramón Jiménez | 2023-09-19 | 1 | -1/+13 |
* | Draw colored glyphs in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-09-19 | 1 | -1/+7 |
* | 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 | -0/+32 |
* | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 1 | -10/+11 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+2 |
|\ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -3/+3 |
| * | Use the correct text size and height in tiny_skia | Josh Megnauth | 2023-09-05 | 1 | -2/+2 |
| * | Check LineHeight > 0.0 before allocating text | Josh Megnauth | 2023-09-04 | 1 | -8/+5 |
| * | Ensure LineHeight is always > 0.0 for tiny skia. | Josh Megnauth | 2023-09-04 | 1 | -4/+10 |
* | | Invalidate existing paragraphs when new fonts are loaded | Héctor Ramón Jiménez | 2023-09-09 | 1 | -4/+1 |
* | | Remove unnecessary mutable reference in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-09-03 | 1 | -1/+1 |
* | | Implement `draw_paragraph` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-09-03 | 1 | -55/+103 |
* | | Use `min_bounds` for cached text | Héctor Ramón Jiménez | 2023-08-30 | 1 | -4/+4 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -275/+30 |
|/ |
|
* | Make the style attribute available on Font | lufte | 2023-08-18 | 1 | -1/+10 |
* | Fix import consistency for `bytemuck` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -3/+2 |
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | Alec Deason | 2023-07-12 | 1 | -16/+19 |
* | Retain text measurements as long as original entries | Héctor Ramón Jiménez | 2023-06-28 | 1 | -16/+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 | -38/+64 |
* | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -2/+2 |
* | Merge pull request #1921 from iced-rs/subpixel-glyph-positioning | Héctor Ramón | 2023-06-26 | 1 | -31/+20 |
|\ |
|
| * | 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 | -31/+18 |
* | | Provide access to font from each crate | Cory Forsstrom | 2023-06-22 | 1 | -2/+1 |
|/ |
|
* | Round paragraph position until we implement subpixel glyph positioning | Héctor Ramón Jiménez | 2023-05-08 | 1 | -3/+6 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -4/+24 |
* | 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 | -9/+9 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -0/+8 |
* | Update `tiny-skia` and `resvg` | Héctor Ramón Jiménez | 2023-04-26 | 1 | -1/+1 |
* | Merge branch 'advanced-text' into incremental-rendering | Héctor Ramón Jiménez | 2023-04-08 | 1 | -8/+1 |
|\ |
|
| * | Update `wgpu` and `cosmic-text` | Héctor Ramón Jiménez | 2023-04-08 | 1 | -8/+1 |
* | | Group damage regions by area increase | Héctor Ramón Jiménez | 2023-04-05 | 1 | -3/+13 |
|/ |
|
* | 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 | -159/+121 |
* | Trim text `Buffer` cache every frame in `iced_wgpu` and `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-17 | 1 | -14/+6 |
* | Use `ceil` to avoid cut text in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+6 |
* | Implement `vector` pipeline in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+1 |
* | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+1 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -6/+5 |
* | Use `get_image_uncached` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-02-28 | 1 | -1/+1 |
* | Remove unnecessary `cast_slice` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-02-27 | 1 | -2/+1 |
* | Implement basic glyph cache in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-02-27 | 1 | -64/+119 |
* | Fix `clippy` lints | Héctor Ramón Jiménez | 2023-02-27 | 1 | -2/+2 |