summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/MemoryView.cpp
AgeCommit message (Expand)Author
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-08DolphinWX: Remove unnecessary includesLioncash
2015-02-11Make address translation respect the CPU translation mode.magumagu
2014-12-20DolphinWX/Globals: Variable naming consistencyStevoisiak
2014-11-13MemoryView: Fix a dealloc of a stack referenceLioncash
2014-11-11DolphinWX: Eliminate some memory leaksLioncash
2014-11-05DolphinWX: Eliminate most usages of event tables in the debugger.Lioncash
2014-10-26Added "Add to watch" context menu items to the Memory and Register windows.skidau
2014-10-26Added a RAM Watch window to the debuggerskidau
2014-09-21DolphinWX: Fix the memory view in the debuggerLioncash
2014-09-18Debugger: scroll by multiples of 4 bytesFiora
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-07DolphinWX: Use std::string over char arrays in MemoryViewLioncash
2014-08-10DolphinWX: Fix scrolling in hex mode for the memory viewLioncash
2014-08-08Core: Kill off Host_UpdateBreakPointView()Lioncash
2014-07-18DolphinWX: Implement scrolling in the memory viewsLioncash
2014-07-10DolphinWX: Remove unnecessary true within event Skip callsLioncash
2014-05-17Kill off _T and wxT macrosLioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-05Remove some superfluous arguments from some wx control creationsLioncash
2014-03-03Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...Lioncash
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-23Make DolphinWX/ mostly IWYU clean.Pierre Bourdon
2014-02-20Fix more header sorting issues in DolphinWX/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre