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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write documentation for the new text APIs
Héctor Ramón Jiménez
2023-10-27
1
-5
/
+5
*
Add `text` helper method for `text_editor::Content`
Héctor Ramón Jiménez
2023-09-22
1
-18
/
+1
*
Introduce more themes to `iced_highlighter`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+5
*
Remove `syntect` dependency from `editor` example
Héctor Ramón Jiménez
2023-09-19
1
-1
/
+0
*
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
2023-09-19
2
-238
/
+15
*
Save file on `Cmd+S` in `editor` example
Héctor Ramón Jiménez
2023-09-19
1
-1
/
+14
*
Simplify `editor` example
Héctor Ramón Jiménez
2023-09-19
1
-6
/
+6
*
Use `Font::MONOSPACE` in `editor` example
Héctor Ramón Jiménez
2023-09-18
1
-1
/
+1
*
Remove unnecessary `monospaced` flag in `Font`
Héctor Ramón Jiménez
2023-09-18
1
-4
/
+1
*
Fix `clippy` lints
Héctor Ramón Jiménez
2023-09-18
1
-4
/
+4
*
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
2023-09-18
3
-26
/
+269
*
Implement theme selector in `editor` example
Héctor Ramón Jiménez
2023-09-18
1
-19
/
+82
*
Fix unnecessary dereference in `editor` example
Héctor Ramón Jiménez
2023-09-17
1
-1
/
+1
*
Implement syntax highlighting cache in `editor` example
Héctor Ramón Jiménez
2023-09-17
1
-25
/
+42
*
Implement basic syntax highlighting with `syntect` in `editor` example
Héctor Ramón Jiménez
2023-09-17
2
-2
/
+170
*
Implement `Copy` and `Paste` actions for `text::Editor`
Héctor Ramón Jiménez
2023-09-16
1
-1
/
+1
*
Use `Theme::Dark` in `editor` example
Héctor Ramón Jiménez
2023-09-13
1
-1
/
+5
*
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
2
-0
/
+59