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
/
operation.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-12-30
fix(selectable): prevent clash with other's custom operations
alex-ds13
1
-21
/
+28
2025-12-30
fix(selectable): update docs with warning about selectable usage
alex-ds13
2
-1
/
+20
2025-12-30
feat(selectable): draft implementation of selectable widget
alex-ds13
5
-44
/
+487
2025-12-30
feat: implement selection across bounds with hacky copy solution
alex-ds13
2
-8
/
+170
2025-12-30
docs: update changelog
Polesznyák Márk
1
-0
/
+3
2025-12-30
chore: bump version
v0.4.0
Polesznyák Márk
1
-1
/
+1
2025-12-30
docs: update CHANGLELOG and README to reflect latest changes
Polesznyák Márk
2
-3
/
+12
2025-12-30
feat(rich example): set theme to always Dark, add more text
Polesznyák Márk
1
-5
/
+25
2025-12-29
fix: graphemes with multi codepoint on multiple visual lines
alex-ds13
2
-93
/
+157
2025-12-29
fix: select graphemes with multi codepoints properly
alex-ds13
2
-28
/
+48
2025-12-29
fix: outbounds selecting when inside a scrollable
alex-ds13
2
-2
/
+2
2025-12-29
fix: take visual bounds into consideration when text is centered
alex-ds13
2
-9
/
+108
2025-12-29
feat: correct selection on wrapped lines and allow mouse drag out of bounds
alex-ds13
3
-314
/
+263
2025-12-29
chore: add missing hint_factor fields (iced update)
Polesznyák Márk
2
-2
/
+9
2025-12-09
chore: bump version
Polesznyák Márk
2
-1
/
+3
2025-12-08
chore: update as necessary for upstream iced changes
Polesznyák Márk
3
-20
/
+38
2025-11-21
feat(examples): QOL changes
Polesznyák Márk
2
-6
/
+7
2025-11-21
chore: update as necessary for upstream iced changes
Polesznyák Márk
3
-17
/
+17
2025-11-12
docs: update changelog
Polesznyák Márk
1
-0
/
+5
2025-11-12
chore: bump version
v0.3.0
Polesznyák Márk
1
-1
/
+1
2025-11-12
feat: implement double-click + drag by-word selection
Polesznyák Márk
4
-19
/
+106
2025-11-10
feat(name example): replace TextInput with TextEditor for multi-line support,...
Polesznyák Márk
2
-6
/
+16
2025-11-08
feat(rich example): use single paragraph, centered text
Polesznyák Márk
1
-7
/
+3