summaryrefslogtreecommitdiffstats
path: root/winit/src/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-29Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-3/+4
2023-11-29Implement `Command::run` for executing a `Stream` to completionLibravatar Héctor Ramón Jiménez1-0/+3
2023-09-20Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez1-5/+5
2023-09-19Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan1-2/+2
2023-09-18Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez1-1/+8
2023-07-24Moved `exit_on_close_request` to window settings. This now controls whether e...Libravatar Bingus1-1/+3
2023-07-21refactored window storage;Libravatar Bingus1-63/+23
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-13Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus1-1/+1
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-28Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo1-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-18New iced changesLibravatar Bingus1-0/+1
2023-01-13Added tracing to multi_window applicationsLibravatar Bingus1-3/+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-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-1/+1
2023-01-09introduce `window::spawn` and `window::close`Libravatar Richard1-0/+5
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-1/+2
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