summaryrefslogtreecommitdiffstats
path: root/winit/src/application (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-18/+1
| | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
* Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez2021-07-121-3/+18
|
* Initial menu implementationLibravatar Richard2021-07-051-0/+2
|
* use Mode::Hidden insteadLibravatar Cory Forsstrom2021-04-091-12/+2
|
* add window visibilityLibravatar Cory Forsstrom2021-04-081-0/+12
|
* Change cursor position on touch eventLibravatar Héctor Ramón Jiménez2020-12-151-2/+5
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-34/+1
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Write missing documentation in `iced_winit`Libravatar Héctor Ramón Jiménez2020-11-061-0/+54
|
* Relayout `UserInterface` on resize in `iced_winit`Libravatar Héctor Ramón Jiménez2020-11-051-0/+10
|
* Introduce `application::State` in `iced_winit`Libravatar Héctor Ramón Jiménez2020-11-051-0/+171