summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger
AgeCommit message (Expand)Author
2025-06-30MemoryWidget: Allow 0x prefix when Hex box is checked.Dentomologist
2025-06-28Merge pull request #13773 from JosJuice/i18n-2025-06-22Jordan Woyak
2025-06-28i18n: Add commentsJosJuice
2025-06-24Merge pull request #13758 from Dentomologist/threadwidget_fix_line_edit_marginsJMC47
2025-06-22Merge pull request #13765 from TryTwo/CodeWidget_clear_unusedJMC47
2025-06-22Merge pull request #13691 from TryTwo/PR_NotesJMC47
2025-06-20CodeWidget: Clear calls and callers box if there is no symbol, otherwise outd...TryTwo
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-16ThreadWidget: Don't set fixed width on QLineEditsDentomologist
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07Merge pull request #13665 from jordan-woyak/dark-mode-filterJordan Woyak
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
2025-05-17Merge pull request #13190 from tygyh/Move-to-inner-scope-DolphinQTJordan Woyak
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-30Merge pull request #13436 from JoshuaVandaele/clang-format-19OatmealDome
2025-04-25Merge pull request #13451 from vyuuui/numeric_labelsTilka
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2025-03-29[Debugger] CTRL+G support in code and memory viewNitch2024
2025-03-26Move variables to inner scopetygyh
2025-03-25Merge pull request #13442 from TryTwo/PR_CodeWidget_Layout_TweakJMC47
2025-03-24Add numeric label support to assemblervyuuui
2025-03-23PowerPC: Add RAII handling for breakpoint updatesJosJuice
2025-03-21CodeWidget: Layout tweak. Give left-side widgets more vertical space by movin...TryTwo
2025-03-09Modernize `std::stable_sort` with ranges and projectionsmitaclaw
2025-02-06Merge pull request #13223 from mitaclaw/branch-watch-tool-fixes-5Admiral H. Curtiss
2025-02-05Merge pull request #13302 from TryTwo/Breakpoints_Fix_LagAdmiral H. Curtiss
2025-02-04Breakpoints: Fix lag when adding or removing multiple memory breakpoints by o...TryTwo
2025-01-19MemoryViewWidget: Add auto update toggle.TryTwo
2025-01-19MemoryViewWidget: Color recently changed memory when auto updating.TryTwo
2025-01-19MemoryViewWidget: Reduce amount of unnecessary update calls.TryTwo
2025-01-19MemoryViewWidget: Add OnFrameEnd callback to auto-update memory while a game ...TryTwo
2025-01-08MemoryViewWidget: Refactor updates using a dispatch function. Isolate memory ...TryTwo
2025-01-07MemoryViewWidget: Refactor. Remove OnItemChanged signal and QSignalBlocker - ...TryTwo
2025-01-01Simplify `std::find_if` with `Common::Contains`mitaclaw
2024-12-14Branch Watch Tool: Refresh Context Menus OnEmulationStateChangedmitaclaw
2024-11-11Core: Store object name separately for symbolsAmber Brault
2024-10-24JitBlockTableModel: Update For Symbols Toomitaclaw
2024-10-23Host: Rename `JitCacheInvalidation`mitaclaw
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-10-19Move UICommon/Disassembler to Common/HostDisassemblermitaclaw
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-10-10Modernize `std::min_element` with rangesmitaclaw
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-10-04Partially revert "Revert "Audit uses of IsRunning and GetState""JosJuice
2024-09-20BreakpointWidget: Update when `Host::PPCSymbolsChanged`mitaclaw