Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -7/+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 | -1/+1 | ||
2021-10-20 | Implement `Widget::draw` for `TextInput` | 1 | -44/+0 | ||
2021-10-14 | Implement `Widget::draw` for `Text` | 1 | -2/+0 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -41/+2 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -11/+10 | ||
2021-09-15 | Use `Option` to encode empty text case in hit test methods | 1 | -1/+1 | ||
2021-08-26 | Rename `HitTestResult` to `Hit` | 1 | -3/+2 | ||
... and also move it to a new `text` module in `iced_core` | |||||
2021-08-21 | Implement textual hit testing | 1 | -1/+21 | ||
2020-06-19 | Make default text size configurable in `Settings` | 1 | -1/+3 | ||
2020-05-19 | Merge unnecessary split widget modules | 1 | -1/+66 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -1/+1 | ||
2020-04-23 | Make `Font` an associated type of `text::Renderer` | 1 | -0/+7 | ||