| Commit message (Expand) | Author | Age | Files | Lines |
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -3/+3 |
* | Rename `viewport` to `clip_bounds` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -3/+3 |
* | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -1/+4 |
* | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2023-10-27 | 1 | -0/+2 |
* | Draft `Highlighter` API | Héctor Ramón Jiménez | 2023-09-17 | 1 | -0/+2 |
* | Fix broken intra-doc links | Héctor Ramón Jiménez | 2023-09-14 | 1 | -0/+2 |
* | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 2023-09-12 | 1 | -81/+42 |
* | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 1 | -67/+23 |
* | Fix (more) broken intradoc links | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+1 |
* | Invalidate existing paragraphs when new fonts are loaded | Héctor Ramón Jiménez | 2023-09-09 | 1 | -12/+56 |
* | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -58/+103 |
* | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -3/+3 |
* | Increase default `LineHeight` to `Relative(1.3)` | Héctor Ramón Jiménez | 2023-05-10 | 1 | -1/+1 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -4/+69 |
* | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -6/+24 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -2/+20 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+111 |
* | Merge `iced_core::text` with `iced_native::text` | Héctor Ramón Jiménez | 2021-11-04 | 1 | -29/+0 |
* | Use `Option` to encode empty text case in hit test methods | Héctor Ramón Jiménez | 2021-09-15 | 1 | -3/+3 |
* | Rename `HitTestResult` to `Hit` | Héctor Ramón Jiménez | 2021-08-26 | 1 | -0/+29 |