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-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-12
/
+12
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-10
/
+7
2023-09-10
Fix `ComboBox` widget not displaying selection text
Héctor Ramón Jiménez
1
-1
/
+27
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-1
/
+1
2023-09-09
Implement `Icon` support for `TextInput`
Héctor Ramón Jiménez
1
-4
/
+23
2023-08-30
Simplify new logic in `TextInput`
Héctor Ramón Jiménez
1
-33
/
+25
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-27
/
+19
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-158
/
+164
2023-08-26
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
1
-2
/
+6
2023-08-05
ensure no paste with alt
Casper Rogild Storm
1
-1
/
+3
2023-07-26
Use default padding of `TextInput` in `ComboBox`
Héctor Ramón Jiménez
1
-1
/
+4
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+1
2023-07-13
Restart animation when regaining focus
Cory Forsstrom
1
-0
/
+3
2023-07-13
Dont blink input cursor when window loses focus
Cory Forsstrom
1
-8
/
+31
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
[next]