summaryrefslogtreecommitdiffstats
path: root/winit/src/application/state.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-221/+0
* Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez2024-03-071-2/+2
* Simplify theming for `Application`Libravatar Héctor Ramón Jiménez2024-03-061-5/+5
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-5/+4
* Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-11/+13
* Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez2023-09-201-1/+2
* Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-191-2/+1
* Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-3/+1
* Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-081-13/+16
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-1/+1
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-5/+9
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-2/+2
* Improve code styling in `application::State`Libravatar Héctor Ramón Jiménez2022-09-201-10/+6
* fix: formattingLibravatar Ashley Wulber2022-09-101-2/+7
* fix: sync size of window and viewportLibravatar Ashley Wulber2022-09-101-3/+6
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-18/+1
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-4/+36
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-12/+1
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-18/+1
* 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
* 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