summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/WatchView.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-24Fix wx bullshit which made the watch view assert on my machine.comex
2015-04-15Debugger: Update the registers/watches before refreshing grids.Lioncash
2015-04-07Debugger: Fix memory leaks related to grid tablesLioncash
2015-03-24DolphinWX: Get rid of wxGrid-based casts in the debugger.Lioncash
2015-02-23DolphinWX: Make RAM watch strings translateableLioncash
2015-02-11Make address translation respect the CPU translation mode.magumagu
2014-11-15WatchView: Pass string by reference in SetWatchNameLioncash
2014-11-11DolphinWX: Eliminate some memory leaksLioncash
2014-11-07DolphinWX: Remove unnecessary forward declarationsLioncash
2014-11-05DolphinWX: Eliminate most usages of event tables in the debugger.Lioncash
2014-10-31Fixed a warning in the add memcheck from Watch windowskidau
2014-10-28DolphinWX: Fix -Wsign-compare warnings.Rohit Nirmal
2014-10-26Fixed a crash that would occur if a new watch were added by entering a watch ...skidau
2014-10-26Added a new option to add memchecks from the Watch window.skidau
2014-10-26Added a "Delete watch" context menu to the Watch window.skidau
2014-10-26Added a RAM Watch window to the debuggerskidau