summaryrefslogtreecommitdiffstats
path: root/winit/src/application (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-19Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez1-221/+0
2024-03-07Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez1-2/+2
2024-03-06Simplify theming for `Application`Libravatar Héctor Ramón Jiménez1-5/+5
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-5/+4
2023-12-15Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez1-11/+13
2023-09-20Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez1-1/+2
2023-09-19Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan1-2/+1
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-3/+1
2023-06-08Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez1-13/+16
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-5/+9
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-2/+2
2023-01-13Added tracing to multi_window applicationsLibravatar Bingus1-101/+0
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo1-0/+101
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-09-20Improve code styling in `application::State`Libravatar Héctor Ramón Jiménez1-10/+6
2022-09-10fix: formattingLibravatar Ashley Wulber1-2/+7
2022-09-10fix: sync size of window and viewportLibravatar Ashley Wulber1-3/+6
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-18/+1
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-4/+36
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-12/+1
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-18/+1
2021-07-12Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez1-3/+18
2021-07-05Initial menu implementationLibravatar Richard1-0/+2
2021-04-09use Mode::Hidden insteadLibravatar Cory Forsstrom1-12/+2
2021-04-08add window visibilityLibravatar Cory Forsstrom1-0/+12
2020-12-15Change cursor position on touch eventLibravatar Héctor Ramón Jiménez1-2/+5
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-34/+1
2020-11-06Write missing documentation in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+54
2020-11-05Relayout `UserInterface` on resize in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+10
2020-11-05Introduce `application::State` in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+171