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
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new `async ||` closure syntax :tada:
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
2
-2
/
+2
*
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
2025-02-11
1
-2
/
+2
*
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
2025-02-11
1
-2
/
+2
*
Introduce `Task::map_with`
Héctor Ramón Jiménez
2025-02-11
1
-1
/
+1
*
Use `sipper` in `download_progress`
Héctor Ramón Jiménez
2025-02-11
2
-38
/
+37
*
Use `Task::run` in `download_progress` example
Héctor Ramón Jiménez
2024-11-22
2
-43
/
+44
*
Fix `download_progress` and make it work on Wasm
Héctor Ramón Jiménez
2024-09-10
2
-76
/
+47
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-5
/
+5
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-5
/
+5
*
Hide `Subscription` internals
Héctor Ramón Jiménez
2024-07-05
1
-4
/
+10
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-3
/
+7
*
Merge branch 'master' into feat/text-macro
Héctor Ramón Jiménez
2024-05-23
2
-15
/
+3
|
\
|
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-9
/
+3
|
*
Remove extra Download struct from dowload_progress example
alex-ds13
2024-04-08
1
-6
/
+0
*
|
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
1
-1
/
+1
|
/
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-7
/
+3
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
1
-3
/
+7
*
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
2024-03-16
1
-2
/
+1
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-30
/
+21
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-10
/
+9
*
Run `cargo fmt`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-10
/
+7
|
\
|
*
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
2023-04-11
1
-10
/
+7
*
|
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
|
/
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-1
/
+1
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-58
/
+40
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
1
-5
/
+4
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-3
/
+6
*
Remove unnecessary `unreachable!` in `download_progress` example
Héctor Ramón Jiménez
2022-03-15
1
-3
/
+1
*
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
2022-01-17
1
-70
/
+52
*
Draft `websocket` example :tada:
Héctor Ramón Jiménez
2022-01-16
1
-0
/
+1
*
Use `subscription::run` for `download_progress` example
Héctor Ramón Jiménez
2022-01-15
1
-84
/
+69
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-6
/
+6
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-6
/
+6
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
1
-7
/
+3
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-3
/
+7
*
Improve download_progress example (#283)
Folyd
2021-02-12
2
-77
/
+164
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
*
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
2020-03-30
1
-1
/
+2
*
Fix `Recipe::hash` in `download_progress` example
Héctor Ramón Jiménez
2020-03-24
1
-0
/
+2
*
Fix retry button on `download_progress` example
Héctor Ramón Jiménez
2020-03-23
1
-2
/
+4
*
Handle errors in `download_progress` example
Héctor Ramón Jiménez
2020-03-23
2
-11
/
+43
*
Rename `downloader` module to `download`
Héctor Ramón Jiménez
2020-03-23
2
-9
/
+9
*
Improve `download_progress` example
Héctor Ramón Jiménez
2020-03-23
2
-111
/
+115
*
Add example for download with progress tracking
Songtronix
2020-03-23
2
-0
/
+215