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
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinQt
/
Debugger
/
MemoryViewWidget.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2026-01-17
Fix various typos and spelling mistakes
Sintendo
2025-09-28
Merge pull request #13161 from oltolm/fix_qt6_warnings
JMC47
2025-08-01
Merge pull request #13797 from TryTwo/PR_Memory_Symbols
Admiral H. Curtiss
2025-07-30
MemoryWidget: Add symbols and Notes.
TryTwo
2025-07-25
Merge pull request #13446 from JosJuice/breakpoints-delayed-update
Jordan Woyak
2025-07-19
fix Qt6 deprecation warnings
oltolm
2025-07-17
MemoryViewWidget: Fix updates at end of address space
Dentomologist
2025-03-29
[Debugger] CTRL+G support in code and memory view
Nitch2024
2025-03-23
PowerPC: Add RAII handling for breakpoint updates
JosJuice
2025-02-05
Merge pull request #13302 from TryTwo/Breakpoints_Fix_Lag
Admiral H. Curtiss
2025-02-04
Breakpoints: Fix lag when adding or removing multiple memory breakpoints by o...
TryTwo
2025-01-19
MemoryViewWidget: Color recently changed memory when auto updating.
TryTwo
2025-01-19
MemoryViewWidget: Add OnFrameEnd callback to auto-update memory while a game ...
TryTwo
2025-01-08
MemoryViewWidget: Refactor updates using a dispatch function. Isolate memory ...
TryTwo
2025-01-07
MemoryViewWidget: Refactor. Remove OnItemChanged signal and QSignalBlocker - ...
TryTwo
2024-09-20
DolphinQt: A Ubiquitous Signal For When Breakpoints Change
mitaclaw
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
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
2024-03-01
Memory(View)Widget: Avoid Global System Accessor
mitaclaw
2023-08-21
MemoryViewWidget: Fix some characters being truncated
Sepalani
2023-06-08
MemoryViewWidget: Use QStringView with ConvertTextToBytes
Lioncash
2023-05-16
StringUtil: Move IsPrintableCharacter() into Common namespace
Lioncash
2023-04-25
DolphinQt: cache icons instead of single pixmaps
Shawn Hoffman
2023-04-25
DolphinQt: assume QT_VERSION_CHECK >= 6.0.0
Shawn Hoffman
2023-04-14
Merge pull request #11687 from Minty-Meeo/warnings
Léo Lam
2023-04-10
Resolve [-Wunused-lambda-capture]
Minty-Meeo
2023-04-09
PowerPC: Refactor to class, move to System.
Admiral H. Curtiss
2023-04-07
DolphinQt: Prevent MemoryViewWidget updates when hidden
sowens99
2023-03-08
Core: Add System parameter to CPUThreadGuard.
Admiral H. Curtiss
2023-02-17
MemoryViewWidget: Fix memory leaks
Pokechu22
2023-02-14
Follow-up fixes for "Properly lock CPU before accessing emulated memory"
JosJuice
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2023-02-09
MemoryViewWidget: Fix warning: enumeration value ‘Null’ not handled in sw...
Pokechu22
2022-12-17
Fix MemoryViewWidget background colour
Sketch
2022-12-04
Expand conditional breakpoints to memory breakpoints
TryTwo
2022-11-30
MemoryViewWidget set target address as selected. Fix focus call. Always colo...
TryTwo
2022-10-22
MemoryViewWidget refactor memory table.
TryTwo
2022-07-01
Debugger MemoryViewWidget: Allow direct editing of memory cells.
TryTwo
2022-06-20
Qt/MemoryViewWidget: Don't elide text
Pokechu22
2022-05-10
Qt/MemoryViewWidget: Fix resizing.
Admiral H. Curtiss
2022-05-08
Qt/MemoryViewWidget: Remove the behavior that clicking anywhere in the table ...
Admiral H. Curtiss
2022-05-08
Qt/MemoryViewWidget: Add a custom scrollbar.
Admiral H. Curtiss
2022-05-08
Qt/MemoryViewWidget: Convert into QWidget that has the table as a member.
Admiral H. Curtiss
2022-05-08
Qt/MemoryViewWidget: Keyboard navigation should observe the number of bytes p...
Admiral H. Curtiss
2022-04-24
Qt/MemoryViewWidget: Detect row breakpoint cell by cell data instead of cell ...
Admiral H. Curtiss
2022-04-24
Qt/MemoryViewWidget: Add option to copy the actually displayed cell value to ...
Admiral H. Curtiss
2022-04-24
Qt/MemoryViewWidget: Don't use a member variable to hold information about th...
Admiral H. Curtiss
[next]