summaryrefslogtreecommitdiffstats
path: root/winit/src/window.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-21refactored window storage;Libravatar Bingus1-0/+0
2023-04-12add action set icon while running (#1590)Libravatar Night_Hunter1-1/+8
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-92/+0
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-33/+19
2023-02-17Iced master merge (again)Libravatar Bingus1-1/+1
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-02-15Merged in iced masterLibravatar Bingus1-1/+1
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-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-18/+19
2023-01-09introduce `window::spawn` and `window::close`Libravatar Richard1-0/+16
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-12/+18
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard1-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