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
/
download_progress
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-7
/
+3
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-3
/
+7
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-30
/
+21
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
1
-10
/
+9
2023-09-20
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-3
/
+1
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-1
/
+2
2023-04-11
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
1
-10
/
+7
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
2
-3
/
+1
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-58
/
+40
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-5
/
+4
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-3
/
+6
2022-03-15
Remove unnecessary `unreachable!` in `download_progress` example
Héctor Ramón Jiménez
1
-3
/
+1
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-17
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
1
-70
/
+52
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-15
Use `subscription::run` for `download_progress` example
Héctor Ramón Jiménez
1
-84
/
+69
2022-01-13
Update `reqwest` in examples
Héctor Ramón Jiménez
1
-1
/
+5
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-6
/
+6
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-6
/
+6
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-7
/
+3
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
1
-3
/
+7
2021-02-12
Improve download_progress example (#283)
Folyd
4
-81
/
+168
2020-11-25
Introduce `tokio_old` feature
Héctor Ramón Jiménez
1
-1
/
+1
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-1
/
+2
2020-03-24
Fix `Recipe::hash` in `download_progress` example
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-23
Fix retry button on `download_progress` example
Héctor Ramón Jiménez
1
-2
/
+4
2020-03-23
Update `README` of examples
Héctor Ramón Jiménez
1
-4
/
+6
2020-03-23
Handle errors in `download_progress` example
Héctor Ramón Jiménez
2
-11
/
+43
2020-03-23
Rename `downloader` module to `download`
Héctor Ramón Jiménez
2
-9
/
+9
2020-03-23
Improve `download_progress` example
Héctor Ramón Jiménez
3
-114
/
+117
2020-03-23
Add example for download with progress tracking
Songtronix
4
-0
/
+243