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