summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon
AgeCommit message (Expand)Author
6 daysReplace string concatination with `fmt::format`Dr. Dystopia
11 daysMerge pull request #14749 from tygyh/Replace-conditions-with-regexScott Mansell
12 daysUICommon: Replace `find != std::npos` with `contains`Dr. Dystopia
2026-07-19GameFile: Disallow mods from being convertedJoshua Vandaële
2026-07-08mingw: lower case windows includesCraig Carnell
2026-05-05Merge pull request #14532 from Dentomologist/autoupdatechecker_fix_edge_casesDentomologist
2026-04-20Replace `find(x) != npos` with `contains(x)` - CoreDr. Dystopia
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-11Merge pull request #14500 from Sintendo/span2Jordan Woyak
2026-03-31AutoUpdate: Only set triggered flag if process creation succeedsDentomologist
2026-03-31AutoUpdate: Don't start redundant update checksDentomologist
2026-03-30UICommon: Create User/Logs/ at startupJosJuice
2026-03-23Use more std::span argumentsSintendo
2026-03-21AudioPane: Fix WASAPI default device combo selectionDentomologist
2026-02-15Added Triforce supportcrediar
2026-02-03Merge pull request #13594 from jordan-woyak/state-cleanupsJordan Woyak
2026-02-02ResourcePack: Fix loading resource packsJoshua Vandaële
2026-01-25Remove unused importsMartino Fontana
2026-01-24Clean includesSintendo
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-19Core: Add a HookableEvent for UICommon::FlushUnsavedData.Jordan Woyak
2026-01-19Android: Detect when native code should flush unsaved dataJosJuice
2026-01-17Fix various typos and spelling mistakesSintendo
2025-11-27Use minizip-ng's CMakeLists instead of relying on our own implementationJoshua Vandaële
2025-11-18Merge pull request #13748 from Dentomologist/autoupdatechecker_delete_old_upd...JosJuice
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-10-29UICommon.cpp: Revert changes from #13866Joshua Vandaële
2025-10-27PathPane: Use ConfigControls where applicableJoshua Vandaële
2025-10-27WiiPane: Use ConfigControls where applicableJoshua Vandaële
2025-10-27GameCubePane: Use ConfigControls where applicableJoshua Vandaële
2025-10-02Merge pull request #13926 from Dentomologist/settings_open_file_dialog_at_use...Jordan Woyak
2025-09-24chore: remove unused Logs/Mail/ dirFarmerbilly27
2025-09-01Settings: Open file dialogs at user pathDentomologist
2025-07-23USBUtils: Refactor USB device handlingJoshua Vandaële
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-09AutoUpdateChecker: Delete old Updater.log fileDentomologist
2025-05-22minizip-ng: Stop using compatibility modeJoshua Vandaële
2025-05-03Common and VideoCommon: Change texture data from std::vector to Common::Uniqu...Jordan Woyak
2025-05-02UICommon: Include implicit headerAlfred Wingate
2025-04-25VideoConfig: Remove ConfigChangedCallback on shutdownDentomologist
2025-04-25UICommon: Merge ConfigChangedCallbacksDentomologist
2025-04-22Merge pull request #13474 from JosJuice/rock-band-playstationJordan Woyak
2025-04-21Implement Triforce ID parsingZopolis4
2025-04-21Adding support for detecting .bin imagesZopolis4
2025-03-31IOS: Disguise Rock Band PlayStation USB devices as Wii equivalentsJosJuice
2025-03-29Merge pull request #13221 from mitaclaw/nrvo-fails-1JMC47
2025-03-10GCC: Remedy NRVO Failsmitaclaw
2025-03-09Modernize `std::sort` with ranges and projectionsmitaclaw
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2025-01-19Fix build with minizip-ng 4.0.8Joshua Vandaële