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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-13
Implement `Cursor::Selection` calculation in `Editor::cursor`
Héctor Ramón Jiménez
1
-3
/
+115
2023-09-12
Fix subline positioning in `Editor::cursor`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-12
Fix cursor offset with `Affinity::After` at the end of lines in `Editor::cursor`
Héctor Ramón Jiménez
1
-1
/
+4
2023-09-12
Return `Cursor::Caret` if selection matches cursor position in `Editor::cursor`
Héctor Ramón Jiménez
1
-5
/
+8
2023-09-12
Add `Enter` variant to `Action` in `text::Editor`
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-0
/
+327
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
Use `min_bounds` for cached text
Héctor Ramón Jiménez
1
-4
/
+13
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2
-0
/
+366
[prev]