Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify `run` and `unfold` helpers to build a `Subscription` | 2022-01-17 | 1 | -70/+52 | |
| | |||||
* | Draft `websocket` example :tada: | 2022-01-16 | 1 | -0/+1 | |
| | |||||
* | Use `subscription::run` for `download_progress` example | 2022-01-15 | 1 | -84/+69 | |
| | |||||
* | Update `reqwest` in examples | 2022-01-13 | 1 | -1/+5 | |
| | | | | ... and rely on `rustls` instead of `native-tls` | ||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -6/+6 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -6/+6 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -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` | 2021-03-11 | 1 | -3/+7 | |
| | |||||
* | Improve download_progress example (#283) | 2021-02-12 | 4 | -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` feature | 2020-11-25 | 1 | -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` | 2020-09-08 | 1 | -1/+1 | |
| | |||||
* | Allow passing external state to `Application::new` | 2020-03-30 | 1 | -1/+2 | |
| | |||||
* | Fix `Recipe::hash` in `download_progress` example | 2020-03-24 | 1 | -0/+2 | |
| | |||||
* | Fix retry button on `download_progress` example | 2020-03-23 | 1 | -2/+4 | |
| | |||||
* | Update `README` of examples | 2020-03-23 | 1 | -4/+6 | |
| | |||||
* | Handle errors in `download_progress` example | 2020-03-23 | 2 | -11/+43 | |
| | |||||
* | Rename `downloader` module to `download` | 2020-03-23 | 2 | -9/+9 | |
| | |||||
* | Improve `download_progress` example | 2020-03-23 | 3 | -114/+117 | |
| | | | | | - Use `reqwest` with `Response::chunk` to notify progress. - Turn example state into an enum | ||||
* | Add example for download with progress tracking | 2020-03-23 | 4 | -0/+243 | |