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
/
wgpu
/
src
/
text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
Keep text atlases alive during temporary empty uploads
Héctor Ramón Jiménez
1
-32
/
+44
2024-04-30
Fix cache trimming loop in `iced_wgpu::text`
Héctor Ramón Jiménez
1
-6
/
+18
2024-04-30
Invalidate text uploads after atlas trimming
Héctor Ramón Jiménez
1
-11
/
+25
2024-04-30
Introduce `canvas::Cache` grouping
Héctor Ramón Jiménez
1
-18
/
+56
2024-04-30
Fix `text` and `triangle` uploads being dropped on `canvas` cache clears
Héctor Ramón Jiménez
1
-0
/
+1
2024-04-27
Retain caches in `iced_wgpu` as long as `Rc` values are alive
Héctor Ramón Jiménez
1
-7
/
+6
2024-04-12
Fix applying local transformation to `layer_bounds` in `iced_wgpu::text`
Héctor Ramón Jiménez
1
-4
/
+2
2024-04-06
Avoid generating empty caches in `iced_wgpu`
Héctor Ramón Jiménez
1
-8
/
+23
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-202
/
+225
2024-04-05
Enable clipping and disable v-sync for now
Héctor Ramón Jiménez
1
-0
/
+1
2024-04-05
Fix layer transformations
Héctor Ramón Jiménez
1
-17
/
+19
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-219
/
+409
2024-03-29
Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
Héctor Ramón Jiménez
1
-0
/
+2
2024-02-02
Apply `Transformation` to `RawText` primitives
Héctor Ramón Jiménez
1
-6
/
+11
2024-02-02
Transform `clip_bounds` in `wgpu::text`
Héctor Ramón Jiménez
1
-2
/
+3
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-10
/
+10
2024-02-02
Apply `Transform` scaling to text primitives
Héctor Ramón Jiménez
1
-1
/
+8
2023-12-05
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+22
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
1
-7
/
+7
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-9
/
+14
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-19
Fix gamma correction for colored glyphs in `iced_wgpu`
Héctor Ramón Jiménez
1
-11
/
+2
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
-3
/
+25
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-9
/
+8
2023-09-09
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-04
Check LineHeight > 0.0 before allocating text
Josh Megnauth
1
-7
/
+7
2023-09-04
Ensure LineHeight > 0.0 for the WGPU renderer
Josh Megnauth
1
-3
/
+6
2023-09-03
Implement `draw_paragraph` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-13
/
+12
2023-08-30
Use `min_bounds` for cached text
Héctor Ramón Jiménez
1
-7
/
+10
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-376
/
+133
2023-08-18
Make the style attribute available on Font
lufte
1
-1
/
+10
2023-07-20
Update `cosmic-text` and `glyphon`
Héctor Ramón Jiménez
1
-16
/
+6
2023-06-29
Trim text measurements only before `layout`
Héctor Ramón Jiménez
1
-28
/
+17
2023-06-29
Introduce `Mode` for `text::Cache` and trim only when switching modes
Héctor Ramón Jiménez
1
-18
/
+64
2023-06-28
Retain text measurements as long as original entries
Héctor Ramón Jiménez
1
-17
/
+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
-7
/
+10
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
1
-28
/
+53
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
-25
/
+18
2023-06-16
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
1
-18
/
+13
2023-06-01
Use consistent color strategy in `glyphon`
Héctor Ramón Jiménez
1
-1
/
+10
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-1
/
+3
2023-05-08
Clip text that exceeds section bounds in `iced_wgpu`
Héctor Ramón Jiménez
1
-56
/
+68
2023-05-08
Round paragraph position until we implement subpixel glyph positioning
Héctor Ramón Jiménez
1
-2
/
+6
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-6
/
+22
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
-8
/
+8
[next]