Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -11/+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/+2 | ||
2021-10-28 | Implement `Widget::draw` for `Tooltip` | 1 | -8/+0 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -150/+1 | ||
2021-06-01 | Fix `Tooltip` widget | 1 | -3/+3 | ||
2021-02-27 | Reposition `Tooltip` inside `viewport` bounds | 1 | -37/+60 | ||
... only when out of bounds. | |||||
2021-02-23 | Add `style` and `padding` to `Tooltip` | 1 | -24/+62 | ||
2021-02-23 | Introduce `Tooltip::gap` to control spacing | 1 | -6/+10 | ||
2021-02-23 | Change `Tooltip` to support `Text` only for now | 1 | -5/+71 | ||
2021-02-15 | feat(native): add Tooltip widget | 1 | -0/+37 | ||