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.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-13
Rename leftover `TextInputWidget` to `Marker`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-12
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
1
-4
/
+4
2020-04-06
implement ctrl + del on text-input
FabianLars
1
-0
/
+15
2020-04-02
Fix typo in `text_input::Renderer::draw` docs
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-30
Add Ctrl+Backspace text field behaviour
Michael Swan
1
-0
/
+11
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-30
refactor: remove not mandatory static lifetime
Théo Gaillard
1
-1
/
+1
2020-03-25
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
1
-46
/
+57
2020-03-24
Rename `is_pressed` to `is_dragging` in `text_input`
Héctor Ramón Jiménez
1
-5
/
+5
2020-03-24
Improve docs of `text_input::State::cursor`
Héctor Ramón Jiménez
1
-1
/
+4
2020-03-24
Remove commented code in `text_input`
Héctor Ramón Jiménez
1
-9
/
+0
2020-03-24
Create `text_input::Editor` to hold editing logic
Héctor Ramón Jiménez
1
-55
/
+23
2020-03-24
Move `Value` to its own module
Héctor Ramón Jiménez
1
-139
/
+8
2020-03-24
Improve `text_input::cursor` API
Héctor Ramón Jiménez
1
-37
/
+41
2020-03-24
Convert `mouse::State` into `mouse::Click`
Héctor Ramón Jiménez
1
-21
/
+35
2020-03-19
Turn `Touch` into a struct and add finger id
Héctor Ramón Jiménez
1
-2
/
+5
2020-03-18
Added initial touch events to support iOS
Sebastian Imlay
1
-2
/
+3
2020-03-14
fixed panic on pasting into non updating input
FabianLars
1
-1
/
+1
2020-03-13
keep cursor inside value boundaries more reliable
FabianLars
1
-3
/
+3
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
1
-7
/
+4
2020-02-27
disable word selection if is_secure == true
FabianLars
1
-6
/
+10
2020-02-25
More selection actions: (Ctrl +) Shift + Left/Right, Shift + Home/End
FabianLars
1
-4
/
+40
2020-02-24
double click fixed
FabianLars
1
-5
/
+3
2020-02-24
moved cursor into own file
FabianLars
1
-241
/
+68
2020-02-24
Text Selection completely rewritten
FabianLars
1
-304
/
+283
2020-02-23
max time window for double click
FabianLars
1
-1
/
+20
2020-02-23
double click for word selection
FabianLars
1
-1
/
+39
2020-02-22
ctrl + a selection for text input
FabianLars
1
-0
/
+10
2020-02-22
inital patch by Finnerale
FabianLars
1
-39
/
+210
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
1
-10
/
+4
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
1
-2
/
+7
2020-02-06
Implement `TextInput` styling in `iced_web`
Héctor Ramón Jiménez
1
-3
/
+6
2020-01-27
Custom fonts can be set in the text input.
sumibi-yakitori
1
-5
/
+24
2020-01-09
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-02
add(widget): primitive progressbar widget
Songtronix
1
-1
/
+2
2020-01-01
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
1
-8
/
+25
2019-12-30
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-21
Fix sneaky overflow in `TextInput` when pasting
Héctor Ramón Jiménez
1
-3
/
+16
2019-12-21
Move cursor position to start on left boundary click
Héctor Ramón Jiménez
1
-0
/
+2
2019-12-21
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
1
-17
/
+38
2019-12-18
Implement clipboard pasting in `TextInput`
Héctor Ramón Jiménez
1
-19
/
+88
2019-12-18
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
1
-2
/
+3
2019-12-07
Change `TextInput` word-jump modifier key on macOS
Héctor Ramón Jiménez
1
-2
/
+14
2019-12-07
Implement `TextInput::password` for secure data
Héctor Ramón Jiménez
1
-11
/
+54
2019-12-06
Consider word bounds in `TextInput` cursor jumps
Héctor Ramón Jiménez
1
-42
/
+43
2019-12-06
Use `unicode-segmentation` for `text_input::Value`
Héctor Ramón Jiménez
1
-18
/
+33
2019-12-06
Implement word movement in `TextInput`
Héctor Ramón Jiménez
1
-7
/
+76
2019-12-06
Add `ModifiersState` to `keyboard::Event::Input`
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-05
Support `Home` and `End` keys for `TextInput`
Héctor Ramón Jiménez
1
-0
/
+6
[prev]
[next]