Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Toolbar button to switch repositories in git viewsThomas Wolf19-181/+1009
2017-07-12Reduce allocations in decoratorThomas Wolf4-27/+46
2017-07-11Reflog view: serialize asynchronous loading jobsThomas Wolf2-15/+118
2017-07-09Add descriptive message to directory browsersMichael Keppler6-0/+15
2017-07-09Fix alignment of buttons in git config preference pagesMichael Keppler1-1/+3
2017-07-07Make EGit text viewers react to font and color preference changesThomas Wolf5-199/+348
2017-07-07Improve hard-wrapping in commit messagesThomas Wolf1-12/+22
2017-07-07Git history: preference-based actions must run in the UI thread.Thomas Wolf2-16/+12
2017-07-05FetchGerritChangePage: supply patch set number in the backgroundThomas Wolf3-49/+169
2017-07-03Fix history view showing only commit IDs sometimesThomas Wolf1-0/+2
2017-06-30FetchGerritChangePage: auto-supply highest patch set numberThomas Wolf1-23/+81
2017-06-30Use "Check Out" for the default button in checkout confirmation dialogThomas Wolf3-12/+32
2017-06-30Custom texts for the copy commandThomas Wolf7-32/+30
2017-06-28FetchGerritChangePage: also try to determine the patch set numberThomas Wolf1-41/+91
2017-06-28FetchGerritChangePage: validate change ref a little more strictlyThomas Wolf1-4/+11
2017-06-28FetchGerritChangePage: validate change ref against advertised refsThomas Wolf3-8/+48
2017-06-28FetchGerritChangePage: improve content assistThomas Wolf1-6/+17
2017-06-25Add ICommitMessageProvider2 for caret positioning in commit messagesStefan Rademacher11-106/+460
2017-06-20Use StringBuilder in org.eclipse.egit.uiLars Vogel2-2/+2
2017-06-20Use verbs in PushResultDialog instead of OKDavid Weiser2-5/+6
2017-06-18Staging view: add toolbar buttons to stage/unstage all filesThomas Wolf8-3/+71
2017-06-17Staging View tooltips: work around bug 330384 on GTKThomas Wolf2-2/+661
2017-06-16Fix the icon for the PullWithOptions commandThomas Wolf1-1/+1
2017-06-13Contextual actions in tooltips in staging viewThomas Wolf7-14/+220
2017-06-13Change the icons for clone, add, and create repositoriesThomas Wolf6-0/+0
2017-06-13Icon clean-up: use PNG, provide HiDPI versions, include SVG sourcesThomas Wolf357-180/+180
2017-06-13More fitting Decoration Support for ResourceMappings in generalMartin Fleck5-156/+289
2017-06-11Merge branch 'stable-4.8'Matthias Sohn4-8/+15
2017-06-11Fix visibleWhen for Team->Advanced->CleanThomas Wolf1-1/+3
2017-06-05Backwards compatibility with Eclipse Luna & MarsThomas Wolf3-7/+12
2017-05-30Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2-90/+90
2017-05-22Change confirm hard reset dialog Yes- and No-button labelDavid Weiser3-2/+15
2017-05-22Don't auto-share for closed projects or for bare repositoriesThomas Wolf1-8/+25
2017-05-22Fix NPE in RepositorySelectionPageThomas Wolf1-1/+1
2017-05-22Fix NPE in RepositorySelectionPageThomas Wolf1-12/+14
2017-05-22Set focus when context menu in staging view appearsThomas Wolf1-0/+1
2017-05-18Adds mnemonics to the buttons in the git staging viewLars Vogel1-1/+1
2017-05-18Remove defaultHandlers for CommitEditor commandsThomas Wolf6-32/+140
2017-05-18CommitEditor: fix check-out button displayThomas Wolf4-4/+30
2017-05-17Change discard local changes dialog OK-button labelDavid Weiser3-2/+17
2017-05-16Support multiple ICommitMessageProvider implementationsStefan Rademacher3-28/+53
2017-05-15Remove defaultHandler for the "Clean..." commandThomas Wolf1-28/+23
2017-05-10Makes a double click on a staging view folder node expand itFabian Pfaff1-0/+9
2017-05-10Fix node selection in AbstractBranchSelectionDialogThomas Wolf2-4/+49
2017-05-09Remove defaultHandlers for the Rebase submenuThomas Wolf1-84/+81
2017-05-09Workaround for HiDPI line number rulers on macOS retinaMarkus Keller2-1/+32
2017-05-08Fix NPE in SubmoduleUpdateCommandThomas Wolf1-2/+9
2017-05-07SpellCheckingMessageArea cleanup & prevent NPE when spellcheck disabledThomas Wolf5-219/+126
2017-05-06Workaround to enable linking multiple resources to HistoryViewMartin Fleck3-4/+351
2017-05-05Make HyperlinkTokenScanner more robustThomas Wolf1-26/+45

Back to the top