Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing link in `Executor::enter` doc comment | 2020-04-02 | 1 | -0/+2 | |
| | |||||
* | Make `subscription::Recipe` cross-platform | 2020-03-26 | 2 | -24/+20 | |
| | | | | By removing the `Send` requirement when targetting Wasm | ||||
* | Simplify `iced_futures::Command` implementation | 2020-03-26 | 3 | -209/+99 | |
| | |||||
* | Add `BoxFutures` and `BoxStream` to `iced_futures` | 2020-03-26 | 1 | -0/+28 | |
| | |||||
* | Implement `Subscription::with` | 2020-03-05 | 1 | -0/+70 | |
| | |||||
* | Enter executor context only on `Recipe` creation | 2020-02-16 | 1 | -3/+10 | |
| | |||||
* | Drop `Send` in `Command` and `Executor` on Wasm | 2020-02-05 | 7 | -105/+227 | |
| | |||||
* | Use `reqwest` and `tokio` in `pokedex` example | 2020-02-05 | 2 | -7/+7 | |
| | |||||
* | Support event subscriptions in `iced_web` | 2020-02-04 | 2 | -16/+11 | |
| | | | | Also improves the overall web runtime, avoiding nested update loops. | ||||
* | Forbid unsafe code and Rust 2018 idioms | 2020-01-20 | 1 | -2/+2 | |
| | |||||
* | Improve consistency in executor documentation | 2020-01-20 | 4 | -4/+4 | |
| | |||||
* | Write documentation for `executor::WasmBindgen` | 2020-01-20 | 1 | -0/+1 | |
| | |||||
* | Write documentation for `iced_futures` | 2020-01-20 | 9 | -19/+126 | |
| | |||||
* | Implement `WasmBindgen` executor and reorganize | 2020-01-20 | 3 | -3/+29 | |
| | |||||
* | Add `Application::Executor` associated type | 2020-01-20 | 9 | -34/+109 | |
| | |||||
* | Make `thread-pool` optional in `iced_futures` | 2020-01-19 | 2 | -1/+4 | |
| | |||||
* | Rename `Receiver` to `Sender` in `Runtime` | 2020-01-19 | 1 | -12/+11 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 7 | -0/+536 | |