summaryrefslogtreecommitdiffstats
path: root/winit (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez2-7/+12
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énez3-10/+19
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard3-19/+7
2022-04-27Use closure internally to fetch `graphics_info`Libravatar Richard2-11/+9
2022-04-27Rename `system::information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Change `ContextCreationFailed` to `GraphicsCreationFailed`Libravatar Richard1-4/+4
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-2/+2
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard2-6/+7
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard2-4/+4
2022-04-26Introduce `get_information`Libravatar Richard2-34/+41
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-26Export new `system` moduleLibravatar Richard1-3/+3
2022-04-26Add function helper in `iced_winit::system`Libravatar Richard2-0/+15
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 `sysinfo` crate through feature flagLibravatar Richard1-0/+1
2022-04-26Add logging to window and context creationLibravatar Richard1-8/+10
2022-04-20Introduce `Error::ContextCreationFailed`Libravatar Richard1-8/+4
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-02-07Fix linksLibravatar Theo Robinson1-1/+1
2022-02-05Allow the creation of a clipboard without a window.Libravatar Tanner Rogalsky1-0/+8
2022-01-31Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez1-1/+1
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énez2-0/+19
2022-01-28Reduce diffLibravatar Kai Mast1-1/+1
2022-01-28Always use event_loop.runLibravatar Kai Mast1-77/+30
2022-01-28Re-add docs for clipboardLibravatar Kai Mast1-1/+2
2022-01-28Remove wasm-specific clipboardLibravatar Kai Mast2-30/+2
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov3-32/+103
2022-01-19Add setting to try OpenGL ES firstLibravatar Richard1-0/+6
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez1-5/+10
2022-01-04Update `winit` and `glutin` forksLibravatar Héctor Ramón Jiménez1-2/+2
2021-12-09Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez1-1/+1
2021-12-09Added icon in docsLibravatar daladim1-0/+3
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-10-12Update `winit` and `glutin`Libravatar Héctor Ramón Jiménez1-1/+1
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez4-320/+2
2021-09-02Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez3-9/+44
2021-09-02Hide implementation details of `Command` in `iced_futures`Libravatar Héctor Ramón Jiménez1-2/+2
2021-09-02Implement and expose `read` and `write` helpers for `clipboard`Libravatar Héctor Ramón Jiménez1-0/+14
2021-09-02Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez3-10/+37
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2-6/+29