Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -13/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -2/+3 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -3/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -1/+1 | ||
2020-01-01 | Move styling to a brand new `iced_style` crate | 1 | -76/+1 | ||
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -26/+19 | ||
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -0/+97 | ||