Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-31 | Introduce first-class `text` module in `iced_native` | 1 | -71/+0 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -1/+1 | ||
2021-10-21 | Implement `Widget::draw` for `Checkbox` | 1 | -0/+13 | ||
2021-10-20 | Implement `Widget::draw` for `TextInput` | 1 | -1/+39 | ||
2021-10-18 | Move `Defaults` from `iced_graphics` to `iced_native` | 1 | -2/+2 | ||
2021-10-14 | Implement `Widget::draw` for `Text` | 1 | -0/+20 | ||