summaryrefslogtreecommitdiffstats
path: root/native/src/window/icon.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-12add action set icon while running (#1590)Libravatar Night_Hunter1-0/+80
* set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-3/+3
2023-01-09move window settings to `iced_native`Libravatar Richard1-0/+12