index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tiny_skia
/
src
/
text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
Update `cosmic-text` and `resvg` (#2416)
Héctor Ramón
1
-1
/
+7
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-19
/
+10
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-15
Fix text transparency in `iced_tiny_skia`
Daniel Yoon
1
-1
/
+10
2024-02-07
tiny_skia: Add a capacity limit to `GlyphCache`
Mohammad AlSaleh
1
-1
/
+7
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-4
/
+19
2024-01-15
Update `glyphon` to `0.4`
Héctor Ramón Jiménez
1
-13
/
+1
2023-12-05
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+28
2023-09-19
Fix gamma correction for colored glyphs in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+13
2023-09-19
Draw colored glyphs in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+7
2023-09-14
Remove `Editor::min_bounds` and use `bounds` instead
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-0
/
+32
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-10
/
+11
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-3
/
+3
2023-09-09
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-05
Use the correct text size and height in tiny_skia
Josh Megnauth
1
-2
/
+2
2023-09-04
Check LineHeight > 0.0 before allocating text
Josh Megnauth
1
-8
/
+5
2023-09-04
Ensure LineHeight is always > 0.0 for tiny skia.
Josh Megnauth
1
-4
/
+10
2023-09-03
Remove unnecessary mutable reference in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-03
Implement `draw_paragraph` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-55
/
+103
2023-08-30
Use `min_bounds` for cached text
Héctor Ramón Jiménez
1
-4
/
+4
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-275
/
+30
2023-08-18
Make the style attribute available on Font
lufte
1
-1
/
+10
2023-07-12
Fix import consistency for `bytemuck`
Héctor Ramón Jiménez
1
-3
/
+2
2023-07-12
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
1
-16
/
+19
2023-06-28
Retain text measurements as long as original entries
Héctor Ramón Jiménez
1
-16
/
+18
2023-06-28
Retain measurements for text entries even if not directly used
Héctor Ramón Jiménez
1
-2
/
+4
2023-06-28
Fix needless borrow in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-28
Reuse entries in `text::Cache` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-38
/
+64
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-22
Provide access to font from each crate
Cory Forsstrom
1
-2
/
+1
2023-06-21
Clear text caches after a font is loaded
Héctor Ramón Jiménez
1
-0
/
+2
2023-06-20
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
1
-31
/
+18
2023-05-08
Round paragraph position until we implement subpixel glyph positioning
Héctor Ramón Jiménez
1
-3
/
+6
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-4
/
+24
2023-05-02
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
1
-1
/
+8
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-9
/
+9
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-0
/
+8
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-8
/
+1
2023-04-05
Group damage regions by area increase
Héctor Ramón Jiménez
1
-3
/
+13
2023-03-30
Introduce `font::Stretch`
Héctor Ramón Jiménez
1
-0
/
+15
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-11
/
+33
2023-03-19
Update `cosmic-text` to latest :tada:
Héctor Ramón Jiménez
1
-159
/
+121
2023-03-17
Trim text `Buffer` cache every frame in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
1
-14
/
+6
2023-03-07
Use `ceil` to avoid cut text in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+6
2023-03-07
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-6
/
+5
2023-02-28
Use `get_image_uncached` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
[next]