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-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
1
-3
/
+12
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-35
/
+31
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
1
-33
/
+17
2024-11-05
Implement `reactive-rendering` for `text_input`
Héctor Ramón Jiménez
1
-57
/
+166
2024-10-14
Add `PartialEq` derives for widget styles
BradySimon
1
-1
/
+1
2024-09-19
Show `text_input` doc example in multiple places
Héctor Ramón Jiménez
1
-12
/
+52
2024-09-18
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
1
-12
/
+27
2024-09-09
Add `mouse::Button` to `mouse::Click`
Isaac Marovitz
1
-2
/
+5
2024-09-07
Simplify type signature of `TextInput` methods
Héctor Ramón Jiménez
1
-21
/
+11
2024-09-07
Add `*_maybe` helper methods for `TextInput`
JL710
1
-0
/
+39
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-0
/
+3
2024-09-04
Allow interactions on disabled `text_input`
Héctor Ramón Jiménez
1
-19
/
+28
2024-08-24
Implement `align_x` for `TextInput`
Shan
1
-10
/
+69
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-29
Implement blinking cursor for `text_editor`
Héctor Ramón Jiménez
1
-15
/
+0
2024-07-17
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
1
-15
/
+17
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
1
-6
/
+7
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-20
/
+23
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-3
/
+3
2024-05-31
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-39
/
+6
2024-05-31
Add Command + ArrowLeft/Right input behavior for macos
BradySimon
1
-20
/
+61
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-4
/
+5
2024-04-02
Check is_secure before a copy/cut from TextInput (#2366)
Aaron McGuire
1
-2
/
+4
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
1
-2
/
+4
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-50
/
+56
2024-03-12
Use closures for `TextInput::style`
Héctor Ramón Jiménez
1
-13
/
+16
2024-03-10
Use integer coordinates for input caret
Héctor Ramón Jiménez
1
-1
/
+2
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-17
/
+14
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-4
/
+2
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-17
/
+36
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
[next]