Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-05 | Hide internal `Task` constructors | 1 | -5/+5 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -58/+40 | ||
2024-02-13 | Introduce `Kind` in `core::clipboard` | 1 | -18/+31 | ||
2024-02-13 | Add support for primary clipboard | 1 | -0/+14 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -1/+14 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -22/+0 | ||
2022-08-17 | Use `FnOnce` in `Command::perform` | 1 | -2/+2 | ||
... and revert `FnMut` usage. | |||||
2022-08-12 | Relax `Fn` trait bounds in `Command` & `Action` | 1 | -2/+2 | ||
2022-01-28 | Use `MaybeSend` in `perform` and `map` for `Command` | 1 | -1/+6 | ||
2021-09-13 | Write missing docs and `Debug` implementations for `native` | 1 | -0/+17 | ||
2021-09-02 | Handle `clipboard::Action` in `iced_winit` shell | 1 | -2/+2 | ||
2021-09-02 | Make `Command` implementations platform-specific | 1 | -0/+17 | ||
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!) | |||||
2021-03-10 | Make `Clipboard` argument in `Widget` trait mutable | 1 | -0/+14 | ||
2021-03-10 | Introduce `write` method to `Clipboard` trait | 1 | -0/+3 | ||
2021-03-10 | Update `window_clipboard` to `0.2` | 1 | -2/+2 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2019-12-18 | Allow clipboard access in `Widget::on_event` | 1 | -0/+8 | ||