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
*
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-2
/
+7
*
Remove unnecessary `is_disabled` check in `text_input::draw`
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
*
Improve consistency of `on_input` documentation
Héctor Ramón Jiménez
2023-04-12
1
-2
/
+4
*
Unfocus `TextInput` if it becomes disabled
Héctor Ramón Jiménez
2023-04-12
1
-0
/
+12
*
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-195
/
+188
*
Introduce disabled state for `TextInput`
Dan Mishin
2023-04-12
1
-170
/
+195
*
Reuse `text_bounds` in `text_input::layout`
Héctor Ramón Jiménez
2023-04-11
1
-1
/
+1
*
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
2023-04-11
1
-9
/
+9
*
Move `Icon` definitions after `Widget` implementation
Héctor Ramón Jiménez
2023-04-11
1
-24
/
+24
*
Derive `Debug` for `text_input::Icon`
Héctor Ramón Jiménez
2023-04-11
1
-19
/
+3
*
Move `Icon` layout logic to `layout` in `text_input`
Héctor Ramón Jiménez
2023-04-11
1
-65
/
+64
*
Use `f32` for `Icon::size` and remove unnecessary conversions
Héctor Ramón Jiménez
2023-04-11
1
-6
/
+6
*
Changed `Handle` to `Icon` to be consistent
Casper Storm
2023-04-11
1
-43
/
+44
*
feat: added handle to text_input
Casper Storm
2023-04-11
1
-1
/
+118
*
Use `f32` for `Padding`
Héctor Ramón Jiménez
2023-02-17
1
-4
/
+4
*
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2023-02-17
1
-10
/
+10
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-7
/
+3
*
Pad after setting width
Cory Forsstrom
2023-02-14
1
-1
/
+1
*
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
2023-01-12
1
-2
/
+1
*
Use `instant` to fix Wasm target
Héctor Ramón Jiménez
2023-01-12
1
-1
/
+1
*
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
2023-01-12
1
-2
/
+2
*
Rename `Focus::at` to `Focus::updated_at` in `text_input`
Héctor Ramón Jiménez
2023-01-12
1
-7
/
+14
*
Use short-hand field notation in `TextInput`
Héctor Ramón Jiménez
2023-01-12
1
-1
/
+1
*
Avoid reblinking cursor when clicking a focused `TextInput`
Héctor Ramón Jiménez
2023-01-12
1
-12
/
+7
*
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
2023-01-12
1
-24
/
+78
*
TextInput: SHIFT+Left Click to Select
Ryan Scheidter
2022-12-25
1
-2
/
+10
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+1
*
Merge branch 'master' into non-uniform-border-radius-for-quads
Héctor Ramón Jiménez
2022-12-02
1
-4
/
+57
|
\
|
*
Fix padding for `TextInput` with `Length::Units` width
Héctor Ramón Jiménez
2022-11-16
1
-7
/
+5
|
*
Merge pull request #1526 from mtkennerly/feature/find-focused
Héctor Ramón
2022-11-14
1
-0
/
+6
|
|
\
|
|
*
Allow converting from widget-specific IDs to generic ID
mtkennerly
2022-11-11
1
-0
/
+6
|
*
|
Add text input operations
Cory Forsstrom
2022-11-11
1
-0
/
+45
|
|
/
|
*
Fix broken documentation links
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
|
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-3
/
+3
|
*
Merge pull request #1494 from tarkah/fix/padding
Héctor Ramón
2022-11-08
1
-3
/
+7
|
|
\
|
|
*
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
2022-11-08
1
-3
/
+1
|
|
*
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
2022-11-08
1
-1
/
+1
|
|
*
Fix text input padding
Cory Forsstrom
2022-10-27
1
-3
/
+9
*
|
|
non uniform border radius for quads
Robert Krahn
2022-11-03
1
-3
/
+3
|
/
/
*
|
Increase default `padding` of `TextInput`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
|
Reset `is_pasting` for `TextInput` even when unfocused
Héctor Ramón Jiménez
2022-10-29
1
-0
/
+2
*
|
Keep keyboard modifiers always in sync in `TextInput`
Héctor Ramón Jiménez
2022-10-29
1
-3
/
+1
|
/
*
Fix latest `clippy` lints
Héctor Ramón Jiménez
2022-09-23
1
-14
/
+10
*
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
2022-08-05
1
-0
/
+6
*
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2022-08-04
1
-3
/
+2
*
Focus text inputs in `todos` example
Héctor Ramón Jiménez
2022-07-28
1
-0
/
+4
*
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
2022-07-28
1
-2
/
+37
*
Draft widget operations
Héctor Ramón Jiménez
2022-07-28
1
-0
/
+15
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-113
/
+120
*
Simplify `update` signature in `text_input`
Héctor Ramón Jiménez
2022-07-13
1
-2
/
+2
[next]