summaryrefslogtreecommitdiffstats
path: root/glutin/src/multi_window/state.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-09Removed glutin's individual multi_window state since 0.30+ doesn't have its o...Libravatar bungoboingo1-223/+0
2023-01-09FormattingLibravatar bungoboingo1-2/+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-09update `glutin\multi_window` to new surface apiLibravatar Richard1-9/+11
2023-01-09copy `multi_window::Event` from `iced_winit`Libravatar Richard1-13/+14
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