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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2812 from andymandias/text_input-is_focused
Héctor
2025-02-23
1
-0
/
+5
|
\
|
*
Add `is_focused` function that produces an `Operation` to get the focused sta...
Andrew Baldwin
2025-02-21
1
-0
/
+5
*
|
Add `weakest` and `strongest` to `Background` palette
Héctor Ramón Jiménez
2025-02-22
1
-2
/
+2
|
/
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Fix `request_input_method` call in `text_input`
Héctor Ramón Jiménez
2025-02-12
1
-15
/
+16
*
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
2025-02-12
1
-16
/
+12
*
Fix unneeded re-shaping during layout on `text_input` edit
Héctor Ramón Jiménez
2025-02-12
1
-1
/
+1
*
Use default size for empty pre-edits
Héctor Ramón Jiménez
2025-02-12
1
-7
/
+2
*
Do not pass text size to `Preedit::new`
rhysd
2025-02-06
1
-2
/
+7
*
Set correct text size for text in preedit window
rhysd
2025-02-06
1
-1
/
+2
*
Remove the placeholder text when IME is activated in text input
rhysd
2025-02-05
1
-1
/
+7
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-1
/
+1
*
Request redraws on `InputMethod` events
Héctor Ramón Jiménez
2025-02-03
1
-1
/
+5
*
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
2025-02-03
1
-5
/
+8
*
Clamp pre-edit inside viewport bounds
Héctor Ramón Jiménez
2025-02-03
1
-3
/
+2
*
Track pre-edits separately from focus in text inputs
Héctor Ramón Jiménez
2025-02-03
1
-12
/
+7
*
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
1
-65
/
+83
*
Run `cargo fmt` and fix lints
Héctor Ramón Jiménez
2025-02-02
1
-15
/
+10
*
Draft `input_method` support
KENZ
2025-02-02
1
-2
/
+93
*
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
2024-12-10
1
-3
/
+12
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-2
/
+2
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+1
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-35
/
+31
*
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
1
-33
/
+17
*
Implement `reactive-rendering` for `text_input`
Héctor Ramón Jiménez
2024-11-05
1
-57
/
+166
*
Add `PartialEq` derives for widget styles
BradySimon
2024-10-14
1
-1
/
+1
*
Show `text_input` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-12
/
+52
*
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
2024-09-18
1
-12
/
+27
*
Add `mouse::Button` to `mouse::Click`
Isaac Marovitz
2024-09-09
1
-2
/
+5
*
Simplify type signature of `TextInput` methods
Héctor Ramón Jiménez
2024-09-07
1
-21
/
+11
*
Add `*_maybe` helper methods for `TextInput`
JL710
2024-09-07
1
-0
/
+39
*
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
1
-0
/
+3
*
Allow interactions on disabled `text_input`
Héctor Ramón Jiménez
2024-09-04
1
-19
/
+28
*
Implement `align_x` for `TextInput`
Shan
2024-08-24
1
-10
/
+69
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-1
/
+1
*
Implement blinking cursor for `text_editor`
Héctor Ramón Jiménez
2024-07-29
1
-15
/
+0
*
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
2024-07-17
1
-15
/
+17
*
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
1
-6
/
+7
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-20
/
+23
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
1
-3
/
+3
*
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
2024-05-31
1
-39
/
+6
*
Add Command + ArrowLeft/Right input behavior for macos
BradySimon
2024-05-31
1
-20
/
+61
*
Merge branch 'master' into wgpu/better-architecture
Héctor Ramón Jiménez
2024-04-07
1
-2
/
+4
|
\
|
*
Check is_secure before a copy/cut from TextInput (#2366)
Aaron McGuire
2024-04-02
1
-2
/
+4
*
|
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-4
/
+5
|
/
*
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
2024-04-01
1
-2
/
+4
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
1
-50
/
+56
*
Use closures for `TextInput::style`
Héctor Ramón Jiménez
2024-03-12
1
-13
/
+16
*
Use integer coordinates for input caret
Héctor Ramón Jiménez
2024-03-10
1
-1
/
+2
*
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
2024-03-07
1
-17
/
+14
[next]