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
*
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
*
add SelectAll to TextEditor
PgBiel
2024-07-08
1
-0
/
+5
*
Fix `text_editor` always capturing scroll events
Héctor Ramón Jiménez
2024-06-17
1
-0
/
+6
*
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
2024-05-31
1
-31
/
+2
*
Keep unary `motion` function in `text_editor`
Héctor Ramón Jiménez
2024-05-31
1
-18
/
+18
*
Add Command + ArrowLeft/Right input behavior for macos
BradySimon
2024-05-31
1
-6
/
+31
*
Fix out of bounds caret in `TextEditor` in some circumstances
Héctor Ramón Jiménez
2024-04-26
1
-13
/
+17
*
Allow checking whether a TextEditor is focused
mtkennerly
2024-04-15
1
-1
/
+10
*
Expose line_height & text_size fields for the text_editor widget
Bingus
2024-03-29
1
-0
/
+15
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
1
-39
/
+55
*
Use closures for `TextEditor::style`
Héctor Ramón Jiménez
2024-03-12
1
-11
/
+14
*
Use integer coordinates for input caret
Héctor Ramón Jiménez
2024-03-10
1
-1
/
+1
*
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
2024-03-07
1
-17
/
+14
*
Fix broken links in documentation
Héctor Ramón Jiménez
2024-03-07
1
-6
/
+6
*
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2024-03-07
1
-2
/
+1
*
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
2024-03-06
1
-12
/
+24
*
Simplify theming for `TextEditor` widget
Héctor Ramón Jiménez
2024-03-06
1
-19
/
+104
*
Prioritize `TextInput` and `TextEditor` commands over text insertion
Héctor Ramón Jiménez
2024-02-28
1
-30
/
+32
*
Use `find(...)` instead of `filter(...).next()`
Héctor Ramón Jiménez
2024-02-21
1
-2
/
+1
*
Prioritize text insertion in `TextInput` and `TextEditor`
Héctor Ramón Jiménez
2024-02-21
1
-7
/
+9
*
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
2024-02-13
1
-4
/
+7
*
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
2024-02-07
1
-22
/
+23
*
feat: text-editor can shrink to content
Dworv YT
2024-02-07
1
-1
/
+22
*
Fix `clippy` lints
Héctor Ramón Jiménez
2024-02-03
1
-3
/
+4
*
Run `cargo fmt`
Héctor Ramón Jiménez
2024-02-03
1
-1
/
+3
*
Improve `TextEditor` slow scrolling behavior with touchpads.
Radovan Blažek
2024-02-03
1
-14
/
+17
[next]