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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Run cargo fmt
Dispersia
2021-04-12
2
-4
/
+4
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
2
-9
/
+21
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
2
-24
/
+1
*
Implement flexible `TextInput::draw` helper
Héctor Ramón Jiménez
2020-11-17
1
-0
/
+9
*
Remove redundant `min` checks in `Editor`
Héctor Ramón Jiménez
2020-07-11
1
-3
/
+3
*
Improve safety of `Cursor::selection`
Héctor Ramón Jiménez
2020-07-11
2
-18
/
+12
*
Fix panic on paste in TextInput after programmatic modification of contents
mtkennerly
2020-07-10
1
-6
/
+12
*
Clippy
Kai Mast
2020-03-28
1
-3
/
+2
*
Remove unnecessary borrows in `Editor`
Héctor Ramón Jiménez
2020-03-25
1
-11
/
+10
*
Fix edge cases when inserting text in `Editor`
Héctor Ramón Jiménez
2020-03-25
1
-2
/
+2
*
Write documentation for `text_input::Cursor`
Héctor Ramón Jiménez
2020-03-24
1
-44
/
+64
*
Fix edge case in `Editor::backspace`
Héctor Ramón Jiménez
2020-03-24
1
-4
/
+3
*
Create `text_input::Editor` to hold editing logic
Héctor Ramón Jiménez
2020-03-24
1
-0
/
+80
*
Move `Value` to its own module
Héctor Ramón Jiménez
2020-03-24
1
-0
/
+134
*
Improve `text_input::cursor` API
Héctor Ramón Jiménez
2020-03-24
1
-51
/
+47
*
really small cleanup
FabianLars
2020-02-26
1
-6
/
+1
*
More selection actions: (Ctrl +) Shift + Left/Right, Shift + Home/End
FabianLars
2020-02-25
1
-1
/
+5
*
moved cursor into own file
FabianLars
2020-02-24
1
-0
/
+176