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_editor.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-12
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
1
-6
/
+2
2025-02-12
Use default size for empty pre-edits
Héctor Ramón Jiménez
1
-5
/
+2
2025-02-06
Do not pass text size to `Preedit::new`
rhysd
1
-1
/
+3
2025-02-06
Set correct text size for text in preedit window
rhysd
1
-4
/
+8
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-13
/
+14
2025-02-03
Handle pre-edits and commits only if `text_editor` is focused
Héctor Ramón Jiménez
1
-9
/
+10
2025-02-03
Request redraws on `InputMethod` events
Héctor Ramón Jiménez
1
-0
/
+4
2025-02-03
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
1
-8
/
+19
2025-02-03
Track pre-edits separately from focus in text inputs
Héctor Ramón Jiménez
1
-9
/
+6
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
1
-53
/
+80
2025-02-02
Run `cargo fmt` and fix lints
Héctor Ramón Jiménez
1
-4
/
+5
2025-02-02
Draft `input_method` support
KENZ
1
-3
/
+66
2025-01-30
Add `min_height` and `max_height` to `text_editor`
Héctor Ramón Jiménez
1
-4
/
+26
2025-01-30
Avoid capturing mouse press when `text_editor` is unfocused
Héctor Ramón Jiménez
1
-2
/
+4
2025-01-28
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
1
-52
/
+31
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Fix `text_editor` capturing mouse release events
Héctor Ramón Jiménez
1
-2
/
+4
2024-11-05
Implement `reactive-rendering` for `text_editor`
Héctor Ramón Jiménez
1
-147
/
+170
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
-7
/
+6
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
1
-3
/
+3
2024-10-14
Fix `Binding::Delete` not triggering in `text_editor`
Leo Ring
1
-1
/
+3
2024-10-14
Add `PartialEq` derives for widget styles
BradySimon
1
-1
/
+1
2024-09-19
Show `text_editor` example in multiple places
Héctor Ramón Jiménez
1
-1
/
+65
2024-09-18
Set the text color determined by the style function
lufte
1
-2
/
+2
2024-09-13
Fix priority of `Binding::Delete` in `text_editor`
Héctor Ramón Jiménez
1
-1
/
+3
2024-09-13
Set `Limits::width` in `TextEditor` layout
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-13
Take `Into<Pixels>` in `TextEditor::width`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-13
feat: add width setter
Samson
1
-0
/
+6
2024-09-09
Add `mouse::Button` to `mouse::Click`
Isaac Marovitz
1
-0
/
+1
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-1
/
+12
2024-08-12
Use `clipped_cursor` directly in `text_editor`
Héctor Ramón Jiménez
1
-6
/
+1
2024-08-12
Fix clipping area of `text_editor` placeholder
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-12
Remove cursor snapping hack in `text_editor`
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-12
Make `Padding` affect `text_editor` clipping
Héctor Ramón Jiménez
1
-17
/
+10
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-03
text_editor: Avoid rendering text outside the border
Maja Kądziołka
1
-3
/
+3
2024-07-29
Simplify `focus` method in `text_editor`
Héctor Ramón Jiménez
1
-7
/
+1
2024-07-29
Implement blinking cursor for `text_editor`
Héctor Ramón Jiménez
1
-13
/
+90
2024-07-29
Fix unused `core` import in `text_editor` module
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-28
Simplify `highlight` method for `text_editor` widget
Héctor Ramón Jiménez
1
-2
/
+21
2024-07-26
Reduce `KeyPress` duplication in `text_editor`
Héctor Ramón Jiménez
1
-12
/
+9
2024-07-26
Implement custom key binding support for `text_editor`
Héctor Ramón Jiménez
1
-118
/
+272
2024-07-24
Fix broken doc link in `text_editor`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-24
Add `placeholder` support to `text_editor` widget
Héctor Ramón Jiménez
1
-9
/
+53
2024-07-18
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
1
-0
/
+29
2024-07-08
add SelectAll to TextEditor
PgBiel
1
-0
/
+5
2024-06-17
Fix `text_editor` always capturing scroll events
Héctor Ramón Jiménez
1
-0
/
+6
2024-05-31
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-31
/
+2
[next]