Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -12/+0 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Wire up styling to `Button` in `iced_native` | 2021-10-18 | 1 | -13/+2 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -90/+2 | |
| | |||||
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -2/+2 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -3/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -2/+2 | |
| | |||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -0/+1 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Show idle cursor when hovering a disabled `Button` | 2020-06-27 | 1 | -1/+1 | |
| | |||||
* | Merge unnecessary split widget modules | 2020-05-19 | 1 | -1/+98 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+16 | |