summaryrefslogtreecommitdiffstats
path: root/glutin/src/application.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-241-508/+0
* Remove logging large bytes arraysLibravatar Cory Forsstrom2023-02-231-1/+1
* Fix grammar of `TODO` comment in `application` modulesLibravatar Héctor Ramón Jiménez2023-01-131-3/+2
* Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2023-01-121-1/+1
* Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2023-01-121-1/+1
* Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2023-01-121-2/+10
* Implement widget redraw support in `iced_glutin`Libravatar Héctor Ramón Jiménez2023-01-121-11/+61
* Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2023-01-091-6/+6
* Initial profiling support for Iced.Libravatar Bingus2023-01-091-12/+32
* Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-151-2/+3
* Update `winit` and `glutin` forksLibravatar Wyatt Herkamp2022-08-291-4/+4
* Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez2022-08-261-19/+5
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-6/+19
* Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez2022-07-281-3/+3
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-20/+26
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-5/+10
* Fix `Theme` not being refreshed in `iced_glutin`Libravatar Héctor Ramón Jiménez2022-06-251-1/+2
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-3/+3
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-1/+4
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-4/+12
* Use closure internally to fetch `graphics_info`Libravatar Richard2022-04-271-3/+2
* Change `ContextCreationFailed` to `GraphicsCreationFailed`Libravatar Richard2022-04-271-3/+3
* Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-2/+2
* Add graphics information to `iced_glutin`Libravatar Richard2022-04-261-0/+3
* Add logging to window and context creationLibravatar Richard2022-04-261-1/+8
* Introduce `Error::ContextCreationFailed`Libravatar Richard2022-04-201-1/+14
* Add setting to try OpenGL ES firstLibravatar Richard2022-01-191-4/+16
* Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard2022-01-191-0/+1
* Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-111-4/+10
* Fix imports in `application` modulesLibravatar Héctor Ramón Jiménez2021-11-291-1/+1
* Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler2021-11-291-2/+5
* Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez2021-10-181-5/+24
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-18/+6
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-19/+6
* Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez2021-09-021-0/+2
* Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez2021-09-021-5/+18
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-2/+1
* Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez2021-08-111-0/+1
* Fix glow and multiple windows usageLibravatar yamadapc2021-08-031-1/+11
* Draft `conversion::menu_message` in `iced_winit`Libravatar Héctor Ramón Jiménez2021-07-131-0/+10
* Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez2021-07-121-5/+8
* Use `winit` and `glutin` forks in `iced-rs` orgLibravatar Richard2021-06-251-2/+8
* Use new enum variant and new winit repoLibravatar Richard2021-06-251-2/+3
* Added events for url handling and create exampleLibravatar Richard2021-06-251-0/+3
* Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez2021-03-301-2/+11
* Convert `ScaleFactorChanged` into `Resized` events in `iced_glutin`Libravatar Héctor Ramón Jiménez2021-03-241-1/+16
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-0/+1
* Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-2/+2
* Update `window_clipboard` to `0.2`Libravatar Héctor Ramón Jiménez2021-03-101-1/+1
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0