summaryrefslogtreecommitdiffstats
path: root/graphics/src/window/gl_compositor.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-71/+0
2023-02-28Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo1-1/+1
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-09implement `multi_window` for `iced_glutin`Libravatar Richard1-1/+1
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-1/+1
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-0/+3
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-1/+3
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Implement `GraphicsInformation` for `iced_glow`Libravatar Richard1-0/+4
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-5/+4
2020-11-26Fix broken links in API documentationLibravatar Héctor Ramón Jiménez1-16/+11
2020-09-08Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez1-2/+2
2020-06-12Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez1-1/+2
2020-05-28Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez1-0/+41
2020-05-22Use built-in OpenGL multisampling in `iced_glow`Libravatar Héctor Ramón Jiménez1-0/+2
2020-05-21Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez1-0/+24