Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-14 | Rewrite `events` and `events_with` with a new `Runner` abstraction | 1 | -35/+0 | ||
2021-11-14 | Use iced_futures utilities to make native work under wasm32 target. | 1 | -5/+4 | ||
2020-11-12 | Introduce `event::Status` to `Subscription` | 1 | -7/+8 | ||
2020-11-10 | Restore hotkeys in `pane_grid` example | 1 | -4/+15 | ||
- Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | |||||
2020-03-26 | Make `subscription::Recipe` cross-platform | 1 | -2/+2 | ||
By removing the `Send` requirement when targetting Wasm | |||||
2020-01-20 | Add `Application::Executor` associated type | 1 | -1/+2 | ||
2020-01-19 | Implement `subscription::Tracker` in `iced_core` | 1 | -1/+1 | ||
2019-12-14 | Make `iced_native` subscription input opaque | 1 | -0/+23 | ||