summaryrefslogtreecommitdiffstats
path: root/native/src/window/action.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-12add action set icon while running (#1590)Libravatar Night_Hunter1-1/+20
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-147/+0
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-2/+2
2023-02-17add action to get window idLibravatar Night_Hunter1-0/+4
2023-02-17Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`Libravatar Héctor Ramón Jiménez1-8/+14
2023-02-17update docs and change to SetAlwaysOnTopLibravatar Night_Hunter1-4/+4
2023-02-17add always on top actionLibravatar Night_Hunter1-0/+10
2023-02-15Merged in iced masterLibravatar Bingus1-2/+2
2023-01-31Write missing `window::Action` helpers in `window`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-31Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez1-8/+9
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-6/+5
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-4/+4
2023-01-09introduce `window::spawn` and `window::close`Libravatar Richard1-3/+12
2023-01-02Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez1-3/+3
2023-01-02Add `FocusWindow` to `window::Action`Libravatar Night_Hunter1-0/+13
2023-01-02Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter1-5/+25
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-0/+4
2022-12-13Remove mention of iOS and Android in `window::action`Libravatar Héctor Ramón1-1/+1
2022-12-10add toggle decorations actionLibravatar Night_Hunter1-0/+7
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy1-0/+4
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy1-0/+8
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy1-0/+8
2022-09-15Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott1-0/+2
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez1-2/+45
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-0/+18