summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-06-28i18n: Add commentsJosJuice
2025-06-25DolphinQt: Fix Windows dark theme when using external stylesheets.Jordan Woyak
2025-06-25PPCSymbolDB: Add a mutex to prevent m_functions from being accessed by two di...TryTwo
2025-06-25PPCSymbolDB: Move loading map on boot logic from boot.cpp into PPCSymbolDB, a...TryTwo
2025-06-25InputCommon: Rename SDL input backend GameController to Gamepad.Jordan Woyak
2025-06-25ClickBlurLabel: Create a label which is blurred until it is clickedJoshua Vandaƫle
2025-06-24Merge pull request #13694 from jordan-woyak/sdl3JMC47
2025-06-24Merge pull request #13759 from jordan-woyak/calibrate-autocompleteJMC47
2025-06-24BT passthrough uses selected device rather than first alphabetical compatible...Shawn Rast
2025-06-24Merge pull request #13766 from JosJuice/powerpc-missing-updatesJMC47
2025-06-24Merge pull request #13763 from Dentomologist/mainwindow_show_hardcore_mode_er...JMC47
2025-06-24Merge pull request #13761 from Dentomologist/qt_use_nonautodismissiblemenu_in...JMC47
2025-06-24Merge pull request #13758 from Dentomologist/threadwidget_fix_line_edit_marginsJMC47
2025-06-24VideoCommon: remove unused struct fieldsTillmann Karras
2025-06-24DolphinQt: Make Calibration autocomplete when data is "sensible" and stick is...Jordan Woyak
2025-06-22Merge pull request #13769 from JosJuice/merge-dbat-mappingsJMC47
2025-06-22PPCSymbolDB: Move function for finding file path to PPCSymbolDB, so MenuBar d...TryTwo
2025-06-22Merge pull request #13765 from TryTwo/CodeWidget_clear_unusedJMC47
2025-06-22Merge pull request #13691 from TryTwo/PR_NotesJMC47
2025-06-21Memmap: Optimize UpdateLogicalMemory by merging mappingsJosJuice
2025-06-20CodeWidget: Clear calls and callers box if there is no symbol, otherwise outd...TryTwo
2025-06-20PowerPC: Use SPR_LR constant in an additional locationJosJuice
2025-06-20PowerPC: Add missing SDRUpdated/MSRUpdated callsJosJuice
2025-06-19Debugger CodeViewWidget: Add context options for making and managing Notes. A...TryTwo
2025-06-19Debugger CodeWidget : Add search box for notes.TryTwo
2025-06-19Debugger symbols: Add new symbol type: Notes.. Notes are for naming single ...TryTwo
2025-06-17MainWindow: Show hardcore mode error for recording playbackDentomologist
2025-06-17Merge pull request #13762 from Dentomologist/dolphinqt_add_vcxproj_clincludeJordan Woyak
2025-06-16DolphinQt: Add DolphinQt.vcxproj ClInclude lineDentomologist
2025-06-16GameListModel: Update tag list and sorting immediatelyDentomologist
2025-06-16Qt: Use NonAutodismissibleMenu in more placesDentomologist
2025-06-16ThreadWidget: Don't set fixed width on QLineEditsDentomologist
2025-06-16MenuBar: Rename menu variableDentomologist
2025-06-15DolphinQt: Always enable the "Skip Main Menu" checkbox when "SkipIPL" is disa...Jordan Woyak
2025-06-15Merge pull request #13703 from jordan-woyak/map-and-calibrateJordan Woyak
2025-06-15Merge pull request #13744 from JoshuaVandaele/windows-specific-getdevicenameJordan Woyak
2025-06-14Merge pull request #12938 from tygyh/Split-IsTranslatedRAMAddressJordan Woyak
2025-06-14DolphinQt/InputCommon: Move some calibration logic to InputCommon and make th...Jordan Woyak
2025-06-14Core/PowerPC: Split 'IsRAMAddress' method into 'IsEffectiveRAMAddress' and 'I...Dr. Dystopia
2025-06-14InputCommon: Make InputDetector::Start take a span instead of a vector.Jordan Woyak
2025-06-14InputCommon: Fix occasional misidentification of analog input detection.Jordan Woyak
2025-06-14DolphinQt: Fix ControllersPane group box spacing.Jordan Woyak
2025-06-14DolphinQt: Move graphics config to main Settings window.Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-13Host: Implement a Windows-only implementation of `GetDeviceNameFromVIDPID`Joshua Vandaƫle
2025-06-12ControllerInterface/Xlib: Combine keycodes with the same name to fix non-work...Jordan Woyak
2025-06-10Merge pull request #13746 from LillyJadeKatrin/retroachievements-hardcore-cha...JMC47
2025-06-10MainWindow - Avoid excessive emulation state changesLillyJadeKatrin
2025-06-09VideoCommon: fix regression where scenes with expanded lines or points would ...iwubcode
2025-06-09AutoUpdateChecker: Delete old Updater.log fileDentomologist