Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos | 2024-09-29 | 1 | -1/+1 | |
| | | | | Using https://github.com/crate-ci/typos | ||||
* | Fix documentation for open_events() | 2024-09-20 | 1 | -1/+1 | |
| | |||||
* | Add mouse passthrough tasks to `window` module | 2024-09-05 | 1 | -0/+28 | |
| | | | | Co-authored-by: Jose Quesada <jquesada2016@fau.edu> | ||||
* | Add `get_scale_factor` task to `window` module | 2024-08-30 | 1 | -0/+10 | |
| | |||||
* | Revert `window::close` producing a `window::Id` | 2024-08-12 | 1 | -3/+3 | |
| | | | | | | Instead, subscribing to `window::close_events` is preferable; since most use cases will want to react to the user closing a window as well. | ||||
* | Make `window::close` return and introduce `Task::discard` | 2024-08-12 | 1 | -3/+3 | |
| | |||||
* | Return `window::Id` in `window::open` | 2024-07-30 | 1 | -4/+7 | |
| | |||||
* | Add `resize_events` subscription to `window` module | 2024-07-13 | 1 | -0/+11 | |
| | |||||
* | Hide internal `Task` constructors | 2024-07-05 | 1 | -26/+26 | |
| | |||||
* | Fix `window::open_events` subscribing to closed events | 2024-06-28 | 1 | -1/+1 | |
| | | | | Fixes #2481. | ||||
* | Add `get_latest` and `get_oldest` tasks in `window` | 2024-06-20 | 1 | -30/+46 | |
| | |||||
* | Rename `window::closings` to `window::close_events` | 2024-06-16 | 1 | -5/+27 | |
| | |||||
* | Use `Task` chaining to simplify `multi_window` example | 2024-06-14 | 1 | -9/+29 | |
| | |||||
* | Fix `Send` requirements for Wasm targets | 2024-06-14 | 1 | -3/+3 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -93/+202 | |
| | |||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -2/+2 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | 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/+11 | |
| | |||||
* | Rename `show_window_menu` to `show_system_menu` | 2024-02-13 | 1 | -3/+5 | |
| | |||||
* | Add `show_window_menu` action | 2024-02-13 | 1 | -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` | 2024-02-07 | 1 | -3/+5 | |
| | |||||
* | Re-implement against latest iced master. Rename FetchNativeHandle. | 2024-02-07 | 1 | -0/+15 | |
| | |||||
* | Implemented fetch_maximized and fetch_minimized | 2024-01-09 | 1 | -0/+22 | |
| | |||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 1 | -47/+52 | |
| | |||||
* | Use actual floats for logical coordinates | 2023-11-30 | 1 | -8/+5 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -3/+4 | |
|\ | |||||
| * | Introduce `keyboard::on_key_press` and `on_key_release` | 2023-09-07 | 1 | -2/+3 | |
| | | | | | | | | Also rename `subscription::events*` to `event::listen*`. | ||||
* | | refactored window storage; | 2023-07-21 | 1 | -40/+62 | |
|/ | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Merge pull request #1927 from thunderstorm010/master | 2023-07-06 | 1 | -2/+10 | |
|\ | | | | | Add command to retrieve window size | ||||
| * | Add `fetch_size` helper to `runtime::window` | 2023-07-06 | 1 | -0/+7 | |
| | | |||||
| * | Use `Size` in both `Resize` and `FetchSize` window actions | 2023-07-06 | 1 | -2/+3 | |
| | | |||||
* | | Move `Screenshot` inside `window` module | 2023-06-27 | 1 | -1/+3 | |
| | | |||||
* | | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -0/+8 | |
|/ | | | | window::screenshot command. | ||||
* | Replace `change_always_on_top` action with `change_level` | 2023-05-25 | 1 | -5/+5 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+6 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -0/+112 | |