summaryrefslogtreecommitdiffstats
path: root/winit/src/application (follow)
Commit message (Collapse)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
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-3/+1
|\
| * Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez2023-09-201-1/+2
| | | | | | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f.
| * Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-191-2/+1
| | | | | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations.
| * Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-3/+1
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-17/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
| * 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
| |
| * Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-2/+2
| |
* | Added tracing to multi_window applicationsLibravatar Bingus2023-01-131-101/+0
|/
* Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2023-01-091-0/+101
|
* 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
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* 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
| | | | ... and remove `Application::background_color`
* 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