summaryrefslogtreecommitdiffstats
path: root/examples/multi_window (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-03Introduce `center` widget helperLibravatar Héctor Ramón Jiménez1-8/+5
2023-12-02Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez1-24/+25
2023-11-30Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez1-6/+9
2023-07-24Moved `exit_on_close_request` to window settings. This now controls whether e...Libravatar Bingus1-4/+2
2023-07-21refactored window storage;Libravatar Bingus2-61/+103
2023-03-14Added simpler MW exampleLibravatar Bingus2-559/+103
2023-03-13Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus1-1/+1
2023-02-20Cargo fixLibravatar Bingus2-146/+160
2023-02-17Iced master merge (again)Libravatar Bingus1-2/+2
2023-02-17Fixed widget animations implementationLibravatar Bingus1-11/+10
2023-02-15Widget operations for multi-window.Libravatar Bingus1-5/+45
2023-01-18Added window::Id to multi_window application's scale_factorLibravatar Bingus1-0/+8
2023-01-09FormattingLibravatar bungoboingo1-5/+5
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo2-4/+8
2023-01-09Fixed issue with window ID on winitLibravatar bungoboingo2-0/+3
2023-01-09merged in iced masterLibravatar bungoboingo1-1/+1
2023-01-09remove `windows` method (use commands instead)Libravatar Richard1-9/+4
2023-01-09implement `multi_window` for `iced_glutin`Libravatar Richard1-2/+2
2023-01-09Introduce `close_requested` for `multi-window`Libravatar Richard1-0/+4
2023-01-09Allow closing the window from user codeLibravatar Richard1-2/+7
2023-01-09create multi-windowed `pane_grid` exampleLibravatar Richard1-101/+278
2023-01-09duplicate `pane_grid` example to `multi_window`Libravatar Richard2-27/+355
2023-01-09Fix `multi_window` exampleLibravatar Richard1-0/+58