summaryrefslogtreecommitdiffstats
path: root/glutin/src/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-21refactored window storage;Libravatar Bingus1-0/+0
2023-02-28Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo1-268/+96
2023-02-24Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez1-508/+0
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+1
2023-01-13Added tracing to multi_window applicationsLibravatar Bingus1-4/+4
2023-01-13Fix grammar of `TODO` comment in `application` modulesLibravatar Héctor Ramón Jiménez1-3/+2
2023-01-12Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez1-2/+10
2023-01-12Implement widget redraw support in `iced_glutin`Libravatar Héctor Ramón Jiménez1-11/+61
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-12/+21
2023-01-09update `iced_glutin` to use new surface apiLibravatar Richard1-87/+251
2023-01-09move window settings to `iced_native`Libravatar Richard1-1/+3
2023-01-09use `glutin/multi_window` branchLibravatar Richard1-3/+3
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-0/+1
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo1-6/+6
2023-01-09Initial profiling support for Iced.Libravatar Bingus1-12/+32
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-2/+3
2022-08-29Update `winit` and `glutin` forksLibravatar Wyatt Herkamp1-4/+4
2022-08-26Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez1-19/+5
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-6/+19
2022-07-28Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez1-3/+3
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-20/+26
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-5/+10
2022-06-25Fix `Theme` not being refreshed in `iced_glutin`Libravatar Héctor Ramón Jiménez1-1/+2
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-3/+3
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-1/+4
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-4/+12
2022-04-27Use closure internally to fetch `graphics_info`Libravatar Richard1-3/+2
2022-04-27Change `ContextCreationFailed` to `GraphicsCreationFailed`Libravatar Richard1-3/+3
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-2/+2
2022-04-26Add graphics information to `iced_glutin`Libravatar Richard1-0/+3
2022-04-26Add logging to window and context creationLibravatar Richard1-1/+8
2022-04-20Introduce `Error::ContextCreationFailed`Libravatar Richard1-1/+14
2022-01-19Add setting to try OpenGL ES firstLibravatar Richard1-4/+16
2022-01-19Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard1-0/+1
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez1-4/+10
2021-11-29Fix imports in `application` modulesLibravatar Héctor Ramón Jiménez1-1/+1
2021-11-29Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler1-2/+5
2021-10-18Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez1-5/+24
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-18/+6
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-19/+6
2021-09-02Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez1-0/+2
2021-09-02Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez1-5/+18
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-2/+1
2021-08-11Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez1-0/+1
2021-08-03Fix glow and multiple windows usageLibravatar yamadapc1-1/+11
2021-07-13Draft `conversion::menu_message` in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+10
2021-07-12Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez1-5/+8
2021-06-25Use `winit` and `glutin` forks in `iced-rs` orgLibravatar Richard1-2/+8