summaryrefslogtreecommitdiffstats
path: root/winit (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-09Address Clippy lintsLibravatar Poly3-6/+6
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2-15/+64
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énez2-22/+7
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énez2-7/+12
2022-05-04Fix feature name in `cfg` block in `iced_winit`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-5/+5
2022-05-02Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez3-9/+9
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez1-0/+4
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2-7/+7
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