summaryrefslogtreecommitdiffstats
path: root/native/src/window (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-09what is thisLibravatar Richard1-1/+1
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard1-0/+16
2023-01-02Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez1-3/+3
2023-01-02Add `FocusWindow` to `window::Action`Libravatar Night_Hunter1-0/+13
2023-01-02Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter2-5/+46
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-0/+4
2022-12-13Remove mention of iOS and Android in `window::action`Libravatar Héctor Ramón1-1/+1
2022-12-10add toggle decorations actionLibravatar Night_Hunter1-0/+7
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy1-0/+4
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy1-0/+8
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy1-0/+8
2022-09-15Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott1-0/+2
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez2-2/+57
2022-08-17Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2-3/+20
2021-07-26Add window::Event::MovedLibravatar Cory Forsstrom1-0/+8
2021-03-30Add `CloseRequested` variant to `window::Event`Libravatar Héctor Ramón Jiménez1-0/+6
2021-01-15Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez1-4/+7
2021-01-15add focus eventLibravatar cossonleo1-0/+3
2020-05-20Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez1-60/+0
2020-05-19Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez1-2/+2
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-3/+8
2020-04-30Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez1-2/+2
2020-02-09Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez1-1/+1
2020-02-09Remove unused `window::renderer` moduleLibravatar Héctor Ramón Jiménez1-55/+0
2020-02-09Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez2-38/+90
2020-02-07Increase precision of `scale_factor` in `Windowed`Libravatar Héctor Ramón Jiménez1-2/+2
2020-02-07Update `winit` to `0.20`Libravatar Héctor Ramón Jiménez1-6/+6
2020-01-16Produce new window file events in `iced_winit`Libravatar Héctor Ramón Jiménez1-3/+3
2020-01-16Add file events to `iced_native::window::Event`Libravatar Héctor Ramón Jiménez1-1/+21
2020-01-16Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez1-9/+0
2020-01-16Create `window::Mode` in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+9
2020-01-10Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez1-0/+58
2020-01-10Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez1-0/+12