Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -174/+0 | |
| | |||||
* | Fix layout translation in `overlay::Group` | 2023-01-30 | 1 | -2/+4 | |
| | | | | | This bug produced improper positioning of overlays of elements inside a `Scrollable`. | ||||
* | Fix some minor documentation inconsistencies | 2023-01-24 | 1 | -3/+3 | |
| | |||||
* | Rename method to is_over | 2023-01-17 | 1 | -8/+2 | |
| | |||||
* | New method to determine if overlay contains cursor | 2023-01-17 | 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. | ||||
* | Add group overlay element | 2023-01-17 | 1 | -0/+165 | |