Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -0/+0 | |
2023-03-05 | Converge `Command` types from `iced_futures` and `iced_native` | 1 | -19/+40 | |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -1/+3 | |
2023-01-26 | Annotate `Command` and `Subscription` with `#[must_use]` | 1 | -0/+1 | |
2022-08-17 | Use `FnOnce` in `Command::perform` | 1 | -1/+1 | |
2022-08-12 | Relax `Fn` trait bounds in `Command` & `Action` | 1 | -2/+2 | |
2022-07-28 | Draft widget operations | 1 | -0/+10 | |
2022-01-28 | Use `MaybeSend` in `perform` and `map` for `Command` | 1 | -3/+5 | |
2021-09-13 | Write missing docs and `Debug` implementations for `native` | 1 | -0/+10 | |
2021-09-02 | Hide implementation details of `Command` in `iced_futures` | 1 | -40/+25 | |
2021-09-02 | Make `Command` implementations platform-specific | 1 | -0/+77 |