Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented window title update functionality for multiwindow. | 2023-01-09 | 1 | -4/+4 | |
| | |||||
* | remove `windows` method (use commands instead) | 2023-01-09 | 1 | -13/+0 | |
| | |||||
* | Introduce `close_requested` for `multi-window` | 2023-01-09 | 1 | -0/+7 | |
| | |||||
* | add `window::Id` to `view` | 2023-01-09 | 1 | -3/+9 | |
| | |||||
* | Introduce opaque `window::Id` type | 2023-01-09 | 1 | -0/+14 | |
| | |||||
* | Unify `Application` and `Program` | 2023-01-09 | 1 | -17/+11 | |
| | | | | | Instead of creating a separate `multi_window::Program`, the new `multi_window::Application` unifies both traits | ||||
* | Introduce `multi_window` from `pure` | 2023-01-09 | 1 | -0/+196 | |