summaryrefslogtreecommitdiffstats
path: root/src/multi_window/application.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify theming for `Application`Libravatar Héctor Ramón Jiménez2024-03-061-246/+0
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-4/+5
|
* Fix unused import in `multi_window::application`Libravatar Héctor Ramón Jiménez2023-11-291-2/+1
|
* Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-11-291-0/+2
|
* refactored window storage;Libravatar Bingus2023-07-211-54/+42
| | | | | new helper window events (Destroyed, Created); clippy + fmt;
* Added per-window theme support.Libravatar Bingus2023-03-151-3/+4
|
* Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus2023-03-131-2/+3
| | | | | Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping;
* Iced master merge (again)Libravatar Bingus2023-02-171-0/+1
|
* Added window::Id to multi_window application's scale_factorLibravatar Bingus2023-01-181-3/+3
|
* FormattingLibravatar bungoboingo2023-01-091-15/+64
|
* Implemented window title update functionality for multiwindow.Libravatar bungoboingo2023-01-091-4/+4
|
* remove `windows` method (use commands instead)Libravatar Richard2023-01-091-13/+0
|
* Introduce `close_requested` for `multi-window`Libravatar Richard2023-01-091-0/+7
|
* add `window::Id` to `view`Libravatar Richard2023-01-091-3/+9
|
* Introduce opaque `window::Id` typeLibravatar Richard2023-01-091-0/+14
|
* Unify `Application` and `Program`Libravatar Richard2023-01-091-17/+11
| | | | | Instead of creating a separate `multi_window::Program`, the new `multi_window::Application` unifies both traits
* Introduce `multi_window` from `pure`Libravatar Richard2023-01-091-0/+196