Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Fix CommitUI.getSelectedFiles()Thomas Wolf1-24/+46
2018-06-06Use hash lookup for TreeViewersThomas Wolf1-0/+1
2018-05-29Update license to EPL-2.0Matthias Sohn45-90/+180
2018-05-12Allow cherry-picking a Gerrit changeThomas Wolf2-356/+414
2018-05-12Improve check for uncommitted changes before cherry-pickThomas Wolf1-67/+144
2018-05-12Allow cherry-picking merge commitsThomas Wolf1-15/+57
2018-05-05Replace deprecated getRefs() callsMichael Keppler2-17/+15
2017-12-23Better align repository hyperlink in commit viewerMichael Keppler1-7/+2
2017-11-24Merge branch 'stable-4.9'Matthias Sohn1-1/+2
2017-11-20Make commit viewer diff list scrollableMichael Keppler1-1/+2
2017-10-27Commit editor branch handling fixesAndrey Loskutov2-42/+117
2017-10-16Introduce common interfaces IRepositoryCommit and IRepositoryObjectThomas Wolf1-2/+6
2017-07-07Make EGit text viewers react to font and color preference changesThomas Wolf2-79/+23
2017-05-18Remove defaultHandlers for CommitEditor commandsThomas Wolf2-18/+21
2017-05-18CommitEditor: fix check-out button displayThomas Wolf1-1/+20
2017-05-09Workaround for HiDPI line number rulers on macOS retinaMarkus Keller2-1/+32
2017-04-21Expand/collapse folder nodes in DiffEditorOutline on double clickThomas Wolf1-0/+17
2017-03-30Use "Cherry-pick" for default button in ConfirmCherryPickDialogDavid Weiser1-1/+1
2017-03-23Redo "Use ViewerComparator instead of deprecated ViewerSorter"Thomas Wolf2-4/+4
2017-03-20Revert "Use ViewerComparator instead of deprecated ViewerSorter"David Pursehouse2-4/+4
2017-03-16Use ViewerComparator instead of deprecated ViewerSorterDavid Pursehouse2-4/+4
2017-02-06Add a forgotten "final" on CommitEditor.activationListenerThomas Wolf1-1/+1
2017-02-05Remove the default handler for the checkout command in CommitEditorThomas Wolf1-1/+62
2017-02-04Clean up progress monitor management throughout EGitMatthias Sohn2-3/+4
2017-01-18Improve sorting of FileDiffsThomas Wolf2-8/+7
2017-01-13DiffEditor: clean up diff generationThomas Wolf1-16/+19
2017-01-13Regression fix: display of diff for stashesThomas Wolf1-2/+3
2017-01-06Merge branch 'stable-4.6'Matthias Sohn1-1/+1
2017-01-05Give the PushResultDialog an image.Thomas Wolf2-13/+4
2017-01-05Ensure backwards-compatibility with Eclipse MarsThomas Wolf1-1/+1
2016-12-31Fix context menu on old/new line number ruler in DiffEditorPageThomas Wolf1-2/+54
2016-12-30Use correct ActivatorThomas Wolf1-3/+3
2016-12-30Fix NPE when trying to show diff for a merge commitThomas Wolf1-14/+43
2016-12-28Display logical line numbers in DiffEditorPageThomas Wolf8-65/+618
2016-12-21Fix focus restoration in CommitEditor pagesThomas Wolf6-38/+307
2016-12-21CommitEditorPage: do not remove signed-off-by lines.Thomas Wolf1-15/+0
2016-12-18Add overview annotations to DiffEditorPageThomas Wolf3-4/+215
2016-12-14Fix DiffEditorOutline for pre-Neon EclipseThomas Wolf1-2/+16
2016-12-12Enable the text editor toolbar items for DiffEditorPageThomas Wolf2-5/+20
2016-12-12Add an outline page for DiffEditorPageThomas Wolf5-4/+755
2016-12-10Rename DiffStyleRangeFormatter and friendsThomas Wolf4-179/+191
2016-12-07Turn the DiffEditorPage into a real TextEditorThomas Wolf6-210/+564
2016-12-06Introduce GitSynchronizer for logical model supportLaurent Delaigue1-3/+1
2016-12-03Add hyperlinks to DiffViewerThomas Wolf4-97/+1042
2016-10-01More configurable date formattingThomas Wolf1-7/+40
2016-09-05Check for running launches before modifying the workspaceThomas Wolf1-6/+17
2016-08-15Auto-stage selected files on "Commit..." when staging view is usedThomas Wolf1-21/+60
2016-05-25Create push wizards in CommitJob in UI threadThomas Wolf1-28/+35
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf1-1/+1
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel10-19/+19

Back to the top