Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: remove once_cell dependency | 2025-01-06 | 1 | -3/+2 | |
| | |||||
* | Skip loading fonts that were previously loaded | 2024-12-14 | 1 | -0/+11 | |
| | |||||
* | Support custom renderers in `iced_test` through `renderer::Headless` trait | 2024-12-14 | 1 | -1/+2 | |
| | |||||
* | Embed and use Fira Sans as default font when testing | 2024-12-12 | 1 | -3/+3 | |
| | |||||
* | Add `text::Wrapping` support | 2024-09-04 | 1 | -1/+11 | |
| | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 1 | -6/+7 | |
| | |||||
* | Account for `transformation` in `Text::visible_bounds` | 2024-04-10 | 1 | -2/+6 | |
| | |||||
* | Reintroduce damage tracking for `iced_tiny_skia` | 2024-04-10 | 1 | -0/+70 | |
| | |||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -1/+1 | |
| | |||||
* | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -2/+2 | |
| | |||||
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -2/+55 | |
| | |||||
* | Embed Fira Sans font on Wasm builds by default | 2024-02-20 | 1 | -0/+13 | |
| | |||||
* | Fix clipping of text in `iced_tiny_skia` | 2024-02-11 | 1 | -6/+1 | |
| | |||||
* | Update `glyphon` to `0.4` | 2024-01-15 | 1 | -8/+2 | |
| | | | | `Color` is now always in the sRGB color space. | ||||
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 1 | -2/+25 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Clamp `text::measure` to `Buffer::size` | 2023-12-01 | 1 | -1/+6 | |
| | |||||
* | Write documentation for the new text APIs | 2023-10-27 | 1 | -0/+13 | |
| | |||||
* | Fix gamma correction for colored glyphs in `iced_wgpu` | 2023-09-19 | 1 | -3/+9 | |
| | |||||
* | Draft `Highlighter` API | 2023-09-17 | 1 | -1/+7 | |
| | |||||
* | Remove unnecessary `into_iter` call in `graphics::text` | 2023-09-16 | 1 | -5/+4 | |
| | |||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -0/+2 | |
| | |||||
* | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -27/+20 | |
| | |||||
* | Invalidate existing paragraphs when new fonts are loaded | 2023-09-09 | 1 | -10/+34 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -0/+113 | |