summaryrefslogtreecommitdiffstats
path: root/native/src/subscription.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-14Use iced_futures utilities to make native work under wasm32 target.Libravatar Tanner Rogalsky1-2/+2
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-12/+1
2020-11-12Introduce `event::Status` to `Subscription`Libravatar Héctor Ramón Jiménez1-8/+16
2020-11-10Restore hotkeys in `pane_grid` exampleLibravatar Héctor Ramón Jiménez1-1/+21
2020-01-20Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez1-1/+1
2020-01-19Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez1-3/+3
2020-01-19Implement `subscription::Tracker` in `iced_core`Libravatar Héctor Ramón Jiménez1-1/+6
2019-12-14Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez1-2/+28
2019-12-14Make `iced_native` subscription input opaqueLibravatar Héctor Ramón Jiménez1-23/+8
2019-12-14Move native events subscription to `iced_native`Libravatar Héctor Ramón Jiménez1-0/+25
2019-12-10Implement `Subscription::map` and `from_recipe`Libravatar Héctor Ramón Jiménez1-3/+3
2019-12-08Allow listening to runtime events in subscriptionsLibravatar Héctor Ramón Jiménez1-0/+6