Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify theming for `Application` | 2024-03-06 | 1 | -246/+0 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -4/+5 | |
| | |||||
* | Fix unused import in `multi_window::application` | 2023-11-29 | 1 | -2/+1 | |
| | |||||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -0/+2 | |
| | |||||
* | refactored window storage; | 2023-07-21 | 1 | -54/+42 | |
| | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Added per-window theme support. | 2023-03-15 | 1 | -3/+4 | |
| | |||||
* | Code cleanup, clearer comments + removed some unnecessary dupe; | 2023-03-13 | 1 | -2/+3 | |
| | | | | | Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | ||||
* | Iced master merge (again) | 2023-02-17 | 1 | -0/+1 | |
| | |||||
* | Added window::Id to multi_window application's scale_factor | 2023-01-18 | 1 | -3/+3 | |
| | |||||
* | Formatting | 2023-01-09 | 1 | -15/+64 | |
| | |||||
* | 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 | |