summaryrefslogtreecommitdiff
path: root/Source/Core/WinUpdater/WinUI.cpp
AgeCommit message (Expand)Author
2024-08-20Remove redundant semicolonsDr. Dystopia
2023-04-15Embrace nullptr over NULL and 0get
2023-03-17WinUpdater: Quote path for args when relaunching Dolphin.Admiral H. Curtiss
2023-03-13Merge pull request #11636 from shuffle2/updater-testPierre Bourdon
2023-03-11winupdater: improve wording of UI::ErrorShawn Hoffman
2023-03-11updater: add test for update flowShawn Hoffman
2022-09-20WinUpdater: Check OS and VC++ Redist versions.Shawn Hoffman
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2019-08-19WinUpdater: Properly initialize COM on window thread and release ITaskbarList...Silent
2019-08-06WinUpdater: Wait in UI::Init until window is done creating to avoid losing UI...Silent
2019-08-05WinUpdater: Create updater window as hidden by defaultSilent
2019-07-22WinUpdater: Properly account for failure in WaitForPIDSilent
2019-07-22WinUpdater: Improved exit synchronization on Windows - now joins a thread ins...Silent
2019-07-22WinUpdater: Replaced PeekMessage with GetMessage - removes a busy loop in fav...Silent
2019-04-10Move Updater to WinUpdaterspycrab