summaryrefslogtreecommitdiffstats
path: root/winit/src/program/state.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-1/+1
2025-02-02Refactor and simplify `input_method` APILibravatar Héctor Ramón Jiménez1-11/+1
2025-02-02Run `cargo fmt` and fix lintsLibravatar Héctor Ramón Jiménez1-4/+2
2025-02-02Draft `input_method` supportLibravatar KENZ1-1/+13
2024-12-10Add image and hash snapshot-based testing to `iced_test`Libravatar Héctor Ramón Jiménez1-13/+14
2024-11-05Draft `reactive-rendering` feature for `button`Libravatar Héctor Ramón Jiménez1-1/+4
2024-06-19Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez1-16/+16
2024-03-07Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez1-3/+3
2024-03-06Simplify theming for `Application`Libravatar Héctor Ramón Jiménez1-9/+7
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-6/+5
2023-12-15Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez1-11/+13
2023-12-02Refactor `Windows` abstraction into `WindowManager`Libravatar Héctor Ramón Jiménez1-2/+2
2023-11-29Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez1-3/+1
2023-07-21refactored window storage;Libravatar Bingus1-36/+60
new helper window events (Destroyed, Created); clippy + fmt;
2023-03-15Added per-window theme support.Libravatar Bingus1-2/+2
2023-03-13Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus1-1/+1
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping;
2023-02-28Removed glutin MW support and reverted glutin changes back to Iced master ↵Libravatar bungoboingo1-4/+3
since it's being axed as we speak.
2023-01-18Added window::Id to multi_window application's scale_factorLibravatar Bingus1-2/+2
2023-01-09FormattingLibravatar bungoboingo1-3/+6
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-8/+6
2023-01-09merged in iced masterLibravatar bungoboingo1-2/+2
2023-01-09remove `windows` method (use commands instead)Libravatar Richard1-23/+1
2023-01-09Allow closing the window from user codeLibravatar Richard1-0/+11
2023-01-09what is thisLibravatar Richard1-9/+7
2023-01-09Introduce opaque `window::Id` typeLibravatar Richard1-1/+2
2023-01-09Synchronize window list with `windows` methodLibravatar Richard1-2/+20
2023-01-09Introduce `multi_window` in `iced_winit`Libravatar Richard1-12/+9
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
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
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
... and remove `Application::background_color`
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-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`.
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
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
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