| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-20 | Remove redundant semicolons | Dr. Dystopia | |
| 2023-04-15 | Embrace nullptr over NULL and 0 | get | |
| 2023-03-17 | WinUpdater: Quote path for args when relaunching Dolphin. | Admiral H. Curtiss | |
| 2023-03-13 | Merge pull request #11636 from shuffle2/updater-test | Pierre Bourdon | |
| Add test for Updater | |||
| 2023-03-11 | winupdater: improve wording of UI::Error | Shawn Hoffman | |
| 2023-03-11 | updater: add test for update flow | Shawn Hoffman | |
| currently windows-only | |||
| 2022-09-20 | WinUpdater: Check OS and VC++ Redist versions. | Shawn Hoffman | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2020-07-08 | Common: Rename UTF16ToUTF8 | JosJuice | |
| This function does *not* always convert from UTF-16. It converts from UTF-16 on Windows and UTF-32 on other operating systems. Also renaming UTF8ToUTF16 for consistency, even though it technically doesn't have the same problem since it only was implemented on Windows. | |||
| 2019-08-19 | WinUpdater: Properly initialize COM on window thread and release ↵ | Silent | |
| ITaskbarList3 on exit | |||
| 2019-08-06 | WinUpdater: Wait in UI::Init until window is done creating to avoid losing ↵ | Silent | |
| UI::SetVisible signals | |||
| 2019-08-05 | WinUpdater: Create updater window as hidden by default | Silent | |
| UpdaterCommon attempts to hide updater window directly after creating, so creating it hidden avoids the window from showing for a split second | |||
| 2019-07-22 | WinUpdater: Properly account for failure in WaitForPID | Silent | |
| 2019-07-22 | WinUpdater: Improved exit synchronization on Windows - now joins a thread ↵ | Silent | |
| instead of using flags to signal | |||
| 2019-07-22 | WinUpdater: Replaced PeekMessage with GetMessage - removes a busy loop in ↵ | Silent | |
| favour of a proper wait based message queue | |||
| 2019-04-10 | Move Updater to WinUpdater | spycrab | |
