summaryrefslogtreecommitdiffstats
path: root/native/src/subscription.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-49/+9
| | | | It allows to clean up all the `trait_aliases` modules!
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-2/+40
| | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* Add worker example to docs of `subscription::unfold`Libravatar Héctor Ramón Jiménez2022-01-171-0/+65
|
* Simplify `run` and `unfold` helpers to build a `Subscription`Libravatar Héctor Ramón Jiménez2022-01-171-26/+17
|
* Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez2022-01-161-73/+25
|
* Implement `subscription::worker` :tada:Libravatar Héctor Ramón Jiménez2022-01-141-0/+44
|
* Implement `subscription::unfold` :tada:Libravatar Héctor Ramón Jiménez2022-01-141-1/+22
|
* Implement `subscription::run` :tada:Libravatar Héctor Ramón Jiménez2022-01-141-0/+19
|
* Rewrite `events` and `events_with` with a new `Runner` abstractionLibravatar Héctor Ramón Jiménez2022-01-141-10/+62
|
* Use iced_futures utilities to make native work under wasm32 target.Libravatar Tanner Rogalsky2021-11-141-2/+2
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-12/+1
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Introduce `event::Status` to `Subscription`Libravatar Héctor Ramón Jiménez2020-11-121-8/+16
|
* Restore hotkeys in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-11-101-1/+21
| | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close`
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-1/+1
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-3/+3
|
* Implement `subscription::Tracker` in `iced_core`Libravatar Héctor Ramón Jiménez2020-01-191-1/+6
|
* Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez2019-12-141-2/+28
|
* Make `iced_native` subscription input opaqueLibravatar Héctor Ramón Jiménez2019-12-141-23/+8
|
* Move native events subscription to `iced_native`Libravatar Héctor Ramón Jiménez2019-12-141-0/+25
|
* Implement `Subscription::map` and `from_recipe`Libravatar Héctor Ramón Jiménez2019-12-101-3/+3
|
* Allow listening to runtime events in subscriptionsLibravatar Héctor Ramón Jiménez2019-12-081-0/+6