| Commit message (Expand) | Author | Age | Files | Lines |
* | Update `cosmic-text` and `resvg` (#2416) | Héctor Ramón | 2024-07-17 | 1 | -1/+7 |
* | Update `glyphon` fork to a cleaner branch | Héctor Ramón Jiménez | 2024-05-08 | 1 | -4/+4 |
* | Reuse `glyphon::Viewport` explicitly | Héctor Ramón Jiménez | 2024-05-08 | 1 | -13/+29 |
* | Reuse `glyphon::Pipeline` state in `iced_wgpu` | Héctor Ramón Jiménez | 2024-05-08 | 1 | -4/+11 |
* | Keep text atlases alive during temporary empty uploads | Héctor Ramón Jiménez | 2024-04-30 | 1 | -32/+44 |
* | Fix cache trimming loop in `iced_wgpu::text` | Héctor Ramón Jiménez | 2024-04-30 | 1 | -6/+18 |
* | Invalidate text uploads after atlas trimming | Héctor Ramón Jiménez | 2024-04-30 | 1 | -11/+25 |
* | Introduce `canvas::Cache` grouping | Héctor Ramón Jiménez | 2024-04-30 | 1 | -18/+56 |
* | Fix `text` and `triangle` uploads being dropped on `canvas` cache clears | Héctor Ramón Jiménez | 2024-04-30 | 1 | -0/+1 |
* | Retain caches in `iced_wgpu` as long as `Rc` values are alive | Héctor Ramón Jiménez | 2024-04-27 | 1 | -7/+6 |
* | Fix applying local transformation to `layer_bounds` in `iced_wgpu::text` | Héctor Ramón Jiménez | 2024-04-12 | 1 | -4/+2 |
* | Avoid generating empty caches in `iced_wgpu` | Héctor Ramón Jiménez | 2024-04-06 | 1 | -8/+23 |
* | Decouple caching from layering and simplify everything | Héctor Ramón Jiménez | 2024-04-05 | 1 | -202/+225 |
* | Enable clipping and disable v-sync for now | Héctor Ramón Jiménez | 2024-04-05 | 1 | -0/+1 |
* | Fix layer transformations | Héctor Ramón Jiménez | 2024-04-05 | 1 | -17/+19 |
* | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 2024-04-03 | 1 | -219/+409 |
* | 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 |