Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+12 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -13/+14 | ||
2024-04-17 | Fix `SelectNextSome` poll after termination panic in `iced_winit::Proxy` | 1 | -22/+15 | ||
2024-04-16 | Implement backpressure mechanism in `iced_winit::Proxy` | 1 | -15/+93 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-05-28 | Write documentation for new `iced_winit` API | 1 | -0/+4 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -0/+1 | ||
2020-02-04 | Support event subscriptions in `iced_web` | 1 | -1/+2 | ||
Also improves the overall web runtime, avoiding nested update loops. | |||||
2020-01-20 | Add `Application::Executor` associated type | 1 | -1/+1 | ||
2020-01-19 | Create `iced_futures` and wire everything up | 1 | -0/+57 | ||