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