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
2024-03-05
Simplify theming for `TextInput` widget
Héctor Ramón Jiménez
1
-845
/
+824
2024-02-28
Capture select all command in `TextInput`
Héctor Ramón Jiménez
1
-0
/
+2
2024-02-28
Prioritize `TextInput` and `TextEditor` commands over text insertion
Héctor Ramón Jiménez
1
-73
/
+83
2024-02-21
Prioritize text insertion in `TextInput` and `TextEditor`
Héctor Ramón Jiménez
1
-23
/
+22
2024-02-15
Rename `password` method in `TextInput` to `secure`
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-13
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
1
-7
/
+12
2024-01-22
Fix impossible to type `v` in `TextInput`
Héctor Ramón Jiménez
1
-34
/
+29
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-26
/
+27
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-3
/
+1
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-11
/
+5
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+3
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-26
/
+28
2024-01-12
Fix clipping of `TextInput` selection
Héctor Ramón Jiménez
1
-23
/
+31
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-30
/
+27
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-29
/
+27
2023-12-01
Fix `clippy` lint
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-31
/
+28
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
[prev]
[next]