Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -19/+10 | |
| | |||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -1/+1 | |
| | |||||
* | Fix text transparency in `iced_tiny_skia` | 2024-02-15 | 1 | -1/+10 | |
| | |||||
* | tiny_skia: Add a capacity limit to `GlyphCache` | 2024-02-07 | 1 | -1/+7 | |
| | | | | | | | | * Trim the cache if `recently_used` size reaches the limit, even if a trim interval hasn't passed. * Shrink `entries` and `recently_used` to the limit when trimming. Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com> | ||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -4/+19 | |
| | |||||
* | Update `glyphon` to `0.4` | 2024-01-15 | 1 | -13/+1 | |
| | | | | `Color` is now always in the sRGB color space. | ||||
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 1 | -1/+28 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Fix gamma correction for colored glyphs in `iced_wgpu` | 2023-09-19 | 1 | -1/+13 | |
| | |||||
* | Draw colored glyphs in `iced_tiny_skia` | 2023-09-19 | 1 | -1/+7 | |
| | |||||
* | Remove `Editor::min_bounds` and use `bounds` instead | 2023-09-14 | 1 | -1/+1 | |
| | |||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -0/+32 | |
| | |||||
* | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -10/+11 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -2/+2 | |
|\ | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -3/+3 | |
| | | |||||
| * | Use the correct text size and height in tiny_skia | 2023-09-05 | 1 | -2/+2 | |
| | | |||||
| * | Check LineHeight > 0.0 before allocating text | 2023-09-04 | 1 | -8/+5 | |
| | | |||||
| * | Ensure LineHeight is always > 0.0 for tiny skia. | 2023-09-04 | 1 | -4/+10 | |
| | | |||||
* | | Invalidate existing paragraphs when new fonts are loaded | 2023-09-09 | 1 | -4/+1 | |
| | | |||||
* | | Remove unnecessary mutable reference in `iced_tiny_skia` | 2023-09-03 | 1 | -1/+1 | |
| | | |||||
* | | Implement `draw_paragraph` in `iced_tiny_skia` | 2023-09-03 | 1 | -55/+103 | |
| | | |||||
* | | Use `min_bounds` for cached text | 2023-08-30 | 1 | -4/+4 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -275/+30 | |
|/ | |||||
* | Make the style attribute available on Font | 2023-08-18 | 1 | -1/+10 | |
| | |||||
* | Fix import consistency for `bytemuck` | 2023-07-12 | 1 | -3/+2 | |
| | |||||
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 2023-07-12 | 1 | -16/+19 | |
| | |||||
* | Retain text measurements as long as original entries | 2023-06-28 | 1 | -16/+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 | -38/+64 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #1921 from iced-rs/subpixel-glyph-positioning | 2023-06-26 | 1 | -31/+20 | |
|\ | | | | | Subpixel glyph positioning and layout linearity | ||||
| * | 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 | -31/+18 | |
| | | | | | | | | ... for offsetting and scaling text | ||||
* | | Provide access to font from each crate | 2023-06-22 | 1 | -2/+1 | |
|/ | |||||
* | Round paragraph position until we implement subpixel glyph positioning | 2023-05-08 | 1 | -3/+6 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -4/+24 | |
| | |||||
* | Update `glyphon` and `cosmic-text` | 2023-05-02 | 1 | -1/+8 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -9/+9 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+8 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'advanced-text' into incremental-rendering | 2023-04-08 | 1 | -8/+1 | |
|\ | |||||
| * | Update `wgpu` and `cosmic-text` | 2023-04-08 | 1 | -8/+1 | |
| | | |||||
* | | Group damage regions by area increase | 2023-04-05 | 1 | -3/+13 | |
|/ | |||||
* | Introduce `font::Stretch` | 2023-03-30 | 1 | -0/+15 | |
| | |||||
* | Introduce support for `Font` attributes | 2023-03-30 | 1 | -11/+33 | |
| | |||||
* | Update `cosmic-text` to latest :tada: | 2023-03-19 | 1 | -159/+121 | |
| | |||||
* | Trim text `Buffer` cache every frame in `iced_wgpu` and `iced_tiny_skia` | 2023-03-17 | 1 | -14/+6 | |
| | |||||
* | Use `ceil` to avoid cut text in `iced_tiny_skia` | 2023-03-07 | 1 | -1/+6 | |
| | | | | | This won't be necessary once we reuse the buffers from layouting by leveraging layout linearity. | ||||
* | Implement `vector` pipeline in `iced_tiny_skia` | 2023-03-07 | 1 | -1/+1 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
| |