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
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
2025-01-28
1
-1
/
+9
*
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
2025-01-24
1
-3
/
+3
*
Add `label` method to `Toggler`
Héctor Ramón Jiménez
2024-09-11
1
-1
/
+2
*
Add disabled state and `on_toggle` handler to `Toggler`
Héctor Ramón Jiménez
2024-09-11
1
-5
/
+2
*
Use `key_binding` in `editor` example
Héctor Ramón Jiménez
2024-09-10
1
-12
/
+14
*
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
1
-1
/
+19
*
Focus `text_editor` at start-up in `editor` example
Héctor Ramón Jiménez
2024-08-12
1
-8
/
+11
*
Simplify `highlight` method for `text_editor` widget
Héctor Ramón Jiménez
2024-07-28
1
-13
/
+8
*
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
2024-07-18
1
-1
/
+1
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+3
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
2024-07-09
1
-22
/
+17
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-13
/
+13
*
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
2024-05-13
1
-1
/
+1
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-1
/
+1
*
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