summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/MemoryWindow.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-04-24To make up for it, make pressing enter on the value textbox set the value.comex
2015-04-24Remove mnemonics in MemoryWindow.comex
2015-02-11Make address translation respect the CPU translation mode.magumagu
2014-12-20DolphinWX/Globals: Variable naming consistencyStevoisiak
2014-12-12MemoryWindow: Remove wxSprintf call, use wxString::Format instead.Lioncash
2014-11-07DolphinWX: Remove unnecessary forward declarationsLioncash
2014-11-02MemoryWindow: Use p_pFakeVMEM, not the virtual mirrorJasper St. Pierre
2014-10-11Removed the MMU Speed Hack option. The TLBHack is now enabled if the MMU opti...skidau
2014-09-21DolphinWX: Fix case where the debugger would crash on hiding a pane.Lioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-02DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic e...Lioncash
2014-07-19DolphinWX: Fix a possible crash when setting debugger memory values.Lioncash
2014-07-11mark all local functions as staticdegasus
2014-07-10DolphinWX: Remove unnecessary true within event Skip callsLioncash
2014-06-16Use only section-based ini reading.Lioncash
2014-05-17Kill off _T and wxT macrosLioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann 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
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre