aboutsummaryrefslogtreecommitdiff
path: root/examples/rich/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-05fix: select graphemes with multi codepoints properlyalex-ds132-28/+48
2026-02-05fix: outbounds selecting when inside a scrollablealex-ds132-2/+2
2026-02-05fix: take visual bounds into consideration when text is centeredalex-ds132-9/+108
2026-02-05feat: correct selection on wrapped lines and allow mouse drag out of boundsalex-ds133-314/+263
2025-12-09chore: bump versionPolesznyák Márk2-1/+3
2025-12-08chore: update as necessary for upstream iced changesPolesznyák Márk3-20/+38
2025-11-21feat(examples): QOL changesPolesznyák Márk2-6/+7
2025-11-21chore: update as necessary for upstream iced changesPolesznyák Márk3-17/+17
2025-11-12docs: update changelogPolesznyák Márk1-0/+5
2025-11-12chore: bump versionv0.3.0Polesznyák Márk1-1/+1
2025-11-12feat: implement double-click + drag by-word selectionPolesznyák Márk4-19/+106
2025-11-10feat(name example): replace TextInput with TextEditor for multi-line support,...Polesznyák Márk2-6/+16
2025-11-08feat(rich example): use single paragraph, centered textPolesznyák Márk1-7/+3