summaryrefslogtreecommitdiffstats
path: root/runtime/src/window.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `fetch_location` to `fetch_position`Libravatar Héctor Ramón Jiménez2024-02-221-8/+8
|
* Add `fetch_location` command to `window` moduleLibravatar Night_Hunter2024-02-221-0/+11
|
* Rename `show_window_menu` to `show_system_menu`Libravatar Héctor Ramón Jiménez2024-02-131-3/+5
|
* Add `show_window_menu` actionLibravatar Ian Douglas Scott2024-02-131-0/+5
| | | | | | | | Winit currently supports this only on Windows and Wayland. This requests that a context menu is shown at the cursor position, like the menu normally triggered by right clicking the title bar. This is important for implementing client side decorations with Iced widgets.
* Rename `fetch_native_handle` to `run_with_handle` in `window`Libravatar Héctor Ramón Jiménez2024-02-071-3/+5
|
* Re-implement against latest iced master. Rename FetchNativeHandle.Libravatar dtzxporter2024-02-071-0/+15
|
* Implemented fetch_maximized and fetch_minimizedLibravatar Calastrophe2024-01-091-0/+22
|
* Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez2023-12-021-47/+52
|
* Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2023-11-301-8/+5
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-3/+4
|\
| * Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-2/+3
| | | | | | | | Also rename `subscription::events*` to `event::listen*`.
* | refactored window storage;Libravatar Bingus2023-07-211-40/+62
|/ | | | | new helper window events (Destroyed, Created); clippy + fmt;
* Merge pull request #1927 from thunderstorm010/masterLibravatar Héctor Ramón2023-07-061-2/+10
|\ | | | | Add command to retrieve window size
| * Add `fetch_size` helper to `runtime::window`Libravatar Héctor Ramón Jiménez2023-07-061-0/+7
| |
| * Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez2023-07-061-2/+3
| |
* | Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-271-1/+3
| |
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus2023-06-061-0/+8
|/ | | | window::screenshot command.
* Replace `change_always_on_top` action with `change_level`Libravatar Héctor Ramón Jiménez2023-05-251-5/+5
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-1/+6
|
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-0/+112