| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -230/+0 |
* | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | Shan | 2024-05-24 | 1 | -3/+13 |
* | Pass `WindowHandle` by value to `window::run_with_handle` | Héctor Ramón Jiménez | 2024-05-08 | 1 | -1/+1 |
* | Fix `clippy` lint in `runtime::window::screenshot` | Héctor Ramón Jiménez | 2024-05-01 | 1 | -3/+3 |
* | Utilize bytes::Bytes iced_runtime::window::Screenshot | Thomas Sieverding | 2024-05-01 | 1 | -5/+11 |
* | Rename `fetch_location` to `fetch_position` | Héctor Ramón Jiménez | 2024-02-22 | 1 | -8/+8 |
* | Add `fetch_location` command to `window` module | Night_Hunter | 2024-02-22 | 1 | -0/+8 |
* | Rename `show_window_menu` to `show_system_menu` | Héctor Ramón Jiménez | 2024-02-13 | 1 | -5/+5 |
* | Add `show_window_menu` action | Ian Douglas Scott | 2024-02-13 | 1 | -0/+9 |
* | Fix documentation of `Action::RunWithHandle` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -1/+1 |
* | Rename `fetch_native_handle` to `run_with_handle` in `window` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -5/+5 |
* | Re-implement against latest iced master. Rename FetchNativeHandle. | dtzxporter | 2024-02-07 | 1 | -0/+10 |
* | Implemented fetch_maximized and fetch_minimized | Calastrophe | 2024-01-09 | 1 | -0/+23 |
* | Use `AtomicU64` for `window::Id` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -72/+82 |
* | Use actual floats for logical coordinates | Héctor Ramón Jiménez | 2023-11-30 | 1 | -15/+10 |
* | Fix broken intra-doc links | Héctor Ramón Jiménez | 2023-11-29 | 1 | -1/+1 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 1 | -1/+1 |
|\ |
|
| * | Chore: Apply clippy docs keyword quoting | Yuri Astrakhan | 2023-09-19 | 1 | -1/+1 |
* | | refactored window storage; | Bingus | 2023-07-21 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 1 | -1/+10 |
|/ |
|
* | Merge pull request #1927 from thunderstorm010/master | Héctor Ramón | 2023-07-06 | 1 | -11/+8 |
|\ |
|
| * | Use `Size` in both `Resize` and `FetchSize` window actions | Héctor Ramón Jiménez | 2023-07-06 | 1 | -12/+5 |
| * | Add FetchSize command - apply the changes discussed at #water-cooler | Yiğit Özdemir | 2023-06-22 | 1 | -15/+3 |
| * | Add command to retrieve window size | Yiğit Özdemir | 2023-06-21 | 1 | -0/+16 |
* | | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 2023-06-27 | 2 | -1/+93 |
* | | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo... | Bingus | 2023-06-06 | 1 | -0/+9 |
|/ |
|
* | Replace `change_always_on_top` action with `change_level` | Héctor Ramón Jiménez | 2023-05-25 | 1 | -16/+10 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -1/+20 |
* | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -0/+147 |