aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotCommitList.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+4
* PlotCommitList: Suppress ReferenceEquality WarningsFabio Ponciroli2022-04-011-0/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-4/+3
* Fix NPE in PlotCommitListMatthias Sohn2019-02-181-1/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Fix javadoc in org.eclipse.jgit patch and revplot packageMatthias Sohn2017-12-191-4/+12
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg2014-09-041-0/+3
* PlotCommitList: Close plot lanes at root commitsKonrad Kügler2014-09-021-5/+5
* Improve layout of branches in the commit graphKonrad Kügler2014-05-221-61/+181
* 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
* PlotLane: Use identity hashCode and equalsKonrad Kügler2014-05-031-1/+0
* Attempt to fix graph layout when new heads are introducedRobin Rosenberg2013-09-261-1/+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-121-1/+1
* Fix history rendering not to occupy too many lanesChristian Halstrick2011-12-061-0/+2
* Fix History renderingChristian Halstrick2011-12-041-30/+42
* Fix PlotCommitList to set lanes on child-less commitsChristian Halstrick2010-09-141-15/+79
* Remove unused parent field in PlotLaneRobin Rosenberg2010-06-131-2/+0
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+3
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-3/+3
* Make it possible to clear a PlotCommitListJonas Fonseca2009-10-011-2/+10
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+196