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
*
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
*
Add cut functionality to text editor
jhannyj
2024-01-25
1
-0
/
+12
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-26
/
+28
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-3
/
+1
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-11
/
+4
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+3
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
1
-26
/
+41
*
Merge branch 'master' into update-winit
Héctor Ramón Jiménez
2024-01-16
1
-8
/
+7
|
\
|
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-7
/
+6
|
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-1
/
+1
*
|
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
1
-4
/
+8
|
/
*
Added the ability to change the style of a TextEditor
Bingus
2023-12-06
1
-0
/
+9
*
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-1
/
+2
*
Improve `TextEditor` scroll interaction with a touchpad
Héctor Ramón Jiménez
2023-10-27
1
-1
/
+1
*
Implement missing debug implementations in `iced_widget`
Héctor Ramón Jiménez
2023-10-27
1
-0
/
+17
*
Write documentation for the new text APIs
Héctor Ramón Jiménez
2023-10-27
1
-4
/
+32
*
Add `text` helper method for `text_editor::Content`
Héctor Ramón Jiménez
2023-09-22
1
-0
/
+21
*
Fix selection clipping out of bounds in `TextEditor`
Héctor Ramón Jiménez
2023-09-22
1
-24
/
+33
*
Fix vertical scroll for `TextEditor`
Héctor Ramón Jiménez
2023-09-21
1
-2
/
+3
*
Scroll at least one line on macOS in `TextEditor`
Héctor Ramón Jiménez
2023-09-21
1
-1
/
+5
*
Round `ScrollDelta::Lines` in `TextEditor`
Héctor Ramón Jiménez
2023-09-21
1
-1
/
+1
*
Scroll `TextEditor` only if `cursor.is_over(bounds)`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+3
*
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
2023-09-19
1
-5
/
+23
*
Implement `Scroll` action in `text::editor`
Héctor Ramón Jiménez
2023-09-19
1
-0
/
+12
*
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
2023-09-18
1
-0
/
+4
*
Implement theme selector in `editor` example
Héctor Ramón Jiménez
2023-09-18
1
-1
/
+12
*
Notify `Highlighter` of topmost line change
Héctor Ramón Jiménez
2023-09-17
1
-11
/
+14
*
Implement basic syntax highlighting with `syntect` in `editor` example
Héctor Ramón Jiménez
2023-09-17
1
-0
/
+18
[next]