Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-05 | Rename `iced_native` to `iced_runtime` | 2 | -273/+0 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -1/+1 | ||
2023-01-27 | Fix: Clippy lint 'uninlined_format_args' | 1 | -4/+4 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -0/+6 | ||
... and check those in CI as well! | |||||
2022-07-09 | Fix further `clippy` lints | 1 | -1/+1 | ||
... and explicitly annotate crates as well. | |||||
2022-01-28 | Enable `instant` only for `wasm32` targets | 1 | -1/+3 | ||
... and hide the dependency under a `time` module in `iced_native` | |||||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -3/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-07-04 | Truncate `Debug` messages after 100 characters | 1 | -3/+7 | ||
2020-05-28 | Write documentation for new `iced_winit` API | 1 | -0/+1 | ||
2020-05-28 | Write documentation for new `iced_native` API | 1 | -0/+5 | ||
2020-05-21 | Introduce `Program` and `State` | 2 | -0/+257 | ||