Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-13EGit integration for LFSMarkus Duft1-1/+4
2018-05-29Update license to EPL-2.0Matthias Sohn12-24/+48
2018-01-18Avoid internal job being displayed in progress viewMichael Keppler1-0/+1
2017-07-12Reduce allocations in decoratorThomas Wolf2-9/+7
2017-06-13More fitting Decoration Support for ResourceMappings in generalMartin Fleck4-130/+288
2017-05-02Don't decorate when the workspace is not yet ready.Thomas Wolf1-2/+5
2017-01-05[findbugs] resolve SF_SWITCH_NO_DEFAULT warningsThomas Wolf1-0/+1
2016-09-07Fix problem marker handling in staging viewThomas Wolf1-11/+35
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf1-1/+1
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel6-9/+9
2016-03-21Cleaning up the DecoratableResourceAdapterAndre Bossert4-7/+41
2016-03-15Refresh decorations after re-connecting a projectThomas Wolf1-0/+15
2016-02-29Decorate IFolders that are submodule working directory rootsThomas Wolf5-7/+52
2016-01-09Finish implementation of decoration of files marked assume-unchangedMatthias Sohn2-6/+6
2015-12-07Don't try to decorate inaccessible resourcesThomas Wolf1-1/+4
2015-11-30Extract non-decoration things into new IResourceStateThomas Wolf5-355/+57
2015-11-22Switching egit.ui to JGit nullness annotationsAndrey Loskutov3-4/+4
2015-11-14Replaced CommonUtils.getAdapter*() methods with AdapterUtils.adapter()Andrey Loskutov1-3/+3
2015-09-01Fixed error in decorator on bare repositoriesAndrey Loskutov1-3/+16
2015-08-01Decorator should properly handle bare repositoriesAndrey Loskutov2-17/+52
2015-08-01Staging view and Co should properly handle bare repositoriesAndrey Loskutov1-4/+7
2015-07-03Don't use RepositoryProvider.getProvider() directly to avoid deadlocksAndrey Loskutov2-9/+5
2015-03-29Avoid TeamException when looking up RepositoryProviderAndrey Loskutov1-2/+4
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel7-0/+40
2015-03-02Replace use of deprecated TreeWalk.release()Matthias Sohn1-83/+69
2015-02-27Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Dani Megert1-3/+4
2015-02-11GitLightweightDecorator code cleanup part 1Andrey Loskutov1-26/+24
2015-02-08Don't apply fonts and colors if they are undefined in current themeAndrey Loskutov1-11/+18
2015-01-14Scalability: label decorator should cache computed repo branch stateAndrey Loskutov2-0/+25
2015-01-02Don't try to decorate non existing resourcesAndrey Loskutov1-3/+9
2014-12-10Decorate symlinks properly according to their git statusMatthias Sohn1-0/+6
2014-09-06Extract GitLabelProvider utility methods into separate classVadim Dmitriev1-2/+2
2014-05-12Fix typo in parameter nameMatthias Sohn1-2/+2
2014-05-11Don't decorate empty directories with "untracked" icon (?)Tomasz Zarna1-1/+28
2014-04-06Fix GitQuickDiffProvider creating multiple GitDocuments for resourceRobin Stocker1-10/+12
2014-03-29Reload GitDocument for Quick Diff in job instead of UI threadRobin Stocker1-6/+25
2014-02-28Don't do rename detection in Quickdiff if disabled in repo configRobin Rosenberg1-13/+20
2013-10-16Only decorate background color if it's not set to defaultRobin Stocker1-3/+18
2013-08-09Allow user to configure decoration of ignored resourcesTomasz Zarna1-8/+23
2013-05-23Add rename detections to the quickdiff providerRobin Rosenberg1-1/+30
2013-04-17Text decorator: Use two spaces to separate itTomasz Zarna1-1/+1
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg3-4/+4
2012-11-02Propagate project text label decoration up to working setGunnar Wagenknecht2-11/+75
2012-09-26Move PreviewDecoration to own file as DecorationResultRobin Stocker1-0/+131
2012-09-08Ensure consistent ignore handling compared to cgitMatthias Sohn1-6/+0
2012-08-28Show problem decorations in staging view and commit dialogRobin Stocker2-0/+176
2012-08-07Avoid retrieving project-only info when decorating non-projectsRobin Rosenberg1-4/+6
2012-08-05Containers with deleted files should be decorated as dirtyRobin Stocker1-1/+3
2012-07-16[findBugs] Add FALL-THROUGH comment to switch caseRobin Stocker1-0/+1
2012-06-06[repoView] Show name of checked out tag in repository labelKevin Sawicki1-21/+2

Back to the top