Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Fix javadoc in org.eclipse.jgit.uiMatthias Sohn6-5/+31
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-1/+1
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-0/+6
2015-12-15Enable retrieval of credentials from .netrc for AwtCredentialsProviderMatthias Sohn1-1/+6
2015-09-17Fix warnings about missing serialVersionUIDHugo Arès1-0/+1
2015-04-22Restore AwtCredentialsProvider to enable debugging pgm in EclipseMatthias Sohn1-0/+204
2015-02-10Move console classes to pgm bundleMatthias Sohn1-204/+0
2014-12-10AWTPlotRenderer: use float arithmetic instead of double followed by a conversionJonathan Nieder1-3/+3
2014-11-29Use baseline instead of centerline in PlotRendererMichael Keppler1-1/+1
2014-05-03PlotLane: Use identity hashCode and equalsKonrad Kügler1-9/+0
2014-03-29Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg1-1/+1
2012-12-27Declare essentially static methods as staticRobin Rosenberg1-1/+1
2012-12-27Mark non-externalizable strings as suchRobin Rosenberg3-10/+11
2012-11-16Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg1-0/+1
2010-11-10Implement command line support for CredentialsProviderShawn O. Pearce2-185/+204
2010-10-28Fix FindBugs and Eclipse warnings in org.eclipse.jgit.uiRobin Stocker3-2/+11
2010-06-13Prefer static inner classesRobin Rosenberg1-3/+3
2010-06-13Override equals for SwingLane since super class PlotLane defines itRobin Rosenberg1-0/+4
2010-05-19Externalize strings from JGitSasa Zivkov4-8/+78
2010-01-23Rewrite reference handling to be abstract and accurateShawn O. Pearce1-1/+2
2009-11-03Move AWT based SSH authenticator to ui bundleShawn O. Pearce1-0/+185
2009-11-03Refactor the cached Authenticator data out of AwtAuthenticatorShawn O. Pearce1-68/+8
2009-10-31Move AWT UI code to new org.eclipse.jgit.ui bundleMykola Nikishov4-0/+730

    Back to the top