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
/
examples
/
editor
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-09
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
1
-22
/
+17
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-13
/
+13
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-17
Use `Program` API in `editor` example
Héctor Ramón Jiménez
1
-35
/
+34
2024-03-08
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-3
/
+2
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-15
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-07
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
1
-0
/
+1
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-15
Update `rfd` to `0.13`
Héctor Ramón Jiménez
1
-1
/
+1
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-5
/
+5
2023-09-22
Add `text` helper method for `text_editor::Content`
Héctor Ramón Jiménez
1
-18
/
+1
2023-09-20
Introduce more themes to `iced_highlighter`
Héctor Ramón Jiménez
1
-1
/
+5
2023-09-19
Remove `syntect` dependency from `editor` example
Héctor Ramón Jiménez
1
-1
/
+0
2023-09-19
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
2
-238
/
+15
2023-09-19
Save file on `Cmd+S` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+14
2023-09-19
Simplify `editor` example
Héctor Ramón Jiménez
1
-6
/
+6
2023-09-18
Use `Font::MONOSPACE` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-18
Remove unnecessary `monospaced` flag in `Font`
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-18
Fix `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+4
2023-09-18
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
3
-26
/
+269
2023-09-18
Implement theme selector in `editor` example
Héctor Ramón Jiménez
1
-19
/
+82
2023-09-17
Fix unnecessary dereference in `editor` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-17
Implement syntax highlighting cache in `editor` example
Héctor Ramón Jiménez
1
-25
/
+42
2023-09-17
Implement basic syntax highlighting with `syntect` in `editor` example
Héctor Ramón Jiménez
2
-2
/
+170
2023-09-16
Implement `Copy` and `Paste` actions for `text::Editor`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-13
Use `Theme::Dark` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+5
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2
-0
/
+59