summaryrefslogtreecommitdiffstats
path: root/winit/src/multi_window.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-04-26Add memory usage to `Information` structLibravatar Richard1-1/+11
2022-04-26Add graphics information to `iced_winit`Libravatar Richard1-3/+11
2022-04-26Add `system_information` exampleLibravatar Richard1-2/+0
2022-04-26Turn `Information` fields `pub`Libravatar Richard1-14/+5
2022-04-26Implement `QueryInformation` for `iced_winit`Libravatar Richard1-1/+44
2022-04-26Add new `System` variant to `Action`Libravatar Richard1-0/+1
2022-04-26Add logging to window and context creationLibravatar Richard1-8/+10
2022-01-31Allow `Application::run` to return on native platformsLibravatar Héctor Ramón Jiménez1-2/+42
2022-01-28Append `Canvas` to `<body>` when targetting Wasm in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+15
2022-01-28Always use event_loop.runLibravatar Kai Mast1-77/+30
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov1-31/+75
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez1-5/+10
2021-11-29Fix imports in `application` modulesLibravatar Héctor Ramón Jiménez1-1/+1
2021-11-29Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler1-3/+6
2021-11-17Fix a few doc linksLibravatar Imbris1-1/+1
2021-10-18Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez1-5/+22
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-21/+6
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-19/+0
2021-09-02Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez1-3/+26
2021-09-02Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez1-9/+33
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-6/+22
2021-08-25Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez1-1/+1
2021-08-20Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez1-11/+9
2021-08-19wgpu: Update to 0.10Libravatar Poly1-1/+2
2021-08-11Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez1-0/+1
2021-07-22redo custom error for Compositor::draw()Libravatar Billy Messenger1-6/+6
2021-07-22add custom error for Compositor::draw()Libravatar Billy Messenger1-15/+26
2021-07-19Write documentation for `menu` method in `Application`Libravatar Héctor Ramón Jiménez1-1/+3
2021-07-13Draft `conversion::menu_message` in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+10