Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Graham12-36/+36
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: Standard .settings auto appliedJonah Graham5-11/+728
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 Graham340-1037/+2066
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham3-420/+420
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-09-27Bug 539455: Report debug command errors via status handlerJohn Dallaway4-10/+45
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
2017-05-05Bug 515703: The source not found editor now updatesYannick Mayeur1-3/+1
2017-04-28Bug 515296: New Preferences for Source not found EditorPierre Sachot1-13/+52
2017-04-21Bug 515296: Adding choice to not show editor againPierre Sachot1-9/+16
2017-04-20Bug 515296: CosmeticsJonah Graham1-623/+679
2017-04-05Bug 510879: Remove requirement for suspended context in Disassembly ViewStephen Flynn2-9/+34
2017-03-23Generify ListenerList.Alexander Kurtakov5-40/+16
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle1-17/+0
2017-02-03Bug 511057 - Number format breaks if debug starts with view pinnedMarc Khouzam1-2/+10
2017-01-24Bug 507950 - Deadlock when changing a variable value when reverseAlvaro Sanchez-Leon1-1/+5
2016-12-21Trigger error in Debug plugins when a package is not exported.Marc Khouzam1-0/+32
2016-11-16Update version to 9.3.0Marc Khouzam1-1/+1
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
2016-11-10bug 498782 - [debug] synchronize selection between the DV and GDBMarc Dumais1-0/+37
2016-08-29Bug 337899 - [debug view][non-stop] Process label is not updatedMarc Dumais1-2/+10
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-08-10Bug 499227 - Missing REVEAL and FORCE flags in VMDelta#appendDetail()Marc Dumais1-0/+6
2016-05-10Bug 491724 - AbstractCachingVMProvider: Replace deprecatedMarc Dumais1-6/+4
2016-04-27Bug 491417: fix occasional "..." updates in disassemblyJonah Graham1-1/+2
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt1-1/+1
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt8-19/+19
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt8-19/+19
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-3/+3
2016-04-18Bug 491945 - Remove new String()Alex Blewitt1-2/+2
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt8-18/+18
2016-03-30Bug 489278 - [disassembly] hover does not work for registersMarc Dumais1-1/+62
2016-03-11Bug 302305 - Added a timeout to queries which are run more frequently.Mario Pierro4-6/+45
2016-02-17Bug 487920 Check if widget is disposed before enable itMartin Schreiber1-1/+1

Back to the top