Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -4/+2 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Support event subscriptions in `iced_web` | 2020-02-04 | 1 | -15/+10 | |
| | | | | Also improves the overall web runtime, avoiding nested update loops. | ||||
* | Remove `Message: Clone` bound in some web widgets | 2020-01-13 | 1 | -1/+8 | |
| | |||||
* | Additional clone removals for wasm | 2020-01-12 | 1 | -1/+1 | |
| | |||||
* | Spawn `Command` futures in `iced_web` | 2019-11-24 | 1 | -1/+1 | |
| | |||||
* | Write docs for `iced_web` | 2019-11-22 | 1 | -1/+14 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -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 interaction | 2019-09-15 | 1 | -0/+40 | |