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
*
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
2021-09-15
1
-25
/
+28
*
Implement textual hit testing
Tom
2021-08-21
1
-63
/
+7
*
Merge pull request #652 from twitchyliquid64/text_input_fix
Héctor Ramón
2021-08-12
1
-0
/
+10
|
\
|
*
text_input: Do not capture tab/up/down keys
Tom
2020-12-16
1
-0
/
+10
*
|
Merge pull request #776 from AldoMX/master
Héctor Ramón
2021-07-22
1
-0
/
+5
|
\
\
|
*
|
Added `select_all` method to `TextInput`.
Aldo Fregoso
2021-03-13
1
-0
/
+5
*
|
|
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
2021-07-12
1
-22
/
+13
*
|
|
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
2021-06-01
1
-5
/
+0
*
|
|
Add support for asymmetrical padding
Ben LeFevre
2021-06-01
1
-10
/
+18
|
/
/
*
|
Implement copy and cut behavior for `TextInput`
Héctor Ramón Jiménez
2021-03-10
1
-0
/
+40
*
|
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-32
/
+31
*
|
Update `window_clipboard` to `0.2`
Héctor Ramón Jiménez
2021-03-10
1
-1
/
+1
|
/
*
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
[next]