summaryrefslogtreecommitdiffstats
path: root/native/src/overlay/group.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-174/+0
2023-01-30Fix layout translation in `overlay::Group`Libravatar Héctor Ramón Jiménez1-2/+4
This bug produced improper positioning of overlays of elements inside a `Scrollable`.
2023-01-24Fix some minor documentation inconsistenciesLibravatar Héctor Ramón Jiménez1-3/+3
2023-01-17Rename method to is_overLibravatar Cory Forsstrom1-8/+2
2023-01-17New method to determine if overlay contains cursorLibravatar Cory Forsstrom1-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-17Add group overlay elementLibravatar Cory Forsstrom1-0/+165