Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-20Consider initial selection in Reflog view.Tobias Baumann3-6/+37
2015-09-17[historyView] Added "Focus On This File" menu for selected fileAndrey Loskutov4-3/+37
2015-09-17Focus file list in GitHistoryView when context menu is shownThomas Wolf1-0/+9
2015-09-16Improve performance of HyperlinkTokenScannerThomas Wolf1-12/+154
2015-09-16Add a sort order to the unstaged changesDenis Zygann5-9/+180
2015-09-16Always run preferences listener UI update code in UI threadAndrey Loskutov1-3/+9
2015-09-16Specify modal dialog style for results of "dry run" in push dialogAndrey Loskutov5-8/+17
2015-09-15Merge branch 'stable-4.0'Matthias Sohn2-206/+161
2015-09-13Merge changes Ief5d8000,I18808837Matthias Sohn6-28/+210
2015-09-13Introduce new preference page for Staging viewAndrey Loskutov3-0/+61
2015-09-13[scalability] Staging view should handle huge amount of entriesAndrey Loskutov3-28/+149
2015-09-13Check for objects adaptable to IResource in ShowBlameActionHandlerThomas Wolf1-13/+9
2015-09-12Fixed NPE in StagingView if no repository is selectedAndrey Loskutov1-12/+25
2015-09-11Add check for warnings and errors before commitPawel Nowak7-51/+410
2015-09-11Minor clean ups in new CommitMessageViewerThomas Wolf5-114/+157
2015-09-11Deprecate unused and obsolete methodsThomas Wolf1-2/+20
2015-09-10Rewrite CommitMessageViewer to use JFaceThomas Wolf5-242/+432
2015-09-07Simplify hyperlink syntax coloring in SpellcheckableMessageAreaThomas Wolf3-125/+8
2015-09-07Use standard link colors in SpellcheckableMessageAreaThomas Wolf2-18/+57
2015-09-07SpellcheckableMessageArea.setText() must not bypass documentThomas Wolf1-3/+4
2015-09-06Remove unused UItext entryThomas Wolf1-3/+0
2015-09-06Use decoration color to render dirty decorator in repositories viewPeter Karena1-1/+1
2015-09-06Fix sorting of nodes in repositories viewMatthias Sohn2-30/+29
2015-09-03Ensure that preferred merge strategy is stored in core preferencesLaurent Delaigue1-8/+43
2015-09-03Make check for empty second line configurableChristian Georgi7-4/+53
2015-09-03Remove obsolete code from SpellcheckableMessageAreaThomas Wolf1-38/+0
2015-09-02Fix hyperlink display in SpellcheckableMessageAreaThomas Wolf3-38/+244
2015-09-02Add "Compare with/Replace with" actions to ResourceMappingsStefan Dirix1-1/+23
2015-09-01Fixed error in decorator on bare repositoriesAndrey Loskutov1-3/+16
2015-09-01Don't run ResourceRefreshJob as Workspace job to avoid resource eventsAndrey Loskutov1-24/+40
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue3-1/+69
2015-08-28Auto-configure Gerrit after ssh cloneThomas Wolf1-8/+16
2015-08-27Respect push URL's port configuration in Gerrit configurationThomas Wolf1-1/+1
2015-08-24Fix "Import changed projects" triggered from filtered historyFelix Otto2-206/+161
2015-08-23Show that there are changes in "Git Repositories" viewPeter Karena1-0/+20
2015-08-23Don't use FileNode objects as parent elements in the treeAndrey Loskutov1-1/+2
2015-08-20Rename usage of the label "Working Directory" with "Working Tree"Lars Vogel1-11/+11
2015-08-18Always supply repository to the compare inputAndrey Loskutov2-2/+6
2015-08-16Merge "[gitflow] Feature finish squash should allow changing the commit message"Matthias Sohn1-1/+15
2015-08-16Don't read link target for symlinks decoration to avoid exceptionsAndrey Loskutov3-21/+5
2015-08-16Do not iterate over all staged view entries if not neededAndrey Loskutov1-0/+6
2015-08-16[gitflow] Feature finish squash should allow changing the commit messageMax Hohenegger1-1/+15
2015-08-14Use default repository location for all import wizardsAndrey Loskutov8-45/+28
2015-08-10Consider initial selection in Interactive Rebase viewTobias Baumann1-9/+43
2015-08-02GitHistoryPage jobs should not run in parallelAndrey Loskutov2-15/+45
2015-08-02Add default limit for number of shown lines in historyAndrey Loskutov7-6/+60
2015-08-02Using SWT.DEFAULT halves diff widget size computation againAndrey Loskutov1-10/+1
2015-08-02Fixed double size calculation on selecting new diffAndrey Loskutov1-2/+37
2015-08-01Show user real error cause during repository search taskAndrey Loskutov1-8/+3
2015-08-01Decorator should properly handle bare repositoriesAndrey Loskutov4-18/+57

Back to the top