aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revplot
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-4/+4
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Use baseline instead of centerline in PlotRendererMichael Keppler2014-11-291-4/+4
* Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg2014-09-043-2/+5
* PlotCommitList: Close plot lanes at root commitsKonrad Kügler2014-09-021-5/+5
* Improve layout of branches in the commit graphKonrad Kügler2014-05-223-95/+257
* PlotCommitList: Remove handling of children that have no lane yetKonrad Kügler2014-05-221-14/+1
* PlotCommitList: Refactor lane creation and position allocationKonrad Kügler2014-05-221-20/+39
* AbstractPlotRenderer: Make private methods static where applicableKonrad Kügler2014-05-031-3/+3
* PlotLane: Use identity hashCode and equalsKonrad Kügler2014-05-032-9/+0
* Fix text alignment in history plot rendererRüdiger Herrmann2014-03-131-2/+2
* Attempt to fix graph layout when new heads are introducedRobin Rosenberg2013-09-261-1/+5
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Fix PlotCommit for commits with duplicate parentsRobin Rosenberg2012-08-051-3/+7
* Add lazy loading of body for tags to PlotWalkStefan Lay2012-06-041-0/+5
* Remove 4 unboxed warningsKevin Sawicki2012-05-101-2/+2
* Remove 86 boxing warningsKevin Sawicki2012-05-081-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-122-2/+2
* Merge branch 'stable-1.2'Matthias Sohn2011-12-101-0/+2
|\
| * Fix history rendering not to occupy too many lanesChristian Halstrick2011-12-061-0/+2
| * Fix History renderingChristian Halstrick2011-12-041-30/+42
* | [findBugs] Implement Serializable interface in PlotLaneKevin Sawicki2011-12-081-1/+5
* | Fix History renderingChristian Halstrick2011-12-021-30/+42
|/
* Enable PlotWalk to show additional refsStefan Lay2011-07-011-0/+23
* Avoid NullPointerException in PlotCommitMathias Kinzler2011-03-142-5/+4
* Fix potential NullPointerException in PlotCommitMathias Kinzler2011-02-221-0/+3
* Rename PlotWalk.getTags() to getRefs()Roberto Tyley2011-01-261-2/+2
* Provide access to the Refs of a PlotCommitRoberto Tyley2011-01-261-0/+23
* Ensure stable tag sort in PlotWalkShawn O. Pearce2010-12-031-2/+19
* Fix PlotCommitList to set lanes on child-less commitsChristian Halstrick2010-09-141-15/+79
* Fix tag sorting in PlotWalkShawn O. Pearce2010-07-282-14/+17
* Stack Overflow in EGit History View Mathias Kinzler2010-07-281-2/+3
* Use RevTag/RevCommit to sort in a PlotWalkShawn O. Pearce2010-06-231-9/+14
* Remove unused parent field in PlotLaneRobin Rosenberg2010-06-132-4/+0
* Externalize strings from JGitSasa Zivkov2010-05-192-2/+5
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-315-18/+18
* Make it possible to clear a PlotCommitListJonas Fonseca2009-10-011-2/+10
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-295-0/+846