summaryrefslogtreecommitdiffstats
path: root/web/src/bus.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-4/+2
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-041-15/+10
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-131-1/+8
|
* Additional clone removals for wasmLibravatar Elliott Mahler2020-01-121-1/+1
|
* Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-1/+1
|
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-1/+14
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-2/+2
| | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency.
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-151-0/+40