Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -12/+9 | |
| | | | | | | | | | 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!) | ||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -20/+2 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Enter executor context only on `Recipe` creation | 2020-02-16 | 1 | -3/+10 | |
| | |||||
* | Drop `Send` in `Command` and `Executor` on Wasm | 2020-02-05 | 1 | -2/+4 | |
| | |||||
* | Support event subscriptions in `iced_web` | 2020-02-04 | 1 | -12/+8 | |
| | | | | Also improves the overall web runtime, avoiding nested update loops. | ||||
* | Write documentation for `iced_futures` | 2020-01-20 | 1 | -0/+45 | |
| | |||||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -6/+2 | |
| | |||||
* | Rename `Receiver` to `Sender` in `Runtime` | 2020-01-19 | 1 | -12/+11 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -0/+79 | |