summaryrefslogtreecommitdiffstats
path: root/winit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-01-09what is thisLibravatar Richard2-153/+284
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard3-12/+16
2023-01-09Synchronize window list with `windows` methodLibravatar Richard2-15/+79
2023-01-09fix: temporalily remove the unsafe pointer `HWND`Libravatar Richard2-5/+5
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 Richard4-0/+958
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo4-6/+127
2023-01-09Initial profiling support for Iced.Libravatar Bingus2-12/+56
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énez3-11/+21
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énez2-9/+14
2022-12-10add toggle decorations actionLibravatar Night_Hunter1-0/+3
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez3-10/+10
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2-7/+7
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-2/+2
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar 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énez5-8/+34
2022-11-05Allow to replace an element instead of append to bodyLibravatar traxys1-3/+8
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy2-0/+8
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy2-0/+16
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy2-0/+8