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-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-3
/
+3
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-17
/
+21
2023-05-23
clippy
Casper Storm
1
-1
/
+1
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-1
/
+29
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-7
/
+11
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-1
/
+6
2023-04-04
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+2
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-18
/
+21
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
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
[next]