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
/
MemoryWidget.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-02
Common: Make HookableEvent use non-static data.
Jordan Woyak
2025-09-17
i18n: Add comments
JosJuice
2025-08-01
MemoryWidget: Fix build breakage from conflicting PRs
Dentomologist
2025-07-30
MemoryWidget: Add symbols and Notes.
TryTwo
2025-07-17
MemoryWidget: Fix splitter state restoration
Dentomologist
2025-06-30
MemoryWidget: Fix "Hex Byte String" validation failures
Dentomologist
2025-06-30
MemoryWidget: Allow 0x prefix when Hex box is checked.
Dentomologist
2025-03-29
[Debugger] CTRL+G support in code and memory view
Nitch2024
2025-01-19
MemoryViewWidget: Add auto update toggle.
TryTwo
2025-01-19
MemoryViewWidget: Reduce amount of unnecessary update calls.
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
2024-09-20
DolphinQt: A Ubiquitous Signal For When Breakpoints Change
mitaclaw
2024-05-01
Core::IsRunning: Avoid Global System Accessor
mitaclaw
2024-04-20
i18n: Add comments and improve source strings
JosJuice
2024-03-01
Memory(View)Widget: Avoid Global System Accessor
mitaclaw
2023-11-04
DolphinQt: Remove unnecessary qOverloads
Dentomologist
2023-04-04
DolphinQt: Fix memory leaks in MemoryWidget
Michael Cook (mackal)
2023-03-08
Core: Add System parameter to CPUThreadGuard.
Admiral H. Curtiss
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2022-12-24
DolphinQt: Add more i18n comments
JosJuice
2022-11-05
MemoryWidget: Split Actions into Import and Export.
Admiral H. Curtiss
2022-10-29
MemoryWidget: Make search address a combobox that holds address history.
TryTwo
2022-09-08
Debugger MemoryWidget: Create mini-menu at top of sidebar. Move dump buttons ...
TryTwo
2022-07-01
Debugger MemoryViewWidget: Allow direct editing of memory cells.
TryTwo
2022-04-24
Qt/MemoryWidget: Don't force a fixed size for the sidebar.
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-04-10
MemoryWidget: Load Files to Memory
EternityShack
2022-04-07
MemoryWidget: Fix preview of zero as float/double
Sepalani
2022-04-06
Debugger MemoryWidget: add float and integer inputs. Add input preview. Chang...
TryTwo
2022-03-24
MemoryWidget: Add negative offset search support
Sepalani
2022-02-12
MemoryWidget: Fix improperly behaving radio buttons
Pokechu22
2021-09-20
MemoryWidget: Simplify the search logic
Sepalani
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-02-17
MemoryWidget: Add "Add to watch" action
Sepalani
2021-01-28
Merge pull request #9092 from shuffle2/vshack
Léo Lam
2021-01-28
MemoryWidget: Add 'Offset' and General Improvements
SirMangler
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-09-12
DolphinQt: fix other widgets that use lambdas (capturing this) without settin...
iwubcode
2020-04-15
Qt/Debugger: Refresh windows on savestate load.
Admiral H. Curtiss
2019-11-22
Fixed 11874 (leading 0s ignored by debugger)
Matthew Foulds
2019-07-24
Connect numerous QPushButtons to use clicked signal instead of pressed. This ...
Silent
2019-07-15
DolphinQt/Debugger: Replace AddressSpace.h inclusions with a forward declaration
Lioncash
2019-07-06
DolphinQt: Don't update debug widgets when hidden
JosJuice
2019-05-11
Qt: Fix AddressSpace::WriteXXX parameter order mixup
Léo Lam
2019-05-02
Debugger/Memory: Add support for address spaces
booto
[next]