summaryrefslogtreecommitdiffstats
path: root/winit/src/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-13Rename `show_window_menu` to `show_system_menu`Libravatar Héctor Ramón Jiménez1-1/+1
2024-02-13Add `show_window_menu` actionLibravatar Ian Douglas Scott1-0/+8
2024-02-13Implement win32 workaround for multi_window application as well. Also trigger...Libravatar dtzxporter1-1/+2
2024-02-13Introduce `Kind` in `core::clipboard`Libravatar Héctor Ramón Jiménez1-16/+4
2024-02-13Add support for primary clipboardLibravatar Mattias Eriksson1-0/+12
2024-02-07Remove `allow(unused_mut)` in `winit::application`Libravatar Héctor Ramón Jiménez1-15/+18
2024-02-07Emulate `AboutToWait` event on Windows while resizingLibravatar dtzxporter1-13/+38
2024-02-07Rename `fetch_native_handle` to `run_with_handle` in `window`Libravatar Héctor Ramón Jiménez1-8/+9
2024-02-07Re-implement against latest iced master. Rename FetchNativeHandle.Libravatar dtzxporter1-0/+9
2024-02-03Rename `PlateformSpecific` variant in `Action` to `Custom`Libravatar Héctor Ramón Jiménez1-1/+3
2024-02-03feat: somewhere to place extra actions by platformLibravatar ShootingStarDragons1-0/+1
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-11/+9
2024-01-18Remove comment in `iced_winit::application`Libravatar Héctor Ramón Jiménez1-1/+0
2024-01-18Make `compatible_window` mandatory in `Compositor`Libravatar Héctor Ramón Jiménez1-1/+1
2024-01-18Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez1-4/+4
2024-01-16WIP raw-window-handle 0.6Libravatar Ian Douglas Scott1-10/+14
2024-01-16Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez1-1/+1
2024-01-09Implemented fetch_maximized and fetch_minimizedLibravatar Calastrophe1-0/+10
2023-12-20Batch events for processing in `iced_winit` event loopLibravatar Héctor Ramón Jiménez1-59/+64
2023-12-20Stop polling in event loop on `RedrawRequest::NextFrame`Libravatar Héctor Ramón Jiménez1-3/+6
2023-12-19Avoid duplicated `UserInterface::draw` calls in `RedrawRequested`Libravatar Héctor Ramón Jiménez1-56/+39
2023-12-19Fix request redraw event handling for multi-window appsLibravatar Héctor Ramón Jiménez1-1/+1
2023-12-19Fix redraw request handling in new event loop logicLibravatar Héctor Ramón Jiménez1-29/+32
2023-12-15Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez1-200/+141
2023-12-02Separate `Compositor::new` from `Compositor::create_renderer`Libravatar Héctor Ramón Jiménez1-2/+2
2023-12-02Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez1-18/+18
2023-11-30Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez1-4/+5
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