Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep text atlases alive during temporary empty uploads | 2024-04-30 | 1 | -32/+44 | |
| | |||||
* | Fix cache trimming loop in `iced_wgpu::text` | 2024-04-30 | 1 | -6/+18 | |
| | |||||
* | Invalidate text uploads after atlas trimming | 2024-04-30 | 1 | -11/+25 | |
| | |||||
* | Introduce `canvas::Cache` grouping | 2024-04-30 | 1 | -18/+56 | |
| | | | | | Caches with the same `Group` will share their text atlas! | ||||
* | Fix `text` and `triangle` uploads being dropped on `canvas` cache clears | 2024-04-30 | 1 | -0/+1 | |
| | |||||
* | Retain caches in `iced_wgpu` as long as `Rc` values are alive | 2024-04-27 | 1 | -7/+6 | |
| | | | | | This allows reusing a `canvas::Cache` at no cost even if it is not presented every frame. | ||||
* | Fix applying local transformation to `layer_bounds` in `iced_wgpu::text` | 2024-04-12 | 1 | -4/+2 | |
| | |||||
* | Avoid generating empty caches in `iced_wgpu` | 2024-04-06 | 1 | -8/+23 | |
| | |||||
* | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -202/+225 | |
| | |||||
* | Enable clipping and disable v-sync for now | 2024-04-05 | 1 | -0/+1 | |
| | |||||
* | Fix layer transformations | 2024-04-05 | 1 | -17/+19 | |
| | |||||
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -219/+409 | |
| | |||||
* | Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads | 2024-03-29 | 1 | -0/+2 | |
| | |||||
* | Apply `Transformation` to `RawText` primitives | 2024-02-02 | 1 | -6/+11 | |
| | |||||
* | Transform `clip_bounds` in `wgpu::text` | 2024-02-02 | 1 | -2/+3 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -10/+10 | |
| | |||||
* | Apply `Transform` scaling to text primitives | 2024-02-02 | 1 | -1/+8 | |
| | |||||
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 1 | -0/+22 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -7/+7 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -9/+14 | |
| | |||||
* | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -1/+1 | |
|\ | |||||
| * | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -1/+1 | |
| | | |||||
* | | Fix gamma correction for colored glyphs in `iced_wgpu` | 2023-09-19 | 1 | -11/+2 | |
| | | |||||
* | | Remove `Editor::min_bounds` and use `bounds` instead | 2023-09-14 | 1 | -1/+1 | |
| | | |||||
* | | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -3/+25 | |
| | | |||||
* | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -9/+8 | |
|/ | |||||
* | Invalidate existing paragraphs when new fonts are loaded | 2023-09-09 | 1 | -4/+1 | |
| | |||||
* | Implement `draw_paragraph` in `iced_tiny_skia` | 2023-09-03 | 1 | -13/+12 | |
| | |||||
* | Use `min_bounds` for cached text | 2023-08-30 | 1 | -7/+10 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -376/+133 | |
| | |||||
* | Make the style attribute available on Font | 2023-08-18 | 1 | -1/+10 | |
| | |||||
* | Update `cosmic-text` and `glyphon` | 2023-07-20 | 1 | -16/+6 | |
| | |||||
* | Trim text measurements only before `layout` | 2023-06-29 | 1 | -28/+17 | |
| | |||||
* | Introduce `Mode` for `text::Cache` and trim only when switching modes | 2023-06-29 | 1 | -18/+64 | |
| | |||||
* | Retain text measurements as long as original entries | 2023-06-28 | 1 | -17/+18 | |
| | |||||
* | Retain measurements for text entries even if not directly used | 2023-06-28 | 1 | -2/+4 | |
| | |||||
* | Fix needless borrow in `iced_wgpu` and `iced_tiny_skia` | 2023-06-28 | 1 | -1/+1 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_tiny_skia` | 2023-06-28 | 1 | -7/+10 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 1 | -28/+53 | |
| | |||||
* | Clear text caches after a font is loaded | 2023-06-21 | 1 | -0/+2 | |
| | |||||
* | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -25/+18 | |
| | | | | ... for offsetting and scaling text | ||||
* | Update `glyphon` and `cosmic-text` | 2023-06-16 | 1 | -18/+13 | |
| | |||||
* | Use consistent color strategy in `glyphon` | 2023-06-01 | 1 | -1/+10 | |
| | |||||
* | Introduce `web-colors` feature flag to enable sRGB linear blending | 2023-05-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | This is how browsers perform color management. They treat gamma-corrected sRGB colors as if they were linear RGB. Correctness aside, this mode is introduced for legacy reasons. Most UI/UX tooling uses this color management as well, and many have created an intuition about how color should behave from interacting with a browser. This feature flag should facilitate application development with `iced` in those cases. More details: https://webcolorisstillbroken.com/ | ||||
* | Clip text that exceeds section bounds in `iced_wgpu` | 2023-05-08 | 1 | -56/+68 | |
| | |||||
* | Round paragraph position until we implement subpixel glyph positioning | 2023-05-08 | 1 | -2/+6 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -6/+22 | |
| | |||||
* | Update `glyphon` and `cosmic-text` | 2023-05-02 | 1 | -1/+8 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -8/+8 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+7 | |
| |