summaryrefslogtreecommitdiffstats
path: root/glutin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Decouple `cursor_position` from `Cache`Libravatar Héctor Ramón Jiménez2020-06-231-4/+14
| | | | | | Instead, we ask explicitly for it in the different `update` and `draw` methods. This way, the runtime can derive the logical position of the cursor from the source of truth.
* Relayout when `Application::scale_factor` changesLibravatar Héctor Ramón Jiménez2020-06-231-0/+13
|
* Add `scale_factor` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-191-1/+17
|
* Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-121-0/+5
|
* Request a redraw only on relevant eventsLibravatar Héctor Ramón Jiménez2020-06-091-0/+4
|
* Write documentation for `iced_glutin`Libravatar Héctor Ramón Jiménez2020-05-282-5/+19
|
* Use built-in OpenGL multisampling in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-221-0/+1
|
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-212-402/+175
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-214-0/+501