summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon
AgeCommit message (Expand)Author
2024-10-27Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewriteJMC47
2024-10-19Simplify `std::copy` with `fmt::join`mitaclaw
2024-10-19Move UICommon/Disassembler to Common/HostDisassemblermitaclaw
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-12Merge pull request #13076 from robxnano/dbus-inhibitTilka
2024-10-11Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-findTilka
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-10-10Modernize `std::find` with rangesmitaclaw
2024-10-10Modernize `std::binary_search` with rangesmitaclaw
2024-10-10Modernize `std::is_sorted` with rangesmitaclaw
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-16Merge pull request #10556 from cpba/detectflatpakOatmealDome
2024-08-15UICommon: Remove Steam user directory logicOatmealDome
2024-08-14Merge pull request #12986 from mitaclaw/actually-fix-llvmOatmealDome
2024-08-12Detect when running inside a flatpak sandboxCarles Pastor
2024-08-08CMakeLists: Fix LLVM Usage In UICommonmitaclaw
2024-08-08AutoUpdate: Remove the old updater app on macOS if it existsOatmealDome
2024-08-01AutoUpdate: Use the embedded Updater on macOSOatmealDome
2024-07-04AchievementManager: Cache Badges on DiskLillyJadeKatrin
2024-06-15CMake: Let UICommon depend on CoreAdmiral H. Curtiss
2024-05-21Merge pull request #12736 from mitaclaw/minizip-ng-updateAdmiral H. Curtiss
2024-05-08Send Rich Presence to DiscordLillyJadeKatrin
2024-05-03Externals: Update minizip-ng to 4.0.5mitaclaw
2024-05-03fix linking against LLVM shared libraryGuilherme Janczak
2024-04-22port to OpenBSDGuilherme Janczak
2024-04-20Merge pull request #12718 from nicovank/masterAdmiral H. Curtiss
2024-04-20Merge pull request #12702 from Dentomologist/gamelist_show_disc1_for_two_disc...Admiral H. Curtiss
2024-04-19Apply modernize-use-starts-ends-withNicolas van Kempen
2024-04-14GameList: Show (Disc 1) for first disc of two-disc gamesDentomologist
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
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2023-12-18UICommon: Remove global system accessor in TriggerSTMPowerEvent()Lioncache
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-13Parser and Assembler implementationsvyuuui
2023-12-11Merge pull request #12388 from lioncash/compareAdmiral H. Curtiss
2023-12-11GameFile: Default GameBanner operator==Lioncash
2023-12-11GameFileCache: Use std::span with Update()Lioncash
2023-12-11GameFileCache: Pass std::function by reference rather than by valueLioncash
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-08-17Use structs for config callback IDsJosJuice
2023-06-30Merge pull request #11955 from TellowKrinkle/CMakeDependenciesAdmiral H. Curtiss
2023-06-18Replace std::ostringstream usage with fmt::formatget
2023-06-16UICommon/ResourcePack: Allow priority helpers to take arguments by const refe...Lioncash
2023-06-15CMake: Use targets for all optionally-external dependenciesTellowKrinkle
2023-06-13Common: Convert FromWhichRoot to enum classDentomologist