summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/Debugger/MemoryWindow.cpp
AgeCommit message (Expand)Author
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-10-19Remove some unnecessary includes as well as simplifying exisiting ones if pos...Lioncash
2013-09-28Change iTLBHack to a bool.Rachel Bryk
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17Lastly - new license header introduced to main Dolphin project. All done now.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-08Remove all tab/space mismatches from the DolphinWX project (at least 99%. I p...Lioncash
2013-02-28Attempt to be consistent with conversions between std::string and wxString.Jordan Woyak
2012-06-19Added a button to dump the FakeVMEM from the memory debugger if the game uses itPierre Bourdon
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-24Clean up the debugger gui a bit. In general do not call SetSizeHints on a wi...Glenn Rice
2011-02-13Move debugger ui files into a subdirectory. Primarily to make it easy to kee...Glenn Rice