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