| Commit message (Expand) | Author | Files | Lines |
2023-01-31 | Write missing `window::Action` helpers in `window` | Héctor Ramón Jiménez | 1 | -5/+34 |
2023-01-31 | Improve consistency of `window::Action` | Héctor Ramón Jiménez | 1 | -5/+5 |
2023-01-12 | Replace `Option<Instant>` with `RedrawRequest` enum | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-01-12 | Implement `window::frames` subscription | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-01-09 | Implemented window title update functionality for multiwindow. | bungoboingo | 1 | -18/+19 |
2023-01-09 | introduce `window::spawn` and `window::close` | Richard | 1 | -0/+16 |
2023-01-09 | add `window::Id` to `Event` and `Action` | Richard | 1 | -12/+18 |
2023-01-09 | Introduce opaque `window::Id` type | Richard | 1 | -1/+1 |
2023-01-02 | Create conversion function for `user_attention` in `iced_winit` | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-12-15 | Implement `window::close` action and remove `should_exit` | Héctor Ramón Jiménez | 1 | -0/+5 |
2022-10-11 | feat: Add window minimize support | Michael Aaron Murphy | 1 | -0/+5 |
2022-10-11 | feat: Add window maximize support | Michael Aaron Murphy | 1 | -0/+10 |
2022-10-11 | feat: Add window drag support from winit | Michael Aaron Murphy | 1 | -0/+5 |
2022-08-18 | Implement `SetMode` and `FetchMode` window actions | Héctor Ramón Jiménez | 1 | -1/+15 |
2021-09-02 | Implement `move_to` and `resize` commands for `window` | Héctor Ramón Jiménez | 1 | -6/+17 |
2021-09-02 | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 1 | -0/+7 |