aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ui/src
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+4
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-163-6/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-046-228/+30
* Replace chain of if statements with switchCarsten Hammer2019-12-141-5/+4
* [error prone] fix ReferenceEquality warning in CommitGraphPane#authorForMatthias Sohn2019-08-091-1/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-5/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-153-6/+6
* Fix javadoc in org.eclipse.jgit.uiMatthias Sohn2017-12-186-5/+31
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+6
* Enable retrieval of credentials from .netrc for AwtCredentialsProviderMatthias Sohn2015-12-151-1/+6
* Fix warnings about missing serialVersionUIDHugo Arès2015-09-171-0/+1
* Restore AwtCredentialsProvider to enable debugging pgm in EclipseMatthias Sohn2015-04-221-0/+204
* Move console classes to pgm bundleMatthias Sohn2015-02-101-204/+0
* AWTPlotRenderer: use float arithmetic instead of double followed by a conversionJonathan Nieder2014-12-101-3/+3
* Use baseline instead of centerline in PlotRendererMichael Keppler2014-11-291-1/+1
* PlotLane: Use identity hashCode and equalsKonrad Kügler2014-05-031-9/+0
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-273-10/+11
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-161-0/+1
* Implement command line support for CredentialsProviderShawn O. Pearce2010-11-102-185/+204
* Fix FindBugs and Eclipse warnings in org.eclipse.jgit.uiRobin Stocker2010-10-283-2/+11
* Prefer static inner classesRobin Rosenberg2010-06-131-3/+3
* Override equals for SwingLane since super class PlotLane defines itRobin Rosenberg2010-06-131-0/+4
* Externalize strings from JGitSasa Zivkov2010-05-194-8/+78
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-1/+2
* Move AWT based SSH authenticator to ui bundleShawn O. Pearce2009-11-021-0/+185
* Refactor the cached Authenticator data out of AwtAuthenticatorShawn O. Pearce2009-11-021-68/+8
* Move AWT UI code to new org.eclipse.jgit.ui bundleMykola Nikishov2009-10-314-0/+730