summaryrefslogtreecommitdiffstats
path: root/winit (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-14Added simpler MW exampleLibravatar Bingus1-1/+1
2023-03-13Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus5-84/+50
2023-03-07Update `sysinfo` to `0.28`Libravatar Héctor Ramón Jiménez2-3/+3
2023-03-02Fixed fullscreen only being possible on primary monitor.Libravatar Bingus1-1/+1
2023-02-28Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo6-26/+21
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom2-2/+23
2023-02-22Fixed state syncing issue with MW.Libravatar Bingus1-20/+23
2023-02-20Cargo fixLibravatar Bingus1-26/+30
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez4-12/+12
2023-02-17Fixed widget operationsLibravatar Bingus1-2/+2
2023-02-17Iced master merge (again)Libravatar Bingus2-6/+17
2023-02-17Fixed widget animations implementationLibravatar Bingus1-26/+84
2023-02-17Expose `fetch_id` helper in `window` moduleLibravatar Héctor Ramón Jiménez1-0/+9
2023-02-17add action to get window idLibravatar Night_Hunter1-0/+5
2023-02-17Expose `change_always_on_top` helper in `window` moduleLibravatar Héctor Ramón Jiménez1-4/+15
2023-02-17Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`Libravatar Héctor Ramón Jiménez1-11/+14
2023-02-17update docs and change to SetAlwaysOnTopLibravatar Night_Hunter1-1/+1
2023-02-17add always on top actionLibravatar Night_Hunter1-0/+3
2023-02-15Merged in iced masterLibravatar Bingus2-2/+2
2023-02-15Widget operations for multi-window.Libravatar Bingus1-55/+62
2023-02-15Redraw request events for multiwindow.Libravatar Bingus1-3/+8
2023-02-11Hide window until `Renderer` has been initializedLibravatar Héctor Ramón Jiménez2-7/+16
2023-01-31Write missing `window::Action` helpers in `window`Libravatar Héctor Ramón Jiménez1-5/+34
2023-01-31Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez2-6/+6
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2-3/+3
2023-01-18Added window::Id to multi_window application's scale_factorLibravatar Bingus2-3/+3
2023-01-18New iced changesLibravatar Bingus1-0/+1
2023-01-14Bump versions in `README`sLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez3-10/+10
2023-01-13Added tracing to multi_window applicationsLibravatar Bingus4-16/+54
2023-01-13Fix grammar of `TODO` comment in `application` modulesLibravatar Héctor Ramón Jiménez1-3/+2
2023-01-12Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2-2/+1
2023-01-12Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2-1/+2
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2-3/+11
2023-01-12Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez1-11/+61
2023-01-09FormattingLibravatar bungoboingo1-3/+6
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo4-105/+138
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 bungoboingo2-2/+22
2023-01-09remove `windows` method (use commands instead)Libravatar Richard2-27/+2
2023-01-09introduce `window::spawn` and `window::close`Libravatar Richard3-34/+66
2023-01-09move window settings to `iced_native`Libravatar Richard4-24/+203
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard4-72/+84
2023-01-09Split `Surface` and `Window`Libravatar Richard1-47/+35
2023-01-09Introduce `close_requested` for `multi-window`Libravatar Richard2-4/+15
2023-01-09Allow closing the window from user codeLibravatar Richard2-20/+68
2023-01-09add `window::Id` to `view`Libravatar Richard1-9/+26
2023-01-09fix: temporarily add `window::Id` toLibravatar Richard1-18/+35