index
:
iced_selection
0.14
feat/global-selectable
master
Text selection for iced
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: implement selection across bounds with hacky copy solution
alex-ds13
2025-12-30
2
-8
/
+170
*
fix: graphemes with multi codepoint on multiple visual lines
alex-ds13
2025-12-29
2
-93
/
+157
*
fix: select graphemes with multi codepoints properly
alex-ds13
2025-12-29
2
-28
/
+48
*
fix: outbounds selecting when inside a scrollable
alex-ds13
2025-12-29
2
-2
/
+2
*
fix: take visual bounds into consideration when text is centered
alex-ds13
2025-12-29
2
-9
/
+108
*
feat: correct selection on wrapped lines and allow mouse drag out of bounds
alex-ds13
2025-12-29
2
-312
/
+262
*
chore: add missing hint_factor fields (iced update)
Polesznyák Márk
2025-12-29
2
-2
/
+9
*
chore: update as necessary for upstream iced changes
Polesznyák Márk
2025-12-08
3
-20
/
+38
*
chore: update as necessary for upstream iced changes
Polesznyák Márk
2025-11-21
2
-15
/
+15
*
feat: implement double-click + drag by-word selection
Polesznyák Márk
2025-11-12
3
-18
/
+105
*
feat(rich): add `on_link_hover` and `on_hover_lost`
Polesznyák Márk
2025-11-03
1
-12
/
+63
*
feat: add `span!` macro (same as `text!`)
Polesznyák Márk
2025-11-03
1
-0
/
+41
*
fix: `Selection::text` not counting from `start.line`
v0.1.0
Polesznyák Márk
2025-10-29
1
-1
/
+6
*
docs: add examples to helper methods, macros and `Text` doc comments
Polesznyák Márk
2025-10-26
2
-1
/
+129
*
feat: clean up debugging code, add multi-line fix to `Rich`
Polesznyák Márk
2025-10-26
2
-87
/
+151
*
fix(wip): multi line text selection box drawing (works for non-wrapped)
Polesznyák Márk
2025-10-25
1
-16
/
+132
*
fix: triple-click + drag edge cases
Polesznyák Márk
2025-10-21
1
-2
/
+27
*
feat: implement triple-click + drag by-line selection
Polesznyák Márk
2025-10-21
3
-23
/
+80
*
refactor: clean up text imports, cursor position code
Polesznyák Márk
2025-10-21
1
-37
/
+30
*
docs: list keyboard shortcuts under `text` module
Polesznyák Márk
2025-10-21
1
-0
/
+17
*
fix: `Selection::text` not accounting for graphemes larger than 1 byte
Polesznyák Márk
2025-10-21
1
-5
/
+14
*
docs: fix broken links pointing to iced stuff
Polesznyák Márk
2025-10-21
2
-0
/
+6
*
feat: add `markdown` example
Polesznyák Márk
2025-10-20
1
-5
/
+2
*
feat: make markdown support optional with a feature flag
Polesznyák Márk
2025-10-20
1
-0
/
+2
*
fix: markdown `Viewer` impl
Polesznyák Márk
2025-10-20
1
-3
/
+3
*
feat(wip): add markdown support
Polesznyák Márk
2025-10-20
2
-0
/
+257
*
feat: add selectable `Rich` widget with an example
Polesznyák Márk
2025-10-19
3
-5
/
+887
*
feat: initial commit
Polesznyák Márk
2025-10-18
4
-0
/
+1180