index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinQt
/
Debugger
/
CodeWidget.cpp
Age
Commit message (
Expand
)
Author
2024-11-11
Core: Store object name separately for symbols
Amber Brault
2024-10-19
DolphinQt: JIT Widget Refresh
mitaclaw
2024-09-20
DolphinQt: A Ubiquitous Signal For When Breakpoints Change
mitaclaw
2024-08-31
BranchWatchDialog: Listen For `clicked` Signal Rather Than `pressed`
mitaclaw
2024-07-05
Debugger: Rework temporary breakpoints
Martino Fontana
2024-07-02
Debugger: Small other cleanup
Martino Fontana
2024-05-25
BranchWatchDialog: Resolve Linux FIXME
mitaclaw
2024-04-08
Core::GetState: Avoid Global System Accessor
mitaclaw
2024-03-28
DolphinQt: A Ubiquitous Signal For When Symbols Change
mitaclaw
2024-03-13
PPCSymbolDB: Move instance to PowerPCManager
mitaclaw
2024-03-07
BranchWatchDialog: Fix Misc. Errata
mitaclaw
2024-03-02
Merge pull request #12359 from mitaclaw/code-diff-dialog-refresh
Admiral H. Curtiss
2024-02-27
CodeWidget: Simplify Case-Insensitive Contains
mitaclaw
2024-02-27
BranchWatchDialog: A Total Replacement for CodeDiffDialog
mitaclaw
2023-12-18
Core/Debugger_SymbolMap: Remove redundant system parameters from interface
Lioncache
2023-08-12
DolphinQt: Set window decorations for all top-level QWidgets.
Admiral H. Curtiss
2023-04-25
DolphinQt: reset stylesheets on colorSchemeChanged
Shawn Hoffman
2023-04-09
PowerPC: Refactor to class, move to System.
Admiral H. Curtiss
2023-04-05
DolphinQt: Avoid ppcState global.
Admiral H. Curtiss
2023-03-28
PowerPC/MMU: Refactor to class, move to System.
Admiral H. Curtiss
2023-03-08
Core: Add System parameter to CPUThreadGuard.
Admiral H. Curtiss
2023-03-08
HW/CPU: Refactor to class, move to System.
Admiral H. Curtiss
2023-02-12
DolphinQt: Only update call stack if paused
JosJuice
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2023-02-09
CodeWidget: Fix shadowing warning
Pokechu22
2023-01-27
Debugger: Avoid ppcState global.
Admiral H. Curtiss
2023-01-27
PowerPC: Parametrize CTR macro.
Admiral H. Curtiss
2023-01-27
PowerPC: Remove PC macro.
Admiral H. Curtiss
2022-12-01
Fix code widget not becoming visible when selecting 'view code' or similar
Pokechu22
2022-10-12
Remove most uses of StringFromFormat in favor of fmt
Pokechu22
2022-09-28
Debugger/CodeWidget: Update callstack/callers/calls on symbol changes
Pokechu22
2022-07-05
Debugger CodeWidget: Add filter boxes to callstack, function calls, and funct...
TryTwo
2022-03-26
implement CodeDiffTool Feature
dreamsyntax
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-02-14
CodeViewWidget: Add WithDetailedUpdate to update CodeWidget
Sepalani
2020-09-12
DolphinQt: fix other widgets that use lambdas (capturing this) without settin...
iwubcode
2020-03-20
Qt/CodeWidget: Typo in settings key.
Admiral H. Curtiss
2020-02-09
DolphinQt/Debugger: Fix crash with floating debugger windows
Luke Street
2019-10-14
Qt/Debugger/CodeWidget: Allow pressing 'enter' in address search box.
Admiral H. Curtiss
2019-07-30
DolphinQt: Replace QStringLiteral with alternatives where applicable
Lioncash
2019-07-06
DolphinQt: Don't update debug widgets when hidden
JosJuice
2019-05-24
Qt: Fix CodeWidget navigation
dreamsyntax
2019-04-23
Debugger: Move hiding logic via setHidden() to before setFloating()
chargeflux
2019-03-08
PowerPC: Factor out CR helpers into POD class
CrystalGamma
2018-12-29
Merge pull request #7658 from spycrab/debugger_show
spycrab
2018-12-28
Qt/Debugger: Add Show in Code / Show in Memory
spycrab
2018-10-08
Qt/debugger: make the symbols search case insensitive
aldelaro5
2018-08-15
Qt/Debugger: Make spacing more compact
spycrab
2018-07-07
Move DolphinQt2 to DolphinQt
spycrab