Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -230/+0 | |
| | |||||
* | Pass `WindowHandle` by value to `window::run_with_handle` | 2024-05-08 | 1 | -1/+1 | |
| | |||||
* | Rename `fetch_location` to `fetch_position` | 2024-02-22 | 1 | -8/+8 | |
| | |||||
* | Add `fetch_location` command to `window` module | 2024-02-22 | 1 | -0/+8 | |
| | |||||
* | Rename `show_window_menu` to `show_system_menu` | 2024-02-13 | 1 | -5/+5 | |
| | |||||
* | Add `show_window_menu` action | 2024-02-13 | 1 | -0/+9 | |
| | | | | | | | | 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. | ||||
* | Fix documentation of `Action::RunWithHandle` | 2024-02-07 | 1 | -1/+1 | |
| | |||||
* | Rename `fetch_native_handle` to `run_with_handle` in `window` | 2024-02-07 | 1 | -5/+5 | |
| | |||||
* | Re-implement against latest iced master. Rename FetchNativeHandle. | 2024-02-07 | 1 | -0/+10 | |
| | |||||
* | Implemented fetch_maximized and fetch_minimized | 2024-01-09 | 1 | -0/+23 | |
| | |||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 1 | -72/+82 | |
| | |||||
* | Use actual floats for logical coordinates | 2023-11-30 | 1 | -15/+10 | |
| | |||||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -1/+1 | |
| | |||||
* | refactored window storage; | 2023-07-21 | 1 | -2/+2 | |
| | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -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/master | 2023-07-06 | 1 | -11/+8 | |
|\ | | | | | Add command to retrieve window size | ||||
| * | Use `Size` in both `Resize` and `FetchSize` window actions | 2023-07-06 | 1 | -12/+5 | |
| | | |||||
| * | Add FetchSize command - apply the changes discussed at #water-cooler | 2023-06-22 | 1 | -15/+3 | |
| | | |||||
| * | Add command to retrieve window size | 2023-06-21 | 1 | -0/+16 | |
| | | |||||
* | | Move `Screenshot` inside `window` module | 2023-06-27 | 1 | -1/+1 | |
| | | |||||
* | | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -0/+9 | |
|/ | | | | window::screenshot command. | ||||
* | Replace `change_always_on_top` action with `change_level` | 2023-05-25 | 1 | -16/+10 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+20 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -0/+147 | |