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
/
paragraph.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-10
Fix text wrapping for `rich_text`
Héctor Ramón Jiménez
1
-0
/
+2
2025-01-07
Apply wrapping to paragraphs
Konsl
1
-0
/
+2
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-1
/
+6
2024-07-28
Use `for` loop instead of `fold` in `span_bounds`
Héctor Ramón Jiménez
1
-29
/
+29
2024-07-28
Add background styling to span / rich text
Cory Forsstrom
1
-1
/
+52
2024-07-21
Simplify font attributes in `Paragraph::with_spans`
Héctor Ramón Jiménez
1
-9
/
+1
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
1
-7
/
+35
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
1
-2
/
+78
2024-07-17
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
1
-58
/
+24
2024-07-17
Update `cosmic-text` and `resvg` (#2416)
Héctor Ramón
1
-4
/
+4
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-11
Avoid division by zero in `grapheme_position`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-11
Fix `grapheme_position` when ligatures are present
Héctor Ramón Jiménez
1
-10
/
+15
2023-10-27
Fix intra-doc broken links
Héctor Ramón Jiménez
1
-1
/
+1
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-0
/
+14
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-78
/
+69
2023-09-09
Count grapheme clusters in `Paragraph::grapheme_position`
Héctor Ramón Jiménez
1
-2
/
+21
2023-09-09
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
1
-3
/
+12
2023-09-04
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
1
-0
/
+2
2023-09-01
Fix `Default` implementation for `Paragraph`
Héctor Ramón Jiménez
1
-17
/
+23
2023-09-01
Replace `MaybeUninit` with `Option` in `paragraph`
Héctor Ramón Jiménez
1
-44
/
+28
2023-09-01
Use `Arc::try_unwrap` in `Paragraph`
Héctor Ramón Jiménez
1
-59
/
+95
2023-09-01
Remove `Clone` implementation for `Paragraph`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-0
/
+246