summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/MemoryView.cpp
AgeCommit message (Expand)Author
2018-06-26Remove DolphinWXspycrab
2018-05-27SymbolDB: Namespace code under the Common namespaceLioncash
2018-05-17PowerPC: Move MMU-specifics from PowerPC.h to MMU.hLioncash
2018-04-28DebugInterface: Watches methods addedSepalani
2018-04-27DolphinWx: Prevent a crash on Copy hexSepalani
2017-06-05Merge pull request #5294 from sepalani/mem-view-asciishuffle2
2017-06-05Merge pull request #5293 from sepalani/mem-asciishuffle2
2017-05-01Frame: Normalize member namesLioncash
2017-04-29MemoryView: Fix empty stringSepalani
2017-04-29MemoryView: Prevent non-ascii charactersSepalani
2017-03-18Fix memory breakpoint when checking the middle of the dataaldelaro5
2017-01-15MemoryView: Get rid of a type-punning cast from u32 to floatLioncash
2017-01-15MemoryView: Separate memory string composition from OnPaintLioncash
2016-11-02More debug text fixesJosJuice
2016-10-07DebugInterface: Make GetRawMemoryString return a std::stringLioncash
2016-10-04WxDebugger: Fix variable width fonts in Code/Memory viewsEmptyChaos
2016-10-04WX: HiDPI: FrameAUI / DebuggerEmptyChaos
2016-10-03MemoryView: Don't segfault if Core isn't runningLéo Lam
2016-10-02Merge pull request #4187 from sepalani/debug_ascii_symbolshuffle2
2016-09-14MemoryView: Symbols shown in ASCII viewSepalani
2016-09-11Implement the configuration of how a breakpoint is added in the memory windowaldelaro5
2016-06-26Update wxWidgets to 3.1.0EmptyChaos
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-27DebuggerViews: Fixed nullptr dereferencesSepalani
2015-07-09DolphinWX: Get rid of some magic numbers in MemoryView and MemoryWindowLioncash
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