Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse2-2/+2
2017-01-14Ensure DiffFormatter instances are closedThomas Wolf1-16/+18
2016-12-10Rename DiffStyleRangeFormatter and friendsThomas Wolf1-2/+2
2016-12-07Turn the DiffEditorPage into a real TextEditorThomas Wolf1-3/+4
2016-12-03Add hyperlinks to DiffViewerThomas Wolf1-4/+17
2016-11-02Handle MultiPageEditorParts in BlameOperationThomas Wolf1-7/+20
2016-10-14Fix display of "Show Revision Information" in editorsThomas Wolf2-43/+66
2016-10-01More configurable date formattingThomas Wolf1-3/+8
2016-09-06[findbugs] Missing override of equals()Thomas Wolf1-0/+19
2016-07-07[blame] Don’t open the History view automatically when showing annotationsMarc-Andre Laperle1-35/+0
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel3-4/+4
2015-06-07Fix SWTException "Widget is disposed" in BlameOperationMatthias Sohn1-0/+4
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel3-0/+16
2015-03-02Replace deprecated ObjectReader.release()Matthias Sohn1-4/+1
2014-09-04[historyView] Use separate diff viewer instead of embedding into messageRobin Stocker1-1/+2
2014-07-09[blame] Show in history doesn't open History view if closedMarc-Andre Laperle1-3/+10
2014-07-04RevCommit is referenced after hiding blame annotations, wasting memoryMarc-Andre Laperle1-4/+34
2014-03-30Show Annotations: Fix incorrect annotations when having local changesRobin Stocker1-0/+11
2013-11-21Blame annotations: Add link for showing commit in history and openRobin Stocker3-35/+75
2013-11-21Blame annotations: Show start commit when opening editorRobin Stocker2-15/+39
2013-11-19Blame annotations: Show diff in hover and enable blaming parent commitsRobin Stocker4-17/+427
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg1-1/+1
2013-01-30Remove blocking of UI in show annotations (blame)Robin Rosenberg1-2/+0
2012-05-30Git API does not declare GitAPIException call() and related changesRobin Rosenberg1-1/+7
2012-02-20Show commit in history view when annotation is selectedKevin Sawicki1-16/+139
2011-11-30Support 'Show Annotations' on history itemsKevin Sawicki1-14/+25
2011-09-04Support selection of commit SHA-1 in blame annotation.Kevin Sawicki1-14/+21
2011-06-27[blame] Add a preference to ignore whitespace changesHenning Heitkoetter1-3/+12
2011-06-08Use commit time if author time is not available.Kevin Sawicki2-1/+13
2011-05-31Add handler to display blame annotations in editor ruler.Kevin Sawicki5-0/+564

    Back to the top