summaryrefslogtreecommitdiffstats
path: root/winit/src/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-19Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan1-2/+2
2023-07-06Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez1-4/+7
2023-06-27Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez1-2/+2
2023-06-22Add FetchSize command - apply the changes discussed at #water-coolerLibravatar Yiğit Özdemir1-12/+3
2023-06-21Add command to retrieve window sizeLibravatar Yiğit Özdemir1-0/+16
2023-06-08Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez1-4/+4
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus1-9/+32
2023-05-25Replace `change_always_on_top` action with `change_level`Libravatar Héctor Ramón Jiménez1-7/+2
2023-05-11Update to winit 0.28Libravatar Nico Burns1-1/+6
2023-04-12add action set icon while running (#1590)Libravatar Night_Hunter1-0/+3
2023-03-20winit: Fix replacement of node in wasmLibravatar traxys1-7/+11
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-7/+7
2023-03-05Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez1-7/+9
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-40/+37
2023-03-02Fixed fullscreen only being possible on primary monitor.Libravatar Bingus1-1/+1
2023-02-25Implement basic presentation with `softbuffer` for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-8/+5
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-24Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+10
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+1
2023-02-17add action to get window idLibravatar Night_Hunter1-0/+5
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énez1-5/+15
2023-01-31Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-1/+1
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énez1-1/+1
2023-01-12Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez1-2/+10
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 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
2022-08-26Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez1-18/+5
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez1-0/+14