summaryrefslogtreecommitdiffstats
path: root/winit/src/multi_window.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-21refactored window storage;Libravatar Bingus1-554/+524
2023-03-15Added per-window theme support.Libravatar Bingus1-1/+1
2023-03-14Added simpler MW exampleLibravatar Bingus1-1/+1
2023-03-13Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus1-80/+46
2023-02-28Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo1-14/+11
2023-02-22Fixed state syncing issue with MW.Libravatar Bingus1-20/+23
2023-02-20Cargo fixLibravatar Bingus1-26/+30
2023-02-17Fixed widget operationsLibravatar Bingus1-2/+2
2023-02-17Iced master merge (again)Libravatar Bingus1-5/+16
2023-02-17Fixed widget animations implementationLibravatar Bingus1-26/+84
2023-02-15Merged in iced masterLibravatar Bingus1-1/+1
2023-02-15Widget operations for multi-window.Libravatar Bingus1-55/+62
2023-02-15Redraw request events for multiwindow.Libravatar Bingus1-3/+8
2023-01-18Added window::Id to multi_window application's scale_factorLibravatar Bingus1-1/+1
2023-01-13Added tracing to multi_window applicationsLibravatar Bingus1-12/+49
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-78/+112
2023-01-09Fix multi-window example for Glutin on MacOSLibravatar Bingus1-0/+1
2023-01-09Fixed issue with window ID on winitLibravatar bungoboingo1-51/+59
2023-01-09merged in iced masterLibravatar bungoboingo1-0/+20
2023-01-09remove `windows` method (use commands instead)Libravatar Richard1-4/+1
2023-01-09introduce `window::spawn` and `window::close`Libravatar Richard1-34/+45
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-41/+36
2023-01-09Split `Surface` and `Window`Libravatar Richard1-47/+35
2023-01-09Introduce `close_requested` for `multi-window`Libravatar Richard1-4/+11
2023-01-09Allow closing the window from user codeLibravatar Richard1-20/+57
2023-01-09add `window::Id` to `view`Libravatar Richard1-9/+26
2023-01-09fix: temporarily add `window::Id` toLibravatar Richard1-18/+35
2023-01-09what is thisLibravatar Richard1-144/+277
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard1-10/+13
2023-01-09Synchronize window list with `windows` methodLibravatar Richard1-13/+59
2023-01-09Internally wrap `Message` with a `Event` enumLibravatar Richard1-15/+28
2023-01-09Use map of windows internallyLibravatar Richard1-11/+19
2023-01-09Unify `Application` and `Program`Libravatar Richard1-4/+24
2023-01-09Introduce `multi_window` in `iced_winit`Libravatar Richard1-103/+27
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo1-2/+6
2023-01-09Initial profiling support for Iced.Libravatar Bingus1-12/+50
2023-01-02Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-02Add `FocusWindow` to `window::Action`Libravatar Night_Hunter1-0/+1
2023-01-02Create conversion function for `user_attention` in `iced_winit`Libravatar Héctor Ramón Jiménez1-10/+4
2023-01-02Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter1-6/+16
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-9/+9
2022-12-10add toggle decorations actionLibravatar Night_Hunter1-0/+3
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-2/+2
2022-11-05Allow providing a DOM identifier as a `target` for WasmLibravatar Héctor Ramón Jiménez1-4/+13
2022-11-05Allow to replace an element instead of append to bodyLibravatar traxys1-3/+8
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy1-0/+3
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy1-0/+6
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy1-0/+3
2022-08-29Return `Mode::Hidden` in `window::Action::FetchMode`Libravatar Héctor Ramón Jiménez1-1/+5
2022-08-29Update `winit` and `glutin` forksLibravatar Wyatt Herkamp1-4/+4