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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
Centered icon vertically
Casper Rogild Storm
1
-2
/
+5
2023-04-12
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
1
-2
/
+7
2023-04-12
Remove unnecessary `is_disabled` check in `text_input::draw`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-12
Improve consistency of `on_input` documentation
Héctor Ramón Jiménez
1
-2
/
+4
2023-04-12
Unfocus `TextInput` if it becomes disabled
Héctor Ramón Jiménez
1
-0
/
+12
2023-04-12
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
1
-195
/
+188
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
1
-170
/
+195
2023-04-11
Reuse `text_bounds` in `text_input::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
1
-9
/
+9
2023-04-11
Move `Icon` definitions after `Widget` implementation
Héctor Ramón Jiménez
1
-24
/
+24
2023-04-11
Derive `Debug` for `text_input::Icon`
Héctor Ramón Jiménez
1
-19
/
+3
2023-04-11
Move `Icon` layout logic to `layout` in `text_input`
Héctor Ramón Jiménez
1
-65
/
+64
2023-04-11
Use `f32` for `Icon::size` and remove unnecessary conversions
Héctor Ramón Jiménez
1
-6
/
+6
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
1
-43
/
+44
2023-04-11
feat: added handle to text_input
Casper Storm
1
-1
/
+118
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-1218
/
+0
2023-02-24
Compute grapheme index in `find_cursor_position` for `TextInput`
Héctor Ramón Jiménez
1
-3
/
+12
2023-02-24
Fix useless `f32` conversions and please `clippy`
Héctor Ramón Jiménez
1
-6
/
+1
2023-02-24
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-10
/
+8
2023-02-24
Fix `clippy` lints :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-18
/
+21
2023-02-24
Fix `TextInput` line height
Héctor Ramón Jiménez
1
-1
/
+5
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-4
/
+4
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
[next]