summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/WatchView.cpp
AgeCommit message (Expand)Author
2018-06-26Remove DolphinWXspycrab
2018-05-17PowerPC: Move MMU-specifics from PowerPC.h to MMU.hLioncash
2018-04-28DebugInterface: Watches methods addedSepalani
2017-11-02Make GUI strings more consistentJosJuice
2017-05-01Frame: Normalize member namesLioncash
2017-01-11BreakPoints: Rename variablesLioncash
2016-11-02More debug text fixesJosJuice
2016-10-04WX: HiDPI: FrameAUI / DebuggerEmptyChaos
2016-09-09Move Memchecks support out of debug only buildsaldelaro5
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-13Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)EmptyChaos
2015-12-27DebuggerViews: Fixed nullptr dereferencesSepalani
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