summaryrefslogtreecommitdiffstats
path: root/winit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-09-26Add application feature, which allows to build freestanding wgpu appLibravatar aentity2-0/+3
2022-09-23New short OS Version field; update doc stringsLibravatar Clark Moody1-0/+1
2022-09-20Improve code styling in `application::State`Libravatar Héctor Ramón Jiménez1-10/+6
2022-09-10fix: formattingLibravatar Ashley Wulber1-2/+7
2022-09-10fix: sync size of window and viewportLibravatar Ashley Wulber1-3/+6
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 Herkamp4-9/+9
2022-08-26Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez2-19/+7
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez3-1/+62
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez6-80/+28
2022-08-02Build `UserInterface` only once on `Outcome::Chain`Libravatar Héctor Ramón Jiménez1-9/+9
2022-07-28Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez1-5/+3
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-27/+91