Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-20[history] Clear selection before clearing commit tableThomas Wolf1-2/+2
2019-09-20Replace String.equals("") by String.isEmpty()Thomas Wolf7-7/+8
2019-09-17Use HashMap.computeIfAbsent()Thomas Wolf5-41/+14
2019-09-17Match full branch names in branch selection dialogMichael Keppler1-1/+21
2019-09-17Improve performance of command parameter completionMichael Keppler1-9/+9
2019-09-17New filter icons for Eclipse 4.14Thomas Wolf1-7/+17
2019-09-15Re-layout line number ruler in unified diff viewerThomas Wolf1-0/+9
2019-09-11Merge branch 'stable-5.5'Matthias Sohn1-0/+49
2019-09-09Fix saving in the merge editorThomas Wolf1-0/+49
2019-09-08Remove unused codeMichael Keppler1-7/+0
2019-09-08Fix typos in commentsMichael Keppler2-2/+2
2019-09-08Use an OSGi declarative service instead of IStartupThomas Wolf1-3/+9
2019-09-05Eliminate exactRef(HEAD) on the UI thread in the history tableThomas Wolf5-26/+65
2019-09-05Cache more repository state for re-use in the UI threadThomas Wolf25-217/+595
2019-08-29Ensure staging view widgets get re-enabledThomas Wolf1-11/+38
2019-08-27History view: shorten view toolbarThomas Wolf6-67/+179
2019-08-27Change status bar label for repository view nodesMichael Keppler1-1/+2
2019-08-24Fix deprecations caused by Instant based DirCacheEntryMichael Keppler1-1/+2
2019-08-22Simplify wording of confirmation questions in dialogsLars Vogel1-11/+11
2019-08-22Merge "Show current branch first in pull result dialog"Michael Keppler1-1/+31
2019-08-21Shorten confirmation messages for "reset hard" and "discard changes"Thomas Wolf3-18/+10
2019-08-21Show current branch first in pull result dialogMichael Keppler1-1/+31
2019-08-21History: keep commit selected if branches to show changeThomas Wolf2-30/+90
2019-08-21Fix silent failure on conflicting checkout after branch creation.Max Hohenegger1-3/+10
2019-08-20Suppress history for structural RepositoryTreeNodesMichael Keppler1-5/+18
2019-08-15History: show diffs for merges in first-parent modeThomas Wolf3-10/+33
2019-08-15Show standard message box on paste to repo view errorMichael Keppler3-6/+11
2019-08-15Don't decorate ResourceMappings mapping only unshared resourcesThomas Wolf4-5/+59
2019-08-15Handle Java templates initialization error silentlyMichael Keppler1-11/+18
2019-08-15Log exception in create branch wizardMichael Keppler1-0/+1
2019-08-15Always check for merge commit when opening file diffMichael Keppler2-11/+12
2019-08-15Bind F2 on repo node to rename of current branchMichael Keppler1-5/+27
2019-08-14Add "show first parent only" button to the history viewTim Neumann7-31/+252
2019-08-14Fix progress reporting for some commandsMichael Keppler3-9/+19
2019-08-10Fix typos in localizationMichael Keppler1-2/+2
2019-08-09Fix equals & hashCode of StashedCommitNodeThomas Wolf1-0/+11
2019-07-31Clear input of history view when repository is removedMatthias Sohn1-0/+28
2019-07-22Log an error if the reflog cannot be readThomas Wolf1-13/+14
2019-07-21Fix a few instances where repositories are not closedThomas Wolf3-13/+15
2019-07-21Fix CommitFileDiffViewer/"Show in History" for non-resourcesThomas Wolf1-3/+3
2019-07-16Put a "presentation" button in the unstaged viewer's toolbarThomas Wolf3-140/+296
2019-07-07Replace deprecated getRefs() callsMichael Keppler3-10/+17
2019-07-07Avoid duplicate entries in the history view's view historyThomas Wolf1-7/+12
2019-07-07Fix showing selected refs or commits in history viewThomas Wolf2-8/+44
2019-07-04Speed up image decoration for remote branch nodesMichael Keppler1-11/+9
2019-07-03Repositories view: check for submodules when reacting on selectionThomas Wolf1-13/+42
2019-06-29Simplify getting the children of a BranchHierarchyNodeThomas Wolf2-74/+26
2019-06-28Fix grammar in tooltip for lightweight tag creationThomas Wolf1-1/+1
2019-06-27Added option to create light weight tagsMarco Stornelli4-59/+116
2019-06-25Use computeIfAbsent where possibleMichael Keppler5-28/+14

Back to the top