summaryrefslogtreecommitdiffstats
path: root/examples/download_progress (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use new `async ||` closure syntax :tada:Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-213-3/+3
|
* Replace `with` function with `Function` traitLibravatar Héctor Ramón Jiménez2025-02-111-2/+2
|
* Introduce `with` helper and use `sipper` in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-02-111-2/+2
|
* Introduce `Task::map_with`Libravatar Héctor Ramón Jiménez2025-02-111-1/+1
|
* Use `sipper` in `download_progress`Libravatar Héctor Ramón Jiménez2025-02-112-38/+37
|
* Implement AI `gallery` example :tada:Libravatar Héctor Ramón Jiménez2025-01-271-2/+1
| | | | It displays the most popular daily images of Civitai!
* Use `Task::run` in `download_progress` exampleLibravatar Héctor Ramón Jiménez2024-11-222-43/+44
|
* Add `index.html` to `download_progress` exampleLibravatar Skygrango2024-09-101-0/+12
|
* Fix `download_progress` and make it work on WasmLibravatar Héctor Ramón Jiménez2024-09-103-77/+48
| | | | Co-authored-by: Skygrango <skygrango@gmail.com>
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-5/+5
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-5/+5
|
* Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez2024-07-091-1/+1
| | | | | If you need to run a `Task` during boot, use `run_with` instead!
* Hide `Subscription` internalsLibravatar Héctor Ramón Jiménez2024-07-051-4/+10
| | | | .. and introduce `stream::channel` helper
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-3/+7
|
* Merge branch 'master' into feat/text-macroLibravatar Héctor Ramón Jiménez2024-05-232-15/+3
|\
| * Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-9/+3
| | | | | | | | | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
| * Remove extra Download struct from dowload_progress exampleLibravatar alex-ds132024-04-081-6/+0
| |
* | refactor: replace `text(format!(` with `text` macroLibravatar Richard Custodio2024-03-181-1/+1
|/
* Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez2024-03-171-7/+3
|
* Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez2024-03-161-3/+7
|
* Make `sandbox` helper take a `title` as wellLibravatar Héctor Ramón Jiménez2024-03-161-2/+1
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-30/+21
|
* Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-101-10/+9
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Fix `clippy::match-wildcard-for-single-variants`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-3/+1
| | | | RIP Gfycat
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+2
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-10/+7
|\
| * Implement `subscription::channel` and simplify `unfold`Libravatar Héctor Ramón Jiménez2023-04-111-10/+7
| |
* | Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-052-3/+1
|/
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-1/+1
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-58/+40
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-5/+4
| | | | ... and check those in CI as well!
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-3/+6
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Remove unnecessary `unreachable!` in `download_progress` exampleLibravatar Héctor Ramón Jiménez2022-03-151-3/+1
|
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Simplify `run` and `unfold` helpers to build a `Subscription`Libravatar Héctor Ramón Jiménez2022-01-171-70/+52
|
* Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez2022-01-161-0/+1
|
* Use `subscription::run` for `download_progress` exampleLibravatar Héctor Ramón Jiménez2022-01-151-84/+69
|
* Update `reqwest` in examplesLibravatar Héctor Ramón Jiménez2022-01-131-1/+5
| | | | ... and rely on `rustls` instead of `native-tls`
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-6/+6
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-6/+6
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-7/+3
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-3/+7
|
* Improve download_progress example (#283)Libravatar Folyd2021-02-124-81/+168
| | | | | | | | | | | | | | | | | | | | | * Add advanced download example * Rename to task fields and variables * Cargo fmt advanced_download/src/download.rs * Add progress bar for advanced download example * Merge two download examples to single one * Apply great review suggestions * Change to url::Url instead of plain String * Simplify `download_progress` example * Update `README` of `download_progress` example Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-1/+1
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-1/+2
|
* Fix `Recipe::hash` in `download_progress` exampleLibravatar Héctor Ramón Jiménez2020-03-241-0/+2
|