Add tags to the graphical history display.
commite58606a2d9ad5b857f38dd302127d443c555731c
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 7 Nov 2008 22:07:43 +0000 (7 23:07 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 16 Nov 2008 22:25:32 +0000 (16 14:25 -0800)
tree0d1902b86cff8839d07440b75f8230082fa2b510
parent84212d382d60904a356755295e8d06a8c3366553
Add tags to the graphical history display.

Both the SWT (Eclipse) drawing and Swing versions are updated.
The coloring and shapes are intentionally not the same as for gitk.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/SWTCommit.java
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/SWTPlotRenderer.java
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/SWTWalk.java
org.spearce.jgit/src/org/spearce/jgit/awtui/AWTPlotRenderer.java
org.spearce.jgit/src/org/spearce/jgit/revplot/AbstractPlotRenderer.java
org.spearce.jgit/src/org/spearce/jgit/revplot/PlotCommit.java
org.spearce.jgit/src/org/spearce/jgit/revplot/PlotWalk.java