summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/UICommon.cpp
AgeCommit message (Expand)Author
2026-03-30UICommon: Create User/Logs/ at startupJosJuice
2026-02-15Added Triforce supportcrediar
2026-02-03Merge pull request #13594 from jordan-woyak/state-cleanupsJordan Woyak
2026-01-25Remove unused importsMartino Fontana
2026-01-19Core: Add a HookableEvent for UICommon::FlushUnsavedData.Jordan Woyak
2026-01-19Android: Detect when native code should flush unsaved dataJosJuice
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-04-25VideoConfig: Remove ConfigChangedCallback on shutdownDentomologist
2025-04-25UICommon: Merge ConfigChangedCallbacksDentomologist
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-10Modernize `std::replace` with rangesmitaclaw
2024-09-27linux: Use D-Bus to inhibit screensaverrobxnano
2024-08-16Merge pull request #13010 from OatmealDome/goodbye-steamTilka
2024-08-15UICommon: Remove Steam user directory logicOatmealDome
2024-08-12Detect when running inside a flatpak sandboxCarles Pastor
2024-07-04AchievementManager: Cache Badges on DiskLillyJadeKatrin
2024-04-09JitCache: Software Profiling Restorationmitaclaw
2024-02-27BranchWatchDialog: A Total Replacement for CodeDiffDialogmitaclaw
2024-02-07Core: Move Emulation IOS instance to System.Admiral H. Curtiss
2023-12-18UICommon: Remove global system accessor in TriggerSTMPowerEvent()Lioncache
2023-12-13Parser and Assembler implementationsvyuuui
2023-08-17Use structs for config callback IDsJosJuice
2023-06-18Replace std::ostringstream usage with fmt::formatget
2023-04-15Common/MathUtil: Move IntLog2 into MathUtil namespaceLioncash
2023-02-26UICommon: Create Load/DynamicInputTextures directory on startupDentomologist
2023-02-12Address WIL todos in UICommon.cppSilent
2023-01-31UICommon: Don't check the registry key or use the old user directory path on ...OatmealDome
2023-01-31CommonPaths: Split PORTABLE_USER_DIR into "portable" and "embedded" to accomo...OatmealDome
2023-01-31UICommon: Use NORMAL_USER_DIR for WindowsOatmealDome
2023-01-31CommonPaths: Rename DOLPHIN_DATA_DIR to NORMAL_USER_DIROatmealDome
2023-01-31CommonPaths: Rename USERDATA_DIR to PORTABLE_USER_DIROatmealDome
2023-01-16UICommon: Set UserConfigPath in the registry to AppData User for backwards co...OatmealDome
2023-01-16UICommon: Use the old User directory in Documents if it existsOatmealDome
2023-01-16UICommon: Change default User directory location to AppDataOatmealDome
2023-01-04HW/ProcessorInterface: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-09-24Move a SetEnableAlert call to UICommonJosJuice
2022-07-17Split out controller initialization to UICommonJosJuice
2022-07-11Config and UICommon: Add config option and user path for Wii SD card sync fol...Admiral H. Curtiss
2022-07-11Treewide: Rename references to SD Card image path to clarify they mean the im...Admiral H. Curtiss
2022-07-08Merge pull request #10430 from OatmealDome/mac-portableJMC47
2022-06-26Core: add GraphicsMod directoryiwubcode