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
/
graphics
/
src
/
text.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: remove once_cell dependency
Tommy Volk
2025-01-06
1
-3
/
+2
*
Skip loading fonts that were previously loaded
Héctor Ramón Jiménez
2024-12-14
1
-0
/
+11
*
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
2024-12-14
1
-1
/
+2
*
Embed and use Fira Sans as default font when testing
Héctor Ramón Jiménez
2024-12-12
1
-3
/
+3
*
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
1
-1
/
+11
*
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
2024-07-17
1
-6
/
+7
*
Account for `transformation` in `Text::visible_bounds`
Héctor Ramón Jiménez
2024-04-10
1
-2
/
+6
*
Reintroduce damage tracking for `iced_tiny_skia`
Héctor Ramón Jiménez
2024-04-10
1
-0
/
+70
*
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
2024-04-09
1
-1
/
+1
*
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-2
/
+2
*
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2024-04-03
1
-2
/
+55
*
Embed Fira Sans font on Wasm builds by default
Héctor Ramón Jiménez
2024-02-20
1
-0
/
+13
*
Fix clipping of text in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-02-11
1
-6
/
+1
*
Update `glyphon` to `0.4`
Héctor Ramón Jiménez
2024-01-15
1
-8
/
+2
*
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
2023-12-05
1
-2
/
+25
*
Clamp `text::measure` to `Buffer::size`
Héctor Ramón Jiménez
2023-12-01
1
-1
/
+6
*
Write documentation for the new text APIs
Héctor Ramón Jiménez
2023-10-27
1
-0
/
+13
*
Fix gamma correction for colored glyphs in `iced_wgpu`
Héctor Ramón Jiménez
2023-09-19
1
-3
/
+9
*
Draft `Highlighter` API
Héctor Ramón Jiménez
2023-09-17
1
-1
/
+7
*
Remove unnecessary `into_iter` call in `graphics::text`
Héctor Ramón Jiménez
2023-09-16
1
-5
/
+4
*
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
1
-0
/
+2
*
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2023-09-11
1
-27
/
+20
*
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
2023-09-09
1
-10
/
+34
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-0
/
+113