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
/
native
/
src
/
widget
/
text_input
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
3
-392
/
+0
2022-07-09
Address Clippy lints
Poly
2
-17
/
+9
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-04-12
Run cargo fmt
Dispersia
2
-4
/
+4
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2
-9
/
+21
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2
-24
/
+1
2020-11-17
Implement flexible `TextInput::draw` helper
Héctor Ramón Jiménez
1
-0
/
+9
2020-07-11
Remove redundant `min` checks in `Editor`
Héctor Ramón Jiménez
1
-3
/
+3
2020-07-11
Improve safety of `Cursor::selection`
Héctor Ramón Jiménez
2
-18
/
+12
2020-07-10
Fix panic on paste in TextInput after programmatic modification of contents
mtkennerly
1
-6
/
+12
2020-03-28
Clippy
Kai Mast
1
-3
/
+2
2020-03-25
Remove unnecessary borrows in `Editor`
Héctor Ramón Jiménez
1
-11
/
+10
2020-03-25
Fix edge cases when inserting text in `Editor`
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
Fix edge case in `Editor::backspace`
Héctor Ramón Jiménez
1
-4
/
+3
2020-03-24
Create `text_input::Editor` to hold editing logic
Héctor Ramón Jiménez
1
-0
/
+80
2020-03-24
Move `Value` to its own module
Héctor Ramón Jiménez
1
-0
/
+134
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