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
/
widget
/
src
/
text_input
/
cursor.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
Implement `reactive-rendering` for `text_input`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-11
/
+11
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-1
/
+1
2021-04-12
Run cargo fmt
Dispersia
1
-2
/
+2
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-9
/
+12
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-5
/
+0
2020-07-11
Improve safety of `Cursor::selection`
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-24
Write documentation for `text_input::Cursor`
Héctor Ramón Jiménez
1
-44
/
+64
2020-03-24
Improve `text_input::cursor` API
Héctor Ramón Jiménez
1
-51
/
+47
2020-02-26
really small cleanup
FabianLars
1
-6
/
+1
2020-02-25
More selection actions: (Ctrl +) Shift + Left/Right, Shift + Home/End
FabianLars
1
-1
/
+5
2020-02-24
moved cursor into own file
FabianLars
1
-0
/
+176