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
*
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2020-04-30
1
-7
/
+5
*
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-9
/
+2
*
Split `Input` keyboard event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-6
/
+3
*
Rename leftover `TextInputWidget` to `Marker`
Héctor Ramón Jiménez
2020-04-13
1
-2
/
+2
*
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
2020-04-12
1
-4
/
+4
*
implement ctrl + del on text-input
FabianLars
2020-04-06
1
-0
/
+15
*
Fix typo in `text_input::Renderer::draw` docs
Héctor Ramón Jiménez
2020-04-02
1
-1
/
+1
*
Add Ctrl+Backspace text field behaviour
Michael Swan
2020-03-30
1
-0
/
+11
*
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
2020-03-30
1
-3
/
+3
*
refactor: remove not mandatory static lifetime
Théo Gaillard
2020-03-30
1
-1
/
+1
*
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
2020-03-25
1
-46
/
+57
*
Rename `is_pressed` to `is_dragging` in `text_input`
Héctor Ramón Jiménez
2020-03-24
1
-5
/
+5
*
Improve docs of `text_input::State::cursor`
Héctor Ramón Jiménez
2020-03-24
1
-1
/
+4
*
Remove commented code in `text_input`
Héctor Ramón Jiménez
2020-03-24
1
-9
/
+0
*
Create `text_input::Editor` to hold editing logic
Héctor Ramón Jiménez
2020-03-24
1
-55
/
+23
*
Move `Value` to its own module
Héctor Ramón Jiménez
2020-03-24
1
-139
/
+8
*
Improve `text_input::cursor` API
Héctor Ramón Jiménez
2020-03-24
1
-37
/
+41
*
Convert `mouse::State` into `mouse::Click`
Héctor Ramón Jiménez
2020-03-24
1
-21
/
+35
*
fixed panic on pasting into non updating input
FabianLars
2020-03-14
1
-1
/
+1
*
keep cursor inside value boundaries more reliable
FabianLars
2020-03-13
1
-3
/
+3
*
disable word selection if is_secure == true
FabianLars
2020-02-27
1
-6
/
+10
*
More selection actions: (Ctrl +) Shift + Left/Right, Shift + Home/End
FabianLars
2020-02-25
1
-4
/
+40
*
double click fixed
FabianLars
2020-02-24
1
-5
/
+3
*
moved cursor into own file
FabianLars
2020-02-24
1
-241
/
+68
*
Text Selection completely rewritten
FabianLars
2020-02-24
1
-304
/
+283
*
max time window for double click
FabianLars
2020-02-23
1
-1
/
+20
*
double click for word selection
FabianLars
2020-02-23
1
-1
/
+39
*
ctrl + a selection for text input
FabianLars
2020-02-22
1
-0
/
+10
*
inital patch by Finnerale
FabianLars
2020-02-22
1
-39
/
+210
*
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
[next]