summaryrefslogtreecommitdiffstats
path: root/runtime/src/window.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-07Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez1-2/+3
2023-07-06Add `fetch_size` helper to `runtime::window`Libravatar Héctor Ramón Jiménez1-0/+7
2023-07-06Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez1-2/+3
2023-06-27Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez1-1/+3
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus1-0/+8
2023-05-25Replace `change_always_on_top` action with `change_level`Libravatar Héctor Ramón Jiménez1-5/+5
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-4/+24
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-33/+19
2023-02-17Expose `fetch_id` helper in `window` moduleLibravatar Héctor Ramón Jiménez1-0/+9
2023-02-17Expose `change_always_on_top` helper in `window` moduleLibravatar Héctor Ramón Jiménez1-4/+15
2023-01-31Write missing `window::Action` helpers in `window`Libravatar Héctor Ramón Jiménez1-5/+34
2023-01-31Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez1-5/+5
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-02Create conversion function for `user_attention` in `iced_winit`Libravatar Héctor Ramón Jiménez1-1/+1
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-0/+5
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy1-0/+5
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy1-0/+10
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy1-0/+5
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez1-1/+15
2021-09-02Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez1-6/+17
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-0/+7