Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -174/+0 | ||
2023-01-30 | Fix layout translation in `overlay::Group` | 1 | -2/+4 | ||
This bug produced improper positioning of overlays of elements inside a `Scrollable`. | |||||
2023-01-24 | Fix some minor documentation inconsistencies | 1 | -3/+3 | ||
2023-01-17 | Rename method to is_over | 1 | -8/+2 | ||
2023-01-17 | New method to determine if overlay contains cursor | 1 | -0/+13 | ||
This is needed for "container" overlay's such as `Group` which should only consider it's childrens layouts and not it's own when determining if the cursor is captured by the overlay. | |||||
2023-01-17 | Add group overlay element | 1 | -0/+165 | ||