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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-02
Fix broken references when parsing `markdown` streams
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-02
Add `on_resize` handler to `pop` widget :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-31
Add `new` constructor for `markdown::Content`
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-31
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
1
-34
/
+47
2025-01-31
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
2
-12
/
+86
2025-01-29
Replace unmaintained `directories-next` crate with `directories` crate
rhysd
2
-2
/
+2
2025-01-28
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
1
-1
/
+9
2025-01-28
Display grid placeholder when loading `gallery` example
Héctor Ramón Jiménez
2
-6
/
+23
2025-01-28
Rename `Animation::in_progress` to `is_animating`
Héctor Ramón Jiménez
1
-26
/
+29
2025-01-27
Remove unnecessary `endpoint` function in `gallery` example
Héctor Ramón Jiménez
1
-7
/
+1
2025-01-27
Change `period` to `Week` in `gallery` example
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-27
Implement AI `gallery` example :tada:
Héctor Ramón Jiménez
6
-6
/
+482
2025-01-27
Make all `Color` constructors `const` :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-24
Implement support for vertical `ProgressBar`
Héctor Ramón Jiménez
1
-3
/
+39
2025-01-24
Add `Duration` helpers to `time` module
Héctor Ramón Jiménez
6
-18
/
+14
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
11
-62
/
+46
2025-01-16
Remove a useless cast
Will Lynas
1
-1
/
+1
2025-01-16
Simplify tick drawing logic in `clock` example
Héctor Ramón Jiménez
1
-3
/
+1
2025-01-16
Make numbers bigger and draw ticks in `clock` example
Héctor Ramón Jiménez
1
-16
/
+35
2025-01-06
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
1
-3
/
+1
2025-01-06
Fix consistency of import ordering
Héctor Ramón Jiménez
3
-6
/
+5
2025-01-06
chore: remove once_cell dependency
Tommy Volk
8
-23
/
+21
2025-01-06
Showcase different `button` styles in `styling` example
Héctor Ramón Jiménez
1
-5
/
+49
2025-01-06
Fix missing `warning` field in `color_palette` example
Héctor Ramón Jiménez
1
-0
/
+1
2024-12-17
Avoid dropping results in `counter` test
Héctor Ramón Jiménez
1
-4
/
+3
2024-12-17
Write documentation for `iced_test`
Héctor Ramón Jiménez
3
-2
/
+35
2024-12-17
Use proper hash for `creates_a_new_task` snapshot
Héctor Ramón Jiménez
3
-3
/
+3
2024-12-17
Append `env::consts::OS` to snapshot filenames
Héctor Ramón Jiménez
3
-3
/
+2
2024-12-17
Reduce size of `Simulator` in `todos` test
Héctor Ramón Jiménez
2
-2
/
+3
2024-12-17
Implement `Simulator::simulate` and polish naming
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-14
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
2
-6
/
+15
2024-12-12
Embed and use Fira Sans as default font when testing
Héctor Ramón Jiménez
4
-3
/
+4
2024-12-10
Stop tracking `todos` snapshot hash file
Héctor Ramón Jiménez
1
-1
/
+0
2024-12-10
Add explicit `'static` in `todos` for Rust 1.80
Héctor Ramón Jiménez
1
-1
/
+1
2024-12-10
Decouple `iced_test` from `iced` crate
Héctor Ramón Jiménez
1
-12
/
+11
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
3
-9
/
+17
2024-12-10
Return `Result` in `todos` test
Héctor Ramón Jiménez
1
-8
/
+4
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
2
-0
/
+36
2024-12-03
Avoid using `Message` to drive logic in `system_information` example
Héctor Ramón Jiménez
1
-7
/
+11
2024-12-03
fix: add run_with(Example::new)
Osma S. Rautila
1
-1
/
+5
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
8
-11
/
+11
2024-11-22
Make `pin` widget `Fill` parent by default
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-22
Implement `pin` widget
Héctor Ramón Jiménez
1
-1
/
+23
2024-11-22
Use `Task::run` in `download_progress` example
Héctor Ramón Jiménez
2
-43
/
+44
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Implement `reactive-rendering` for `canvas`
Héctor Ramón Jiménez
4
-94
/
+102
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
3
-5
/
+5
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
3
-36
/
+27
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
3
-17
/
+5
2024-11-05
Draft `reactive-rendering` feature for `button`
Héctor Ramón Jiménez
1
-1
/
+1
[next]