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