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
/
pure
/
src
/
widget
/
text_input.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-285
/
+0
2022-07-13
Simplify `update` signature in `text_input`
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-13
Simplify `on_paste` signature
Héctor Ramón Jiménez
1
-5
/
+8
2022-07-13
Added `on_paste` handler to `TextInput`
Wyatt Jacob Herkamp
1
-1
/
+11
2022-06-23
Allow overriding pure text_input value during draw
Cory Forsstrom
1
-0
/
+26
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-9
/
+17
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-4
/
+2
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-11
/
+7
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-16
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
1
-13
/
+6
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
1
-2
/
+17
2022-02-12
Implement `TextInput` in `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+239