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
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinWX
/
Debugger
/
WatchView.cpp
Age
Commit message (
Expand
)
Author
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-08
DolphinWX: Remove unnecessary includes
Lioncash
2015-04-24
Fix wx bullshit which made the watch view assert on my machine.
comex
2015-04-15
Debugger: Update the registers/watches before refreshing grids.
Lioncash
2015-04-07
Debugger: Fix memory leaks related to grid tables
Lioncash
2015-03-24
DolphinWX: Get rid of wxGrid-based casts in the debugger.
Lioncash
2015-02-23
DolphinWX: Make RAM watch strings translateable
Lioncash
2015-02-11
Make address translation respect the CPU translation mode.
magumagu
2014-11-15
WatchView: Pass string by reference in SetWatchName
Lioncash
2014-11-11
DolphinWX: Eliminate some memory leaks
Lioncash
2014-11-07
DolphinWX: Remove unnecessary forward declarations
Lioncash
2014-11-05
DolphinWX: Eliminate most usages of event tables in the debugger.
Lioncash
2014-10-31
Fixed a warning in the add memcheck from Watch window
skidau
2014-10-28
DolphinWX: Fix -Wsign-compare warnings.
Rohit Nirmal
2014-10-26
Fixed a crash that would occur if a new watch were added by entering a watch ...
skidau
2014-10-26
Added a new option to add memchecks from the Watch window.
skidau
2014-10-26
Added a "Delete watch" context menu to the Watch window.
skidau
2014-10-26
Added a RAM Watch window to the debugger
skidau