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
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-1218
/
+0
*
Compute grapheme index in `find_cursor_position` for `TextInput`
Héctor Ramón Jiménez
2023-02-24
1
-3
/
+12
*
Fix useless `f32` conversions and please `clippy`
Héctor Ramón Jiménez
2023-02-24
1
-6
/
+1
*
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2023-02-24
1
-10
/
+8
*
Fix `clippy` lints :tada:
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+1
*
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2023-02-24
1
-18
/
+21
*
Fix `TextInput` line height
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+5
*
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
*
Simplify `on_paste` signature
Héctor Ramón Jiménez
2022-07-13
1
-5
/
+8
*
Added `on_paste` handler to `TextInput`
Wyatt Jacob Herkamp
2022-07-13
1
-2
/
+17
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-1
/
+1
*
Address Clippy lints
Poly
2022-07-09
1
-11
/
+11
*
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2022-06-07
1
-22
/
+33
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+1
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-3
/
+6
[next]