Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split `Surface` and `Window` | 2023-01-09 | 1 | -47/+35 | |
* | Introduce `close_requested` for `multi-window` | 2023-01-09 | 1 | -4/+11 | |
* | Allow closing the window from user code | 2023-01-09 | 1 | -20/+57 | |
* | add `window::Id` to `view` | 2023-01-09 | 1 | -9/+26 | |
* | fix: temporarily add `window::Id` to | 2023-01-09 | 1 | -18/+35 | |
* | what is this | 2023-01-09 | 1 | -144/+277 | |
* | Introduce opaque `window::Id` type | 2023-01-09 | 1 | -10/+13 | |
* | Synchronize window list with `windows` method | 2023-01-09 | 1 | -13/+59 | |
* | Internally wrap `Message` with a `Event` enum | 2023-01-09 | 1 | -15/+28 | |
* | Use map of windows internally | 2023-01-09 | 1 | -11/+19 | |
* | Unify `Application` and `Program` | 2023-01-09 | 1 | -4/+24 | |
* | Introduce `multi_window` in `iced_winit` | 2023-01-09 | 1 | -0/+742 |