summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger
AgeCommit message (Expand)Author
2016-06-24Further fixes to the formatting change. WX sucks.Pierre Bourdon
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-13Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)EmptyChaos
2016-01-16Fix debugger address lookup search control.Ryan Houdek
2016-01-05DolphinWX: Stop using XPM imagesJosJuice
2015-12-28RegisterView: View code menu addedSepalani
2015-12-28Merge pull request #3296 from sepalani/r_menuMarkus Wick
2015-12-27DebuggerViews: Fixed nullptr dereferencesSepalani
2015-11-20Mark more strings for translationJosJuice
2015-11-06VideoCommon: rename TextureCache to TextureCacheBaseTillmann Karras
2015-10-23MemoryCheckDlg: Fix event buttonsSepalani
2015-10-11Merge pull request #2798 from lioncash/searchflacs
2015-10-04CPU: Convert CCPU into a namespaceLioncash
2015-09-26MemoryWindow: Adjust control alignmentLioncash
2015-09-26MemoryWindow: Change the address search wxTextCtrl into a wxSearchCtrlLioncash
2015-09-26CodeWindow: Ignore search error highlighting on empty stringLioncash
2015-09-26CodeWindow: Replace wxStaticText/wxTextCtrl combo with a wxSearchCtrlLioncash
2015-09-12Debugger: fix -Wunused-private-field warningTillmann Karras
2015-09-05General: Remove unimplemented function prototypesLioncash
2015-08-16Debugger: Remove unused instance variablesLioncash
2015-07-19JitWindow: Use TitleCase for the JIT block viewer tabLioncash
2015-07-09DolphinWX: Get rid of some magic numbers in MemoryView and MemoryWindowLioncash
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-05-31Break out the disassembler code from the WXWidgets UI.Ryan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-23DolphinWX: Add missing breaks to a switch in RegisterViewLioncash
2015-05-20JitWindow: Add missing virtual destructor to HostDisassemblerLioncash
2015-05-08DolphinWX: Remove unnecessary includesLioncash
2015-04-28DolphinWX: Remove unnecessary forward declarationsLioncash
2015-04-27DolphinWX: Make some debugger functions/vars privateLioncash
2015-04-24To make up for it, make pressing enter on the value textbox set the value.comex
2015-04-24Remove mnemonics in MemoryWindow.comex
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-03-07Added the ability to split the Debugger window horizontally and vertically vi...skidau
2015-02-26DolphinWX: Remove an unnecessary sizer from the watch windowLioncash
2015-02-26Merge pull request #2117 from lioncash/idskidau
2015-02-25Merge pull request #2127 from lioncash/auiRyan Houdek
2015-02-25DolphinWX: Relocate the address search into the code windowLioncash
2015-02-24Merge pull request #2118 from lioncash/auiLioncash
2015-02-24DolphinWX: Use AUI in the code window.Lioncash
2015-02-24DolphinWX: Remove unnecessary control IDsLioncash
2015-02-23DolphinWX: Make RAM watch strings translateableLioncash
2015-02-23Merge pull request #1978 from lioncash/dspwindskidau
2015-02-19PowerPC: Get rid of magic numbers related to interp/JIT initialization.Lioncash
2015-02-14DolphinWX: Change Enable(false) calls into Disable() where possibleLioncash