summaryrefslogtreecommitdiffstats
path: root/native/src/window (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in iced masterLibravatar Bingus2023-02-151-2/+2
* Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-151-17/+17
|\
| * Write missing `window::Action` helpers in `window`Libravatar Héctor Ramón Jiménez2023-01-311-1/+1
| * Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez2023-01-311-8/+9
| * Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-6/+5
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-01-182-0/+45
|\|
| * Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2023-01-122-2/+3
| * Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2023-01-122-2/+2
| * Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2023-01-121-0/+38
| * Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-121-0/+6
* | Implemented window title update functionality for multiwindow.Libravatar bungoboingo2023-01-093-9/+18
* | introduce `window::spawn` and `window::close`Libravatar Richard2023-01-091-3/+12
* | move window settings to `iced_native`Libravatar Richard2023-01-093-0/+86
* | add `window::Id` to `Event` and `Action`Libravatar Richard2023-01-091-0/+3
* | Allow closing the window from user codeLibravatar Richard2023-01-091-1/+1
* | what is thisLibravatar Richard2023-01-091-1/+1
* | Introduce opaque `window::Id` typeLibravatar Richard2023-01-091-0/+16
|/
* Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez2023-01-021-3/+3
* Add `FocusWindow` to `window::Action`Libravatar Night_Hunter2023-01-021-0/+13
* Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter2023-01-022-5/+46
* Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-151-0/+4
* Remove mention of iOS and Android in `window::action`Libravatar Héctor Ramón2022-12-131-1/+1
* add toggle decorations actionLibravatar Night_Hunter2022-12-101-0/+7
* feat: Add window minimize supportLibravatar Michael Aaron Murphy2022-10-111-0/+4
* feat: Add window maximize supportLibravatar Michael Aaron Murphy2022-10-111-0/+8
* feat: Add window drag support from winitLibravatar Michael Aaron Murphy2022-10-111-0/+8
* Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott2022-09-151-0/+2
* Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez2022-08-182-2/+57
* Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2022-08-171-1/+1
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-022-3/+20
* Add window::Event::MovedLibravatar Cory Forsstrom2021-07-261-0/+8
* Add `CloseRequested` variant to `window::Event`Libravatar Héctor Ramón Jiménez2021-03-301-0/+6
* Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez2021-01-151-4/+7
* add focus eventLibravatar cossonleo2021-01-151-0/+3
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-201-60/+0
* Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez2020-05-191-2/+2
* Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-191-3/+8
* Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-301-2/+2
* Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez2020-02-091-1/+1
* Remove unused `window::renderer` moduleLibravatar Héctor Ramón Jiménez2020-02-091-55/+0
* Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez2020-02-092-38/+90
* Increase precision of `scale_factor` in `Windowed`Libravatar Héctor Ramón Jiménez2020-02-071-2/+2
* Update `winit` to `0.20`Libravatar Héctor Ramón Jiménez2020-02-071-6/+6
* Produce new window file events in `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-161-3/+3
* Add file events to `iced_native::window::Event`Libravatar Héctor Ramón Jiménez2020-01-161-1/+21
* Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-101-0/+58
* Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez2020-01-101-0/+12