summaryrefslogtreecommitdiffstats
path: root/graphics/src/window/gl_compositor.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-71/+0
* Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-241-1/+1
* Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-101-1/+1
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-0/+3
* Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-1/+1
* Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-1/+3
* Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
* Implement `GraphicsInformation` for `iced_glow`Libravatar Richard2022-04-261-0/+4
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-5/+4
* Fix broken links in API documentationLibravatar Héctor Ramón Jiménez2020-11-261-16/+11
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-2/+2
* Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-121-1/+2
* Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-281-0/+41
* Use built-in OpenGL multisampling in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-221-0/+2
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-0/+24