Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham3-12/+6
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham4-22/+22
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham8-214/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham15-28/+28
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham19-50/+50
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham2-2/+2
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham102-14878/+14802
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham111-333/+666
2018-09-27Bug 539455: Report debug command errors via status handlerJohn Dallaway1-1/+10
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-08-29Bug 337899 - [debug view][non-stop] Process label is not updatedMarc Dumais1-2/+10
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-2/+2
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt4-9/+9
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt2-5/+5
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam57-57/+57
2015-11-25Missing rm.done()Marc Khouzam1-0/+2
2015-10-06CosmeticsMarc Khouzam1-18/+17
2015-10-06CosmeticsMarc Khouzam3-8/+8
2015-05-02Bug 465963 - Changing "Variable text font" preference has no effectMikhail Khodjaiants1-1/+9
2015-04-30Revert "Bug 465963 - Changing "Variable text font" preference has no effect"Mikhail Khodjaiants1-8/+0
2015-04-30Bug 465963 - Changing "Variable text font" preference has no effectMikhail Khodjaiants1-0/+8
2015-04-19Move to new getAdapter() signature using genericsMarc Khouzam6-29/+28
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam9-16/+16
2015-03-23Add bracketsMarc Khouzam1-3/+4
2015-03-23Clean up javadocMarc Khouzam1-55/+21
2015-03-23CosmeticsMarc Khouzam1-73/+82
2015-03-05TypoMarc Khouzam1-2/+2
2015-03-04replace size()|length() > 0 with !isEmpty()Matthew Khouzam2-10/+10
2014-10-29Bug 439624 - Per-element formatting for expressions and variablesMarc Khouzam12-41/+703
2014-10-06CosmeticsMarc Khouzam1-4/+4
2014-08-07Bug 441379 - Element Number Format option "Restore to Preference" wasMarc Khouzam3-5/+9
2014-08-07CosmeticsMarc Khouzam1-3/+3
2014-08-07Clarification of javadocMarc Khouzam1-14/+15
2014-08-07CosmeticsMarc Khouzam1-2/+2
2014-04-09Removed unused codeMarc Khouzam1-1/+0
2014-03-31Bug 431622: Refactoring: Allow derived classes of RegisterVMProvider toRaphael Zulliger1-2/+14
2014-01-03Bug 386175 - all threads that have ever been displayed get refreshed onPawel Piech4-10/+98
2013-12-02Bug 418710 - Provide a way to disable "View memory" menu per expressionMarc Khouzam1-2/+14
2013-09-27Bug 323552: [registers] Register View content is not stack frameAlvaro Sanchez-Leon2-10/+18
2013-08-12Bug 414687 - Adapt to generified API from platform DebugMarc-Andre Laperle1-1/+1
2012-09-04Typos in javadocMarc Khouzam5-14/+6
2012-07-24Bug 385553 - [hover] Expression view hover in editor can show value for incor...Pawel Piech1-1/+1
2012-07-20Bug 385553 - [hover] Expression view hover in editor can show value forPawel Piech2-116/+79
2012-05-11Bug 379277: Address FindBugs issues for DSF Marc Khouzam4-8/+17
2012-04-12Bug 373468 - "Add new expression" node in Expressions view disappears when Ex...Pawel Piech2-16/+67
2012-04-10Bug 376443 - [expressions] Adding multiple expressions to view can leave the ...Pawel Piech2-2/+7
2012-03-08Bug 371012 - Number format pull down menu need to get choices from service or...Winndie Lai2-8/+83
2012-03-06Bug 370462: Revert FormattedValueVMUtil to remove previous contribution as it...Marc Khouzam1-33/+2

Back to the top