summaryrefslogtreecommitdiffstats
path: root/winit/src/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo1-2/+6
2023-01-09Initial profiling support for Iced.Libravatar Bingus1-12/+50
2023-01-02Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-02Add `FocusWindow` to `window::Action`Libravatar Night_Hunter1-0/+1
2023-01-02Create conversion function for `user_attention` in `iced_winit`Libravatar Héctor Ramón Jiménez1-10/+4
2023-01-02Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter1-6/+16
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-9/+9
2022-12-10add toggle decorations actionLibravatar Night_Hunter1-0/+3
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-2/+2
2022-11-05Allow providing a DOM identifier as a `target` for WasmLibravatar Héctor Ramón Jiménez1-4/+13
2022-11-05Allow to replace an element instead of append to bodyLibravatar traxys1-3/+8
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy1-0/+3
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy1-0/+6
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy1-0/+3
2022-08-29Return `Mode::Hidden` in `window::Action::FetchMode`Libravatar Héctor Ramón Jiménez1-1/+5
2022-08-29Update `winit` and `glutin` forksLibravatar Wyatt Herkamp1-4/+4
2022-08-26Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez1-18/+5
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez1-0/+14
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-17/+20
2022-08-02Build `UserInterface` only once on `Outcome::Chain`Libravatar Héctor Ramón Jiménez1-9/+9
2022-07-28Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez1-5/+3
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-27/+91
2022-07-09Address Clippy lintsLibravatar Poly1-1/+1
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-11/+28
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-4/+5
2022-05-26Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez1-1/+4
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-10/+6
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-4/+15
2022-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez1-6/+11
2022-05-04Fix feature name in `cfg` block in `iced_winit`Libravatar Héctor Ramón Jiménez1-1/+1
2022-04-30Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez1-8/+11
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard1-1/+1
2022-04-27Use closure internally to fetch `graphics_info`Libravatar Richard1-7/+5
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-2/+2
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+4
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Introduce `get_information`Libravatar Richard1-34/+2
2022-04-26Add memory usage to `Information` structLibravatar Richard1-1/+11
2022-04-26Add graphics information to `iced_winit`Libravatar Richard1-3/+11
2022-04-26Add `system_information` exampleLibravatar Richard1-2/+0
2022-04-26Turn `Information` fields `pub`Libravatar Richard1-14/+5
2022-04-26Implement `QueryInformation` for `iced_winit`Libravatar Richard1-1/+44
2022-04-26Add new `System` variant to `Action`Libravatar Richard1-0/+1
2022-04-26Add logging to window and context creationLibravatar Richard1-8/+10
2022-01-31Allow `Application::run` to return on native platformsLibravatar Héctor Ramón Jiménez1-2/+42
2022-01-28Append `Canvas` to `<body>` when targetting Wasm in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+15
2022-01-28Always use event_loop.runLibravatar Kai Mast1-77/+30
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov1-31/+75
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez1-5/+10
2021-11-29Fix imports in `application` modulesLibravatar Héctor Ramón Jiménez1-1/+1