summaryrefslogtreecommitdiffstats
path: root/winit/src/multi_window/state.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-19Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez1-239/+0
2024-03-07Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez1-3/+3
2024-03-06Simplify theming for `Application`Libravatar Héctor Ramón Jiménez1-9/+7
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-6/+5
2023-12-15Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez1-11/+13
2023-12-02Refactor `Windows` abstraction into `WindowManager`Libravatar Héctor Ramón Jiménez1-2/+2
2023-11-29Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez1-3/+1
2023-07-21refactored window storage;Libravatar Bingus1-36/+60
2023-03-15Added per-window theme support.Libravatar Bingus1-2/+2
2023-03-13Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus1-1/+1
2023-02-28Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo1-4/+3
2023-01-18Added window::Id to multi_window application's scale_factorLibravatar Bingus1-2/+2
2023-01-09FormattingLibravatar bungoboingo1-3/+6
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-8/+6
2023-01-09merged in iced masterLibravatar bungoboingo1-2/+2
2023-01-09remove `windows` method (use commands instead)Libravatar Richard1-23/+1
2023-01-09Allow closing the window from user codeLibravatar Richard1-0/+11
2023-01-09what is thisLibravatar Richard1-9/+7
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard1-1/+2
2023-01-09Synchronize window list with `windows` methodLibravatar Richard1-2/+20
2023-01-09Introduce `multi_window` in `iced_winit`Libravatar Richard1-12/+9
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-09-20Improve code styling in `application::State`Libravatar Héctor Ramón Jiménez1-10/+6
2022-09-10fix: formattingLibravatar Ashley Wulber1-2/+7
2022-09-10fix: sync size of window and viewportLibravatar Ashley Wulber1-3/+6
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-18/+1
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-4/+36
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-12/+1
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-18/+1
2021-07-12Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez1-3/+18
2021-07-05Initial menu implementationLibravatar Richard1-0/+2
2021-04-09use Mode::Hidden insteadLibravatar Cory Forsstrom1-12/+2
2021-04-08add window visibilityLibravatar Cory Forsstrom1-0/+12
2020-12-15Change cursor position on touch eventLibravatar Héctor Ramón Jiménez1-2/+5
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-34/+1
2020-11-06Write missing documentation in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+54
2020-11-05Relayout `UserInterface` on resize in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+10
2020-11-05Introduce `application::State` in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+171