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
release-prep-2609
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinQt
/
Debugger
/
RegisterWidget.cpp
Age
Commit message (
Expand
)
Author
2025-11-02
Call JitInterface::UpdateMembase from PowerPC::MSRUpdated
JosJuice
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-06-07
DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...
Jordan Woyak
2024-04-30
DolphinQt: Properly Delete (Some) Widgets
mitaclaw
2024-04-08
Core::GetState: Avoid Global System Accessor
mitaclaw
2024-03-22
DolphinQt Settings: Signal Debug Font By Const Reference
mitaclaw
2023-11-30
Jit: Replace "msrBits" with "featureFlags"
JosJuice
2023-08-12
DolphinQt: Set window decorations for all top-level QWidgets.
Admiral H. Curtiss
2023-04-24
Common: Move CodeTrace.cpp/.h into Core
Lioncash
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-08
Core: Add System parameter to CPUThreadGuard.
Admiral H. Curtiss
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2023-01-27
PowerPC: Move a few functions to PowerPCState.
Admiral H. Curtiss
2023-01-27
PowerPC: Remove rPS macro.
Admiral H. Curtiss
2023-01-27
PowerPC: Remove GPR macro.
Admiral H. Curtiss
2023-01-04
HW/ProcessorInterface: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-10-06
MemoryView auto updateDebugger. Implement base codetrace logic. Add register ...
TryTwo
2022-07-01
RegisterWidget: Fix crash when right-clicking when there is no selected cell
Pokechu22
2022-04-29
Debugger RegisterWidget: Add context options to change entire column's displa...
TryTwo
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-02-17
RegisterWidget: Fix add to watch action
Sepalani
2021-01-13
DolphinQt: Explicitly include <QActionGroup> where applicable
Lioncash
2020-10-29
DolphinQt: Update register view font when Debug Font changes
Dentomologist
2020-09-29
DolphinQt/Debugger: Fix DBAT and IBAT registers in RegisterWidget
Sammi Husky
2020-09-12
DolphinQt: fix other widgets that use lambdas (capturing this) without settin...
iwubcode
2020-02-09
DolphinQt/Debugger: Fix crash with floating debugger windows
Luke Street
2020-02-06
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
Jordan Woyak
2020-01-08
Require clang-format 9 and reformat source code
Léo Lam
2019-10-06
RegisterWidget: Fix view in code/memory
Sepalani
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-05
Qt/Debugger: Vertically align text in register cells
Léo Lam
2019-05-04
Merge pull request #7887 from lioncash/hid
Léo Lam
2019-04-23
Debugger: Move hiding logic via setHidden() to before setFloating()
chargeflux
2019-03-13
DolphinQt/Debugger/RegisterColumn: Add HID registers to the register pane
Lioncash
2019-03-08
PowerPC: Factor out CR helpers into POD class
CrystalGamma
2018-12-25
PowerPC: Remove separate macros for paired singles
Lioncash
2018-09-08
Re-add i18n comments that were lost in the DolphinWX removal
JosJuice
2018-08-15
Qt/Debugger: Make spacing more compact
spycrab
2018-07-09
Qt: Remove ActionHelper
spycrab
2018-07-07
Move DolphinQt2 to DolphinQt
spycrab