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
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-10
/
+10
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-7
/
+3
2023-02-14
Pad after setting width
Cory Forsstrom
1
-1
/
+1
2023-01-18
New iced changes
Bingus
1
-1
/
+1
2023-01-12
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
1
-2
/
+1
2023-01-12
Use `instant` to fix Wasm target
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-12
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-12
Rename `Focus::at` to `Focus::updated_at` in `text_input`
Héctor Ramón Jiménez
1
-7
/
+14
2023-01-12
Use short-hand field notation in `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-12
Avoid reblinking cursor when clicking a focused `TextInput`
Héctor Ramón Jiménez
1
-12
/
+7
2023-01-12
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
1
-24
/
+78
2022-12-25
TextInput: SHIFT+Left Click to Select
Ryan Scheidter
1
-2
/
+10
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+1
2022-11-16
Fix padding for `TextInput` with `Length::Units` width
Héctor Ramón Jiménez
1
-7
/
+5
2022-11-11
Add text input operations
Cory Forsstrom
1
-0
/
+45
2022-11-11
Allow converting from widget-specific IDs to generic ID
mtkennerly
1
-0
/
+6
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-08
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
1
-3
/
+1
2022-11-08
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-3
/
+3
2022-11-03
Increase default `padding` of `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-29
Reset `is_pasting` for `TextInput` even when unfocused
Héctor Ramón Jiménez
1
-0
/
+2
2022-10-29
Keep keyboard modifiers always in sync in `TextInput`
Héctor Ramón Jiménez
1
-3
/
+1
2022-10-27
Fix text input padding
Cory Forsstrom
1
-3
/
+9
2022-09-23
Fix latest `clippy` lints
Héctor Ramón Jiménez
1
-14
/
+10
2022-08-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+6
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
1
-3
/
+2
2022-07-28
Focus text inputs in `todos` example
Héctor Ramón Jiménez
1
-0
/
+4
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-2
/
+37
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
1
-0
/
+15
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-113
/
+120
2022-07-13
Simplify `update` signature in `text_input`
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-13
Simplify `on_paste` signature
Héctor Ramón Jiménez
1
-5
/
+8
2022-07-13
Added `on_paste` handler to `TextInput`
Wyatt Jacob Herkamp
1
-2
/
+17
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Address Clippy lints
Poly
1
-11
/
+11
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-22
/
+33
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-3
/
+6
2022-03-28
Fix `KeyPressed` event being always `Captured` by `TextInput`
Héctor Ramón Jiménez
1
-2
/
+2
2022-03-18
Restore `TextInput::draw` helper
Héctor Ramón Jiménez
1
-12
/
+24
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-13
/
+2
2022-02-12
Implement `TextInput` in `iced_pure`
Héctor Ramón Jiménez
1
-448
/
+477
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2021-12-10
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
1
-10
/
+11
2021-12-09
Make TextInput emit a Submit message when the key NumpadEnter is pressed
nlevy
1
-1
/
+2
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-8
/
+8
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-37
/
+39
[prev]
[next]