Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-27Bug 580248: Allow widget baseline to be less than font baselineJonah Graham1-2/+1
2022-06-27Cosmetics.Jonah Graham1-48/+0
2022-05-07Don't assume background is white for disassembly viewTorbjörn Svensson1-2/+3
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham23-69/+71
2022-04-05Bug 579542: [hover] Backport changes from JDT to CDTTorbjörn Svensson1-24/+35
2022-04-01Bug 579505: [hover] Unreadable text in expression hoverDominic Scharfe1-2/+18
2022-02-10Bug 578400: Refresh view on ICommandControlRefreshAllDMEventTorbjörn Svensson1-0/+10
2022-02-10Bug 578400: Don't assume PC has not changed on refreshTorbjörn Svensson2-2/+23
2022-02-10Bug 578400: Handle refresh event to show right source codeTorbjörn Svensson1-0/+23
2022-02-10Automatic code cleanup.Jonah Graham2-15/+14
2021-05-23Bug 572880: Display an ellipsis if opcode is wider than columnJonah Graham1-1/+5
2021-05-19Bug 572880: Keep internal representation of opcode as a StringJonah Graham4-51/+36
2021-05-05Bug 573157: Add jump to memory from disassembly view context menu entryMarc Ernst5-0/+265
2021-04-23Bug 572880: show opcodes in disassembly view as byte sequenceMarc Ernst6-84/+51
2020-11-29Bug 568228: Add a way for DSF Data Model to initiate refresh allTorbjörn Svensson1-0/+40
2020-07-29Bug 315774 - Allow force refresh of Disassembly view.Deep Amin1-2/+9
2020-07-08Fixed NLS warnings, potential NPE and removed excess semicolonTorbjörn Svensson1-1/+1
2020-04-26Bug 532058: Add refresh capability to breakpoints viewJonah Graham1-2/+8
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham5-10/+15
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov5-15/+10
2020-02-04Move away of the deprecated AbstractUIPlugin.getWorkbenchAlexander Kurtakov4-4/+8
2019-10-11Move away of deprecated imageDescriptorFromPlugin.Alexander Kurtakov3-6/+7
2019-10-10Use non-deprecated command constants.Alexander Kurtakov1-3/+3
2019-10-10Remove unnecessary semicolons.Alexander Kurtakov2-5/+5
2019-08-12Convert new Runnable to lambda. Alexander Kurtakov14-541/+294
2019-08-10Remove redundant superinterfaces. Alexander Kurtakov7-13/+7
2019-08-09Remove unneeded suppress warnings.Alexander Kurtakov3-18/+13
2019-07-08Remove workaround for private methods in IDEJonah Graham1-2/+1
2019-04-26Bug 501609 - Fix colors for disassembly viewMarco Stornelli9-10/+251
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham4-14/+7
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham10-30/+30
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in Java filesJonah Graham1-1/+1
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham12-234/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham21-41/+41
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham53-137/+137
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham2-2/+2
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham12-11/+19
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham315-28326/+28622
2018-11-22Bug 540373: Remove invalid javadoc API tagsJonah Graham1-3/+0
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham337-1011/+2022
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham3-420/+420
2018-09-27Bug 539455: Report debug command errors via status handlerJohn Dallaway3-9/+44
2018-06-13Bug 535836: Log instead of pop-up errors in disassembly viewJonah Graham1-1/+6
2018-05-15Bug 514838 - Return sessionId when context is IExecutionDMContextWilliam Riley1-1/+1
2018-02-08Remove unnecessare NON-NLS.Alexander Kurtakov3-6/+6
2018-02-06Bug 530635: Add ability to do "set remotetimeout" via UIJonah Graham1-2/+2
2017-11-14Bug 525675: Delegate opening unknown file types to unknownEditorStrategyJonah Graham1-2/+2
2017-05-11Bug 516461: use file contents to determine content type when debuggingJonah Graham1-6/+17
2017-05-09Bug 515296: Changed the message when only AddressYannick Mayeur1-31/+45
2017-05-05Reformat the file, tabs and spaces were mixedYannick Mayeur1-97/+79

Back to the top