summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/MemoryWidget.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-09-17i18n: Add commentsJosJuice
2025-08-01MemoryWidget: Fix build breakage from conflicting PRsDentomologist
2025-07-30MemoryWidget: Add symbols and Notes.TryTwo
2025-07-17MemoryWidget: Fix splitter state restorationDentomologist
2025-06-30MemoryWidget: Fix "Hex Byte String" validation failuresDentomologist
2025-06-30MemoryWidget: Allow 0x prefix when Hex box is checked.Dentomologist
2025-03-29[Debugger] CTRL+G support in code and memory viewNitch2024
2025-01-19MemoryViewWidget: Add auto update toggle.TryTwo
2025-01-19MemoryViewWidget: Reduce amount of unnecessary update calls.TryTwo
2025-01-19MemoryViewWidget: Add OnFrameEnd callback to auto-update memory while a game ...TryTwo
2025-01-08MemoryViewWidget: Refactor updates using a dispatch function. Isolate memory ...TryTwo
2024-09-20DolphinQt: A Ubiquitous Signal For When Breakpoints Changemitaclaw
2024-05-01Core::IsRunning: Avoid Global System Accessormitaclaw
2024-04-20i18n: Add comments and improve source stringsJosJuice
2024-03-01Memory(View)Widget: Avoid Global System Accessormitaclaw
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
2023-04-04DolphinQt: Fix memory leaks in MemoryWidgetMichael Cook (mackal)
2023-03-08Core: Add System parameter to CPUThreadGuard.Admiral H. Curtiss
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2022-12-24DolphinQt: Add more i18n commentsJosJuice
2022-11-05MemoryWidget: Split Actions into Import and Export.Admiral H. Curtiss
2022-10-29MemoryWidget: Make search address a combobox that holds address history.TryTwo
2022-09-08Debugger MemoryWidget: Create mini-menu at top of sidebar. Move dump buttons ...TryTwo
2022-07-01Debugger MemoryViewWidget: Allow direct editing of memory cells.TryTwo
2022-04-24Qt/MemoryWidget: Don't force a fixed size for the sidebar.Admiral H. Curtiss
2022-04-23Dual View any size.TryTwo
2022-04-17MemoryWidget add dual views for two separate column types. Force first column...TryTwo
2022-04-15Debugger MemoryWidget: More display types, use combo box for display options....TryTwo
2022-04-10MemoryWidget: Load Files to MemoryEternityShack
2022-04-07MemoryWidget: Fix preview of zero as float/doubleSepalani
2022-04-06Debugger MemoryWidget: add float and integer inputs. Add input preview. Chang...TryTwo
2022-03-24MemoryWidget: Add negative offset search supportSepalani
2022-02-12MemoryWidget: Fix improperly behaving radio buttonsPokechu22
2021-09-20MemoryWidget: Simplify the search logicSepalani
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-02-17MemoryWidget: Add "Add to watch" actionSepalani
2021-01-28Merge pull request #9092 from shuffle2/vshackLéo Lam
2021-01-28MemoryWidget: Add 'Offset' and General ImprovementsSirMangler
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-09-12DolphinQt: fix other widgets that use lambdas (capturing this) without settin...iwubcode
2020-04-15Qt/Debugger: Refresh windows on savestate load.Admiral H. Curtiss
2019-11-22Fixed 11874 (leading 0s ignored by debugger)Matthew Foulds
2019-07-24Connect numerous QPushButtons to use clicked signal instead of pressed. This ...Silent
2019-07-15DolphinQt/Debugger: Replace AddressSpace.h inclusions with a forward declarationLioncash
2019-07-06DolphinQt: Don't update debug widgets when hiddenJosJuice
2019-05-11Qt: Fix AddressSpace::WriteXXX parameter order mixupLéo Lam
2019-05-02Debugger/Memory: Add support for address spacesbooto