Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Kurtakov4-38/+14
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-27Bug 491417: fix occasional "..." updates in disassemblyJonah Graham1-1/+2
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt2-4/+4
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt7-17/+17
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-3/+3
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt4-9/+9
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
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-06Bug 484894: Update generification of DisassemblyDocumentJonah Graham1-52/+45
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam124-125/+125
2015-12-15[disassembly] Do not reuse label position for creating bp annotationAnton Leherbauer1-2/+2
2015-12-14Cleanups.Alexander Kurtakov2-22/+1
2015-12-13Fix compilation with Neon M4.Alexander Kurtakov3-38/+40
2015-11-25Missing rm.done()Marc Khouzam1-0/+2
2015-10-06CosmeticsMarc Khouzam1-18/+17
2015-10-06CosmeticsMarc Khouzam3-8/+8
2015-09-17Bug 477610 - Remove any reference to platform .gif filesMarc Khouzam1-10/+10
2015-08-12Bug 474612 - Number format detail Shall report Error details of selectedAlvaro Sanchez-Leon3-3/+20
2015-08-04Bug 460760: Revert Fix DsfSourceDisplayAdapter.openEditor changeJonah Graham1-3/+3
2015-07-14Fix Disassembly creating 64-bit address breakpoint for 32-bit targetAnton Leherbauer1-2/+6
2015-07-14Fix capitalization of Run to Line, Move to Line, etc.Anton Leherbauer1-3/+3
2015-07-09Bug 460760: Fix DsfSourceDisplayAdapter.openEditor to avoid ignoring editor i...Dmitry Kozlov1-3/+3
2015-07-01Bug 456958 Disassembly view sometimes doesn't update after steppingTeodor Madan1-2/+26
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 Khouzam14-92/+85
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam5-5/+0
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam27-49/+49
2015-03-23Add bracketsMarc Khouzam1-3/+4
2015-03-23Clean up javadocMarc Khouzam1-55/+21
2015-03-23CosmeticsMarc Khouzam1-73/+82
2015-03-23CosmeticsMarc Khouzam1-7/+10
2015-03-23Adding friend accessMarc Khouzam3-18/+15
2015-03-23CosmeticsMarc Khouzam2-4/+4
2015-03-23CosmeticsMarc Khouzam2-11/+11
2015-03-05TypoMarc Khouzam1-2/+2
2015-03-04replace size()|length() > 0 with !isEmpty()Matthew Khouzam9-28/+28
2015-01-07Bug 455094 - StepIntoSelection cleanup after review Marc Khouzam2-60/+44
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon7-2/+1223
2014-11-05Bug 449913 - "Source Not Found" Editor should present short paths inTeodor Madan1-2/+12
2014-10-29Bug 439624 - Per-element formatting for expressions and variablesMarc Khouzam12-41/+703

Back to the top