summaryrefslogtreecommitdiffstats
path: root/native/src/window/id.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-14Added simpler MW exampleLibravatar Bingus1-0/+2
2023-02-28Removed glutin MW support and reverted glutin changes back to Iced master ↵Libravatar bungoboingo1-3/+1
since it's being axed as we speak.
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-2/+11
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-0/+3
2023-01-09Allow closing the window from user codeLibravatar Richard1-1/+1
2023-01-09what is thisLibravatar Richard1-1/+1
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard1-0/+16