summaryrefslogtreecommitdiffstats
path: root/winit/src/multi_window.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-41/+36
2023-01-09Split `Surface` and `Window`Libravatar Richard1-47/+35
2023-01-09Introduce `close_requested` for `multi-window`Libravatar Richard1-4/+11
2023-01-09Allow closing the window from user codeLibravatar Richard1-20/+57
2023-01-09add `window::Id` to `view`Libravatar Richard1-9/+26
2023-01-09fix: temporarily add `window::Id` toLibravatar Richard1-18/+35
2023-01-09what is thisLibravatar Richard1-144/+277
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard1-10/+13
2023-01-09Synchronize window list with `windows` methodLibravatar Richard1-13/+59
2023-01-09Internally wrap `Message` with a `Event` enumLibravatar Richard1-15/+28
2023-01-09Use map of windows internallyLibravatar Richard1-11/+19
2023-01-09Unify `Application` and `Program`Libravatar Richard1-4/+24
2023-01-09Introduce `multi_window` in `iced_winit`Libravatar Richard1-103/+27
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo1-2/+6
2023-01-09Initial profiling support for Iced.Libravatar Bingus1-12/+50
2023-01-02Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-02Add `FocusWindow` to `window::Action`Libravatar Night_Hunter1-0/+1
2023-01-02Create conversion function for `user_attention` in `iced_winit`Libravatar Héctor Ramón Jiménez1-10/+4
2023-01-02Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter1-6/+16
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-9/+9
2022-12-10add toggle decorations actionLibravatar Night_Hunter1-0/+3
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-2/+2
2022-11-05Allow providing a DOM identifier as a `target` for WasmLibravatar Héctor Ramón Jiménez1-4/+13
2022-11-05Allow to replace an element instead of append to bodyLibravatar traxys1-3/+8
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy1-0/+3
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy1-0/+6
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy1-0/+3
2022-08-29Return `Mode::Hidden` in `window::Action::FetchMode`Libravatar Héctor Ramón Jiménez1-1/+5
2022-08-29Update `winit` and `glutin` forksLibravatar Wyatt Herkamp1-4/+4
2022-08-26Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez1-18/+5
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez1-0/+14
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-17/+20
2022-08-02Build `UserInterface` only once on `Outcome::Chain`Libravatar Héctor Ramón Jiménez1-9/+9
2022-07-28Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez1-5/+3
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-27/+91
2022-07-09Address Clippy lintsLibravatar Poly1-1/+1
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-11/+28
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-4/+5
2022-05-26Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez1-1/+4
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-10/+6
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-4/+15
2022-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez1-6/+11
2022-05-04Fix feature name in `cfg` block in `iced_winit`Libravatar Héctor Ramón Jiménez1-1/+1
2022-04-30Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez1-8/+11
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard1-1/+1
2022-04-27Use closure internally to fetch `graphics_info`Libravatar Richard1-7/+5
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-2/+2
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+4
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Introduce `get_information`Libravatar Richard1-34/+2