Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Bug 474612 - Number format detail Shall report Error details of selectedAlvaro Sanchez-Leon3-3/+20
2015-08-10Fixed a couple of FindBugs errors in DSF examples.Jesper Eskilson2-0/+10
2015-08-04Bug 460760: Revert Fix DsfSourceDisplayAdapter.openEditor changeJonah Graham1-3/+3
2015-07-21Cleaned up random number generation in DSF examples.Jesper Eskilson2-9/+8
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-06-16Bug 317173 - Better use of genericsMarc Khouzam1-19/+27
2015-06-11Bug 317173 - Added genericsMarc Khouzam1-3/+2
2015-06-11Bug 317173 - cleanup warningsJonah Graham3-12/+15
2015-06-11Bug 469926: Update readme from CVS to GIT URLsJonah Graham1-3/+3
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam8-9/+9
2015-05-11Bug 467023 - Minor updates to the DSF Programming IntroJonah Graham1-2/+8
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam8-9/+9
2015-05-02Fixed copy-paste-bug causing the wrong variable to be checked in aJesper Eskilson1-1/+1
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-20CosmeticsMarc Khouzam1-7/+7
2015-04-19Move to new getAdapter() signature using genericsMarc Khouzam16-106/+99
2015-04-17Bug 464639 - DsfSourceLookupParticipant throwing exception on unknownAlena Laskavaia1-1/+1
2015-04-15Move to new getAdapter() signature using genericsMarc Khouzam1-5/+7
2015-04-15Move to new getAdapter() signature using genericsMarc Khouzam2-10/+9
2015-03-28Fixed problem where auto-unboxing may throw NPEJesper Eskilson1-1/+1
2015-03-25Move some leftover plugins from Java 5 to Java 7.Marc Khouzam70-181/+536
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam1-1/+0
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam5-5/+0
2015-03-25Add many missing @Override to remove warningsMarc Khouzam2-3/+6
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam35-60/+60
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 Khouzam4-20/+17
2015-03-23CosmeticsMarc Khouzam2-4/+4
2015-03-23CosmeticsMarc Khouzam2-11/+11
2015-03-20TyposMarc Khouzam5-10/+10
2015-03-20TyposMarc Khouzam8-20/+18
2015-03-19TyposMarc Khouzam1-8/+8
2015-03-17TyposMarc Khouzam1-5/+5
2015-03-12TyposMarc Khouzam1-7/+7
2015-03-05TypoMarc Khouzam1-2/+2
2015-03-04replace size()|length() > 0 with !isEmpty()Matthew Khouzam13-38/+38
2015-02-13Remove dead codeMarc Khouzam1-6/+1
2015-02-13Close resourcesMarc Khouzam1-5/+17
2015-02-13Remove unused private methodMarc Khouzam1-5/+1
2015-02-13Parametrize typeMarc Khouzam1-2/+2
2015-02-13Remove unnecessary SuppressWarningsMarc Khouzam1-2/+1
2015-02-11Remove unnecessary .api_filtersMarc Khouzam1-19/+0

Back to the top