summaryrefslogtreecommitdiff
path: root/Source/Core/WinUpdater
AgeCommit message (Expand)Author
2026-02-08Misc: fix compiler warning: implicit declaration of functionoltolm
2025-11-22AudioCommon / VideoBackends / WinUpdater - cleanup WRL codeoltolm
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2025-03-08Core/WinUpdater: fix typoLuz Paz
2024-08-20Remove redundant semicolonsDr. Dystopia
2023-05-16StringUtil: Move CommandLineToUtf8Argv() into Common namespaceLioncash
2023-04-19Merge pull request #11770 from lioncash/errAdmiral H. Curtiss
2023-04-18Common/CommonFuncs: Move interface into Common namespaceLioncash
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-11winupdater: fix CR getting into parsed VCToolsUpdateURLShawn Hoffman
2023-03-11updater: add test for update flowShawn Hoffman
2023-03-11updater: flush log after each writeShawn Hoffman
2023-01-17windows: prefer os version from registryShawn Hoffman
2022-11-22Updater: Delete the file we check for write rights with on Windows.Admiral H. Curtiss
2022-11-22Updater: Check for write permissions in directory of Updater.exe.Admiral H. Curtiss
2022-10-30MacUpdater: check os versionShawn Hoffman
2022-09-20WinUpdater: Check OS and VC++ Redist versions.Shawn Hoffman
2022-09-08Merge pull request #10751 from Zopolis4/manifestoAdmiral H. Curtiss
2022-08-05Update supportedOS values in .manifest filesZopolis4
2022-08-02msbuild: tidy up the linked libsShawn Hoffman
2022-08-02msbuild: refactor to reduce rebuild eventsShawn Hoffman
2022-07-24replace zlib with zlib-ngShawn Hoffman
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-04-27msbuild: use default Project attrsShawn Hoffman
2022-04-26use fmt as static library instead of headersShawn Hoffman
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-04-13Updater: Add code documentation Markdown fileDentomologist
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2020-09-21DolphinQt: Handle non-ASCII characters in Windows cmd argumentsJosJuice
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-11Fix malformed manifestsSilent
2019-10-07Enable Win10 long path awareness in manifest filesSilent
2019-10-07Move GetModuleName to CommonSilent
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: Removed MAX_PATH limitation on path to updater, also fixed a wron...Silent
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-05-08WinUpdater: Add CMakeLists.txtspycrab
2019-04-11WinUpdater: Restore original executable namespycrab