summaryrefslogtreecommitdiffstats
path: root/glutin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-0/+2
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Batch event processing in `UserInterface::update`Libravatar Héctor Ramón Jiménez2020-11-121-18/+18
|
* Introduce `event::Status` to `Subscription`Libravatar Héctor Ramón Jiménez2020-11-121-2/+2
|
* Return `event::Status` in `UserInterface::update`Libravatar Héctor Ramón Jiménez2020-11-121-18/+21
|
* Write missing documentation in `iced_winit`Libravatar Héctor Ramón Jiménez2020-11-061-1/+2
|
* Remove a bit of code duplication in both shellsLibravatar Héctor Ramón Jiménez2020-11-051-62/+33
|
* Drop `UserInterface` manually after exit requestLibravatar Héctor Ramón Jiménez2020-11-051-0/+3
|
* Update `iced_glutin` with new event loop logicLibravatar Héctor Ramón Jiménez2020-11-051-163/+216
|
* Draft strategy to reuse `view` result in event loopLibravatar Héctor Ramón Jiménez2020-11-051-1/+2
|
* update to winit 0.23 apiLibravatar aentity2020-10-031-1/+1
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-082-6/+16
|
* 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