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
*
Use `Program` API in `editor` example
Héctor Ramón Jiménez
2024-03-17
1
-35
/
+34
*
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
2024-03-08
1
-1
/
+1
*
Simplify theming for `Container` widget
Héctor Ramón Jiménez
2024-03-05
1
-3
/
+2
*
Simplify theming for `Button` widget
Héctor Ramón Jiménez
2024-03-04
1
-1
/
+1
*
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
2024-02-15
1
-2
/
+2
*
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+1
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
1
-2
/
+2
*
Update `rfd` to `0.13`
Héctor Ramón Jiménez
2024-01-15
1
-1
/
+1
*
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