Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | | | | | Instead of creating a separate `multi_window::Program`, the new `multi_window::Application` unifies both traits | ||||
* | Introduce `multi_window` in `iced_winit` | 2023-01-09 | 1 | -0/+742 | |