summaryrefslogtreecommitdiffstats
path: root/winit (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez4-12/+12
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-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-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-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-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