Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-06 | Simplify theming for `Application` | 1 | -246/+0 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -4/+5 | ||
2023-11-29 | Fix unused import in `multi_window::application` | 1 | -2/+1 | ||
2023-11-29 | Fix broken intra-doc links | 1 | -0/+2 | ||
2023-07-21 | refactored window storage; | 1 | -54/+42 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-03-15 | Added per-window theme support. | 1 | -3/+4 | ||
2023-03-13 | Code cleanup, clearer comments + removed some unnecessary dupe; | 1 | -2/+3 | ||
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | |||||
2023-02-17 | Iced master merge (again) | 1 | -0/+1 | ||
2023-01-18 | Added window::Id to multi_window application's scale_factor | 1 | -3/+3 | ||
2023-01-09 | Formatting | 1 | -15/+64 | ||
2023-01-09 | Implemented window title update functionality for multiwindow. | 1 | -4/+4 | ||
2023-01-09 | remove `windows` method (use commands instead) | 1 | -13/+0 | ||
2023-01-09 | Introduce `close_requested` for `multi-window` | 1 | -0/+7 | ||
2023-01-09 | add `window::Id` to `view` | 1 | -3/+9 | ||
2023-01-09 | Introduce opaque `window::Id` type | 1 | -0/+14 | ||
2023-01-09 | Unify `Application` and `Program` | 1 | -17/+11 | ||
Instead of creating a separate `multi_window::Program`, the new `multi_window::Application` unifies both traits | |||||
2023-01-09 | Introduce `multi_window` from `pure` | 1 | -0/+196 | ||