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.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert changing the constructor and implement new method.
daxpedda
2020-02-14
1
-10
/
+4
*
Add `bound` to `Node` constructor.
daxpedda
2020-02-14
1
-2
/
+7
*
Implement `TextInput` styling in `iced_web`
Héctor Ramón Jiménez
2020-02-06
1
-3
/
+6
*
Custom fonts can be set in the text input.
sumibi-yakitori
2020-01-27
1
-5
/
+24
*
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
2020-01-09
1
-0
/
+1
*
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2020-01-09
1
-1
/
+1
|
\
|
*
Merge branch 'master' into feature/shrink-by-default
Héctor Ramón Jiménez
2020-01-09
1
-1
/
+2
|
|
\
|
*
|
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
2019-12-30
1
-2
/
+2
*
|
|
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2020-01-05
1
-1
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
add(widget): primitive progressbar widget
Songtronix
2020-01-02
1
-1
/
+2
|
|
/
*
|
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
2020-01-01
1
-8
/
+25
*
|
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+1
|
/
*
Fix sneaky overflow in `TextInput` when pasting
Héctor Ramón Jiménez
2019-12-21
1
-3
/
+16
*
Move cursor position to start on left boundary click
Héctor Ramón Jiménez
2019-12-21
1
-0
/
+2
*
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
2019-12-21
1
-17
/
+38
*
Implement clipboard pasting in `TextInput`
Héctor Ramón Jiménez
2019-12-18
1
-19
/
+88
*
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
2019-12-18
1
-2
/
+3
*
Change `TextInput` word-jump modifier key on macOS
Héctor Ramón Jiménez
2019-12-07
1
-2
/
+14
*
Implement `TextInput::password` for secure data
Héctor Ramón Jiménez
2019-12-07
1
-11
/
+54
*
Consider word bounds in `TextInput` cursor jumps
Héctor Ramón Jiménez
2019-12-06
1
-42
/
+43
*
Use `unicode-segmentation` for `text_input::Value`
Héctor Ramón Jiménez
2019-12-06
1
-18
/
+33
*
Implement word movement in `TextInput`
Héctor Ramón Jiménez
2019-12-06
1
-7
/
+76
*
Add `ModifiersState` to `keyboard::Event::Input`
Héctor Ramón Jiménez
2019-12-06
1
-0
/
+1
*
Support `Home` and `End` keys for `TextInput`
Héctor Ramón Jiménez
2019-12-05
1
-0
/
+6
*
Remove unnecessary use of `abs`
Héctor Ramón Jiménez
2019-12-05
1
-1
/
+1
*
Place `TextInput` cursor position on click
Héctor Ramón Jiménez
2019-12-05
1
-3
/
+75
*
Display widget images in documentation
Héctor Ramón Jiménez
2019-11-24
1
-0
/
+2
*
Fix `iced_native` widget examples
Héctor Ramón Jiménez
2019-11-24
1
-1
/
+2
*
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
2019-11-22
1
-0
/
+1
*
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
2019-11-22
1
-4
/
+56
*
Merge branch 'master' into improvement/docs
Héctor Ramón Jiménez
2019-11-21
1
-0
/
+4
|
\
|
*
Make `width` and `height` required methods
Héctor Ramón Jiménez
2019-11-16
1
-0
/
+4
*
|
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
2019-11-21
1
-6
/
+223
|
/
*
Implement `text_input::State::focused`
Héctor Ramón Jiménez
2019-11-13
1
-0
/
+8
*
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
2019-11-11
1
-11
/
+22
*
Draft new layout API
Héctor Ramón Jiménez
2019-11-10
1
-17
/
+11
*
Implement cursor movement in `TextInput`
Héctor Ramón Jiménez
2019-10-31
1
-15
/
+42
*
Handle some `TextInput` events
Héctor Ramón Jiménez
2019-10-30
1
-6
/
+44
*
Draft `TextInput` widget structure
Héctor Ramón Jiménez
2019-10-30
1
-0
/
+84