summaryrefslogtreecommitdiffstats
path: root/src/window.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactored window storage;Libravatar Bingus2023-07-211-4/+0
| | | | | new helper window events (Destroyed, Created); clippy + fmt;
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-03-171-1/+1
|\
| * Added macOS platform specific optionsLibravatar Casper Storm2023-03-141-1/+1
| |
| * Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez2023-03-031-1/+0
| |
* | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-2/+1
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-2/+3
|/
* Expose `window` commands in `iced::window`Libravatar Héctor Ramón Jiménez2022-11-091-1/+1
|
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-2/+0
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez2021-09-021-0/+3
|
* Improve `window::Position` APILibravatar Héctor Ramón Jiménez2021-07-211-0/+2
|
* Move `Icon` to `iced` crate and introduce `Error`Libravatar Héctor Ramón Jiménez2020-07-011-0/+3
|
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-0/+6
Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side.