summaryrefslogtreecommitdiffstats
path: root/runtime/src/window (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented fetch_maximized and fetch_minimizedLibravatar Calastrophe2024-01-091-0/+23
|
* Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez2023-12-021-72/+82
|
* Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2023-11-301-15/+10
|
* Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|\
| * Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan2023-09-191-1/+1
| | | | | | | | Add quotes a number of doc strings like `sRGB`
* | refactored window storage;Libravatar Bingus2023-07-211-2/+2
| | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-1/+10
|/ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
* Merge pull request #1927 from thunderstorm010/masterLibravatar Héctor Ramón2023-07-061-11/+8
|\ | | | | Add command to retrieve window size
| * Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez2023-07-061-12/+5
| |
| * Add FetchSize command - apply the changes discussed at #water-coolerLibravatar Yiğit Özdemir2023-06-221-15/+3
| |
| * Add command to retrieve window sizeLibravatar Yiğit Özdemir2023-06-211-0/+16
| |
* | Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-272-1/+93
| |
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus2023-06-061-0/+9
|/ | | | window::screenshot command.
* Replace `change_always_on_top` action with `change_level`Libravatar Héctor Ramón Jiménez2023-05-251-16/+10
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-1/+20
|
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-0/+147