summaryrefslogtreecommitdiffstats
path: root/winit/src/application.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2312 from iced-rs/theming-reloadedLibravatar Héctor Ramón2024-03-081-10/+41
|\ | | | | Theming reloaded
| * Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez2024-03-071-35/+15
| |
| * Move `Theme` type to `iced_core`Libravatar Héctor Ramón Jiménez2024-03-071-2/+1
| |
| * Simplify theming for `Application`Libravatar Héctor Ramón Jiménez2024-03-061-10/+62
| |
* | Fix `block_on` in `iced_wgpu` hanging Wasm buildsLibravatar Héctor Ramón Jiménez2024-03-071-2/+2
|/
* Use `crate::core::Point` instead of prefixingLibravatar Héctor Ramón Jiménez2024-02-221-2/+2
|
* Rename `fetch_location` to `fetch_position`Libravatar Héctor Ramón Jiménez2024-02-221-11/+12
|
* Add `fetch_location` command to `window` moduleLibravatar Night_Hunter2024-02-221-0/+14
|
* Make `Canvas` fill the parent container on WasmLibravatar Héctor Ramón Jiménez2024-02-201-0/+4
|
* Rename `show_window_menu` to `show_system_menu`Libravatar Héctor Ramón Jiménez2024-02-131-1/+1
|
* Add `show_window_menu` actionLibravatar Ian Douglas Scott2024-02-131-0/+8
| | | | | | | | 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.
* Implement win32 workaround for multi_window application as well. Also ↵Libravatar dtzxporter2024-02-131-1/+2
| | | | trigger AboutToWait for Moved as well.
* Introduce `Kind` in `core::clipboard`Libravatar Héctor Ramón Jiménez2024-02-131-16/+4
|
* Add support for primary clipboardLibravatar Mattias Eriksson2024-02-131-0/+12
|
* Remove `allow(unused_mut)` in `winit::application`Libravatar Héctor Ramón Jiménez2024-02-071-15/+18
|
* Emulate `AboutToWait` event on Windows while resizingLibravatar dtzxporter2024-02-071-13/+38
| | | | More details: https://github.com/rust-windowing/winit/issues/3272
* Rename `fetch_native_handle` to `run_with_handle` in `window`Libravatar Héctor Ramón Jiménez2024-02-071-8/+9
|
* Re-implement against latest iced master. Rename FetchNativeHandle.Libravatar dtzxporter2024-02-071-0/+9
|
* Rename `PlateformSpecific` variant in `Action` to `Custom`Libravatar Héctor Ramón Jiménez2024-02-031-1/+3
|
* feat: somewhere to place extra actions by platformLibravatar ShootingStarDragons2024-02-031-0/+1
| | | | | | I have view iced-sckt forked iced, and add the extra actions. and there do are some extra actions, like set margin for layer-shell, set lock for ext-session-shell. I think add an any will be of help maybe
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-11/+9
|
* Remove comment in `iced_winit::application`Libravatar Héctor Ramón Jiménez2024-01-181-1/+0
|
* Make `compatible_window` mandatory in `Compositor`Libravatar Héctor Ramón Jiménez2024-01-181-1/+1
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-4/+4
| | | | And update `glyphon` and `window_clipboard`
* WIP raw-window-handle 0.6Libravatar Ian Douglas Scott2024-01-161-10/+14
|
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-1/+1
|
* Merge branch 'master' into update-winitLibravatar Héctor Ramón Jiménez2024-01-161-0/+10
|\
| * Implemented fetch_maximized and fetch_minimizedLibravatar Calastrophe2024-01-091-0/+10
| |
* | Batch events for processing in `iced_winit` event loopLibravatar Héctor Ramón Jiménez2023-12-201-59/+64
| |
* | Stop polling in event loop on `RedrawRequest::NextFrame`Libravatar Héctor Ramón Jiménez2023-12-201-3/+6
| |
* | Avoid duplicated `UserInterface::draw` calls in `RedrawRequested`Libravatar Héctor Ramón Jiménez2023-12-191-56/+39
| |
* | Fix request redraw event handling for multi-window appsLibravatar Héctor Ramón Jiménez2023-12-191-1/+1
| |
* | Fix redraw request handling in new event loop logicLibravatar Héctor Ramón Jiménez2023-12-191-29/+32
| |
* | Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-200/+141
|/
* Separate `Compositor::new` from `Compositor::create_renderer`Libravatar Héctor Ramón Jiménez2023-12-021-2/+2
|
* Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez2023-12-021-18/+18
|
* Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2023-11-301-4/+5
|
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2023-11-291-3/+4
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-10/+19
|\
| * Implement `Command::run` for executing a `Stream` to completionLibravatar Héctor Ramón Jiménez2023-11-291-0/+3
| |
| * Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-271-7/+7
| |\
| | * Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-5/+5
| | |
| | * Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan2023-09-191-2/+2
| | | | | | | | | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read.
| * | Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-181-1/+8
| |/
* | Moved `exit_on_close_request` to window settings. This now controls whether ↵Libravatar Bingus2023-07-241-1/+3
| | | | | | | | each INDIVIDUAL window should close on CloseRequested events.
* | refactored window storage;Libravatar Bingus2023-07-211-63/+23
| | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-81/+127
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-3/+13
| |\ | | | | | | Add command to retrieve window size
| | * Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez2023-07-061-4/+7
| | |
| | * Add FetchSize command - apply the changes discussed at #water-coolerLibravatar Yiğit Özdemir2023-06-221-12/+3
| | |