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
/
MemoryViewWidget.cpp
Age
Commit message (
Expand
)
Author
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
2022-04-23
Dual View any size.
TryTwo
2022-04-17
MemoryWidget add dual views for two separate column types. Force first column...
TryTwo
2022-04-15
Debugger MemoryWidget: More display types, use combo box for display options....
TryTwo
2022-03-29
Debugger MemoryViewWidget: fixed, tighter spacing
TryTwo
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2021-07-22
MemoryViewWidget: Remove unnecessary column
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-02-17
MemoryWidget: Add "Add to watch" action
Sepalani
2020-08-23
DolphinQt: resolve Qt5.15 deprecations
Shawn Hoffman
2020-04-15
Qt/Debugger: Refresh windows on savestate load.
Admiral H. Curtiss
2020-01-16
StringUtil: Add IsPrintableCharacter and use it
Léo Lam
2019-11-22
Fixed 11874 (leading 0s ignored by debugger)
Matthew Foulds
2019-07-30
DolphinQt: Replace QStringLiteral with alternatives where applicable
Lioncash
[next]