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
*
Fix text selection with touch events in `TextInput`
Héctor Ramón Jiménez
2020-12-15
1
-2
/
+5
*
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
2020-12-15
1
-5
/
+2
*
Merge branch 'ios-support-wip' into feature/touch-support
Héctor Ramón Jiménez
2020-12-15
1
-3
/
+8
|
\
|
*
Turn `Touch` into a struct and add finger id
Héctor Ramón Jiménez
2020-03-19
1
-2
/
+5
|
*
Added initial touch events to support iOS
Sebastian Imlay
2020-03-18
1
-2
/
+3
*
|
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-67
/
+3
*
|
Rename `keyboard::ModifiersState` to `Modifiers`
Héctor Ramón Jiménez
2020-11-26
1
-6
/
+4
*
|
Track keyboard modifiers in `text_input`
Héctor Ramón Jiménez
2020-11-25
1
-24
/
+16
*
|
This PR fixes a bug with select all (CMD + A on MacOS) when using a text_input.
Zak
2020-11-25
1
-3
/
+13
*
|
Disable dragging in `TextInput` after double click
Héctor Ramón Jiménez
2020-11-19
1
-1
/
+5
*
|
Implement flexible `TextInput::draw` helper
Héctor Ramón Jiménez
2020-11-17
1
-30
/
+54
*
|
Implement event capturing for `TextInput`
Héctor Ramón Jiménez
2020-11-12
1
-130
/
+168
*
|
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-5
/
+9
*
|
Split `focus` and `unfocus` methods in `text_input`
Héctor Ramón Jiménez
2020-11-09
1
-6
/
+14
*
|
Add textinput focus method
Paul Delafosse
2020-11-09
1
-0
/
+6
*
|
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
1
-0
/
+1
*
|
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
2020-10-17
1
-3
/
+7
*
|
Unfocus `TextInput` when `Escape` key is pressed
Héctor Ramón Jiménez
2020-07-30
1
-0
/
+5
*
|
Introduce `state` method to `TextInput`
Héctor Ramón Jiménez
2020-07-24
1
-0
/
+7
*
|
Improve safety of `Cursor::selection`
Héctor Ramón Jiménez
2020-07-11
1
-2
/
+2
*
|
Use `default_font_size` for `TextInput` widget
Héctor Ramón Jiménez
2020-07-06
1
-15
/
+7
*
|
implemented hecrj's suggestion
bansheerubber
2020-06-08
1
-2
/
+2
*
|
fixed formatting
bansheerubber
2020-06-05
1
-3
/
+3
*
|
added move_cursor_to
bansheerubber
2020-06-05
1
-0
/
+8
*
|
added value to move_cursor_to_end
bansheerubber
2020-06-05
1
-2
/
+2
*
|
sketch of move_cursor_to commands
bansheerubber
2020-06-05
1
-0
/
+16
*
|
Make `Font` an associated type of `text_input::Renderer`
Imbris
2020-05-29
1
-10
/
+15
*
|
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
[next]