summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger
AgeCommit message (Expand)Author
2022-04-07MemoryWidget: Fix preview of zero as float/doubleSepalani
2022-04-06Debugger MemoryWidget: add float and integer inputs. Add input preview. Chang...TryTwo
2022-04-02Merge pull request #8732 from dreamsyntax/debugger-function-differencingAdmiral H. Curtiss
2022-03-29Debugger MemoryViewWidget: fixed, tighter spacingTryTwo
2022-03-26implement CodeDiffTool Featuredreamsyntax
2022-03-24MemoryWidget: Add negative offset search supportSepalani
2022-03-17Gekko constistancy changes. Add context item to codeview to show or copy a lo...TryTwo
2022-02-18Merge pull request #10423 from Pokechu22/improperly-exclusive-radio-buttonsJosJuice
2022-02-13Fix integer sign difference comparison warningsPokechu22
2022-02-12NewBreakpointDialog: Fix improperly behaving radio buttonsPokechu22
2022-02-12MemoryWidget: Fix improperly behaving radio buttonsPokechu22
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2022-01-05Config: Port remaining Core settings to new config system (partial).Admiral H. Curtiss
2021-12-31Config: Port remaining Interface settings to new config system.Admiral H. Curtiss
2021-12-08CodeViewWidget: Fix undefined behavior when centered around address 0Pokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-09-20MemoryWidget: Simplify the search logicSepalani
2021-09-18DolphinQt: Don't update NetworkWidget when hiddenJosJuice
2021-08-27DolphinQt: Fix divide by zero in JITWidget::UpdateJosJuice
2021-08-21DolphinQt: Remove Windows dialog help buttonsDentomologist
2021-08-13DolphinQt: Set default focus for NewBreakpointDialogJosJuice
2021-07-22MemoryViewWidget: Remove unnecessary columnPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-18Merge pull request #9527 from sepalani/watch-itemsJMC47
2021-03-07Merge pull request #9562 from sepalani/dis-iconsLéo Lam
2021-03-05BreakpointWidget: Use QSignalBlockerSepalani
2021-03-05BreakpointWidget: Fix delete deleting both MBP and BP at addressSepalani
2021-03-05Breakpoints: Change icon when disabledSepalani
2021-03-04BreakpointWidget: Emit BreakpointsChanged to update viewsSepalani
2021-03-04Merge pull request #8779 from sepalani/open-dumpLéo Lam
2021-03-03Allow to disable/enable from the BreakpointWidgetInusualZ
2021-02-20NetworkWidget: Reorganise SSL options group boxSepalani
2021-02-20WatchWidget: Add new/delete/clear toolbar itemsSepalani
2021-02-17MemoryWidget: Add "Add to watch" actionSepalani
2021-02-17RegisterWidget: Fix add to watch actionSepalani
2021-02-14Merge pull request #9512 from sepalani/func-updateLéo Lam
2021-02-14CodeViewWidget: Add WithDetailedUpdate to update CodeWidgetSepalani
2021-02-13NetworkWidget: Add hostname to SSL tableSepalani
2021-02-12IOS: Use less ambiguous names for classesLéo Lam
2021-02-11SSL: Workaround to remove SNI from ClientHelloSepalani
2021-01-30NetworkCaptureLogger: PCAP support addedSepalani
2021-01-28BreakpointWidget: Remove unnecessary codeSepalani
2021-01-28Merge pull request #9092 from shuffle2/vshackLéo Lam
2021-01-28MemoryWidget: Add 'Offset' and General ImprovementsSirMangler
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2021-01-13DolphinQt: Explicitly include <QActionGroup> where applicableLioncash
2021-01-13DolphinQt: Replace usages of QLatin1Literal with QStringLiteralLioncash
2020-10-29DolphinQt: Update register view font when Debug Font changesDentomologist
2020-09-29DolphinQt/Debugger: Fix DBAT and IBAT registers in RegisterWidgetSammi Husky
2020-09-12DolphinQt: fix other widgets that use lambdas (capturing this) without settin...iwubcode