summaryrefslogtreecommitdiffstats
path: root/winit/src/application.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Return `Mode::Hidden` in `window::Action::FetchMode`Libravatar Héctor Ramón Jiménez2022-08-291-1/+5
* Update `winit` and `glutin` forksLibravatar Wyatt Herkamp2022-08-291-4/+4
* Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez2022-08-261-18/+5
* Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez2022-08-181-0/+14
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-17/+20
* Build `UserInterface` only once on `Outcome::Chain`Libravatar Héctor Ramón Jiménez2022-08-021-9/+9
* Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez2022-07-281-5/+3
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-27/+91
* Address Clippy lintsLibravatar Poly2022-07-091-1/+1
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-11/+28
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-4/+5
* Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2022-05-261-1/+4
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-10/+6
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-4/+15
* Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez2022-05-041-6/+11
* Fix feature name in `cfg` block in `iced_winit`Libravatar Héctor Ramón Jiménez2022-05-041-1/+1
* Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-301-8/+11
* Simplify the `QueryInformation` ActionLibravatar Richard2022-04-271-1/+1
* Use closure internally to fetch `graphics_info`Libravatar Richard2022-04-271-7/+5
* Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-2/+2
* Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-3/+4
* Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
* Introduce `get_information`Libravatar Richard2022-04-261-34/+2
* Add memory usage to `Information` structLibravatar Richard2022-04-261-1/+11
* Add graphics information to `iced_winit`Libravatar Richard2022-04-261-3/+11
* Add `system_information` exampleLibravatar Richard2022-04-261-2/+0
* Turn `Information` fields `pub`Libravatar Richard2022-04-261-14/+5
* Implement `QueryInformation` for `iced_winit`Libravatar Richard2022-04-261-1/+44
* Add new `System` variant to `Action`Libravatar Richard2022-04-261-0/+1
* Add logging to window and context creationLibravatar Richard2022-04-261-8/+10
* Allow `Application::run` to return on native platformsLibravatar Héctor Ramón Jiménez2022-01-311-2/+42
* Append `Canvas` to `<body>` when targetting Wasm in `iced_winit`Libravatar Héctor Ramón Jiménez2022-01-281-0/+15
* Always use event_loop.runLibravatar Kai Mast2022-01-281-77/+30
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-31/+75
* Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-111-5/+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-3/+6
* Fix a few doc linksLibravatar Imbris2021-11-171-1/+1
* Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez2021-10-181-5/+22
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-21/+6
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-19/+0
* Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez2021-09-021-3/+26
* Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez2021-09-021-9/+33
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-6/+22
* Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-251-1/+1
* Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-201-11/+9
* wgpu: Update to 0.10Libravatar Poly2021-08-191-1/+2
* Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez2021-08-111-0/+1
* redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-6/+6
* add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-15/+26