Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new `async ||` closure syntax :tada: | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Update all `examples` to Rust 2024 | 2025-02-21 | 3 | -3/+3 | |
| | |||||
* | Replace `with` function with `Function` trait | 2025-02-11 | 1 | -2/+2 | |
| | |||||
* | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 1 | -2/+2 | |
| | |||||
* | Introduce `Task::map_with` | 2025-02-11 | 1 | -1/+1 | |
| | |||||
* | Use `sipper` in `download_progress` | 2025-02-11 | 2 | -38/+37 | |
| | |||||
* | Implement AI `gallery` example :tada: | 2025-01-27 | 1 | -2/+1 | |
| | | | | It displays the most popular daily images of Civitai! | ||||
* | Use `Task::run` in `download_progress` example | 2024-11-22 | 2 | -43/+44 | |
| | |||||
* | Add `index.html` to `download_progress` example | 2024-09-10 | 1 | -0/+12 | |
| | |||||
* | Fix `download_progress` and make it work on Wasm | 2024-09-10 | 3 | -77/+48 | |
| | | | | Co-authored-by: Skygrango <skygrango@gmail.com> | ||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -5/+5 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -5/+5 | |
| | |||||
* | Remove `load` method from `application` and `daemon` | 2024-07-09 | 1 | -1/+1 | |
| | | | | | If you need to run a `Task` during boot, use `run_with` instead! | ||||
* | Hide `Subscription` internals | 2024-07-05 | 1 | -4/+10 | |
| | | | | .. and introduce `stream::channel` helper | ||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -3/+7 | |
| | |||||
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 2 | -15/+3 | |
|\ | |||||
| * | Introduce `center` widget helper | 2024-05-03 | 1 | -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 example | 2024-04-08 | 1 | -6/+0 | |
| | | |||||
* | | refactor: replace `text(format!(` with `text` macro | 2024-03-18 | 1 | -1/+1 | |
|/ | |||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -7/+3 | |
| | |||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -3/+7 | |
| | |||||
* | Make `sandbox` helper take a `title` as well | 2024-03-16 | 1 | -2/+1 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -30/+21 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -10/+9 | |
| | |||||
* | Run `cargo fmt` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix `clippy::match-wildcard-for-single-variants` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -3/+1 | |
| | | | | RIP Gfycat | ||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -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-text | 2023-04-17 | 1 | -10/+7 | |
|\ | |||||
| * | Implement `subscription::channel` and simplify `unfold` | 2023-04-11 | 1 | -10/+7 | |
| | | |||||
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 2 | -3/+1 | |
|/ | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -1/+1 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -58/+40 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -5/+4 | |
| | | | | ... and check those in CI as well! | ||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -3/+6 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Remove unnecessary `unreachable!` in `download_progress` example | 2022-03-15 | 1 | -3/+1 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | 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 | |
| |