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