summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/CodeView.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
2014-12-20DolphinWX/Globals: Variable naming consistencyStevoisiak
2014-11-11DolphinWX: Eliminate some memory leaksLioncash
2014-11-05DolphinWX: Eliminate most usages of event tables in the debugger.Lioncash
2014-09-18Debugger: scroll by multiples of 4 bytesFiora
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-24DolphinWX: Parenthesize some expressions in CodeView.cppLioncash
2014-08-24DolphinWX: Move the CodeView debugger view over to wxGraphicsContextLioncash
2014-08-17DolphinWX: Use the typesafe equivalents for declaring wx event typesLioncash
2014-08-15Core: Kill off Host_ShowJitResultsLioncash
2014-08-08Core: Kill off Host_UpdateBreakPointView()Lioncash
2014-08-04DolphinWX: Ensure the code view string vector is always a size of two.Lioncash
2014-08-04Common: Introduce the new Gekko disassembler to Common.Lioncash
2014-07-17DolphinWX: Enable certain Code View context options only when the core is run...Lioncash
2014-07-15DolphinWX: Mild readability clean up of CodeView.Lioncash
2014-07-15DolphinWX: Implement scrolling in the code view and DSP disassembly view.Lioncash
2014-07-10DolphinWX: Remove unnecessary true within event Skip callsLioncash
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-03-03Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...Lioncash
2014-02-23Make DolphinWX/ mostly IWYU clean.Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre