summaryrefslogtreecommitdiffstats
path: root/winit/src/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-12add action set icon while running (#1590)Libravatar Night_Hunter1-0/+3
2023-03-20winit: Fix replacement of node in wasmLibravatar traxys1-7/+11
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-7/+7
2023-03-05Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez1-7/+9
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-40/+37
2023-03-02Fixed fullscreen only being possible on primary monitor.Libravatar Bingus1-1/+1
2023-02-25Implement basic presentation with `softbuffer` for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-8/+5
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-24Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+10
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+1
2023-02-17add action to get window idLibravatar Night_Hunter1-0/+5
2023-02-17Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`Libravatar Héctor Ramón Jiménez1-11/+14
2023-02-17update docs and change to SetAlwaysOnTopLibravatar Night_Hunter1-1/+1
2023-02-17add always on top actionLibravatar Night_Hunter1-0/+3
2023-02-11Hide window until `Renderer` has been initializedLibravatar Héctor Ramón Jiménez1-5/+15
2023-01-31Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-1/+1
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-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez1-11/+61
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