List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 0/4] Add ui-blame syntax highlighting
@ 2017-10-18  4:17 whydoubt
  2017-10-18  4:17 ` [PATCH 1/4] ui-blame: Distinguish hashes column from lines column whydoubt
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: whydoubt @ 2017-10-18  4:17 UTC (permalink / raw)


I reorganized the ordering of the table so that the lines of the file
are contained within a single cell, and the base layer of that cell
contains the alternating colors.  I then pass the full contents of the
file through the source filter.

Jeff Smith (4):
  ui-blame: Distinguish hashes column from lines column
  ui-blame: Break out emit_blame_entry into component methods
  ui-blame: Make each column into a single table cell
  ui-blame: Allow syntax highlighting

 cgit.css                       |  30 +++++++++++-
 filters/syntax-highlighting.py |   2 +-
 ui-blame.c                     | 109 ++++++++++++++++++++++++++++++++---------
 3 files changed, 115 insertions(+), 26 deletions(-)

-- 
2.9.4



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-01-19 10:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-18  4:17 [PATCH 0/4] Add ui-blame syntax highlighting whydoubt
2017-10-18  4:17 ` [PATCH 1/4] ui-blame: Distinguish hashes column from lines column whydoubt
2017-10-21 14:33   ` john
2017-10-18  4:17 ` [PATCH 2/4] ui-blame: Break out emit_blame_entry into component methods whydoubt
2017-10-21 14:33   ` john
2017-10-18  4:17 ` [PATCH 3/4] ui-blame: Make each column into a single table cell whydoubt
2017-10-21 14:34   ` john
2017-10-18  4:17 ` [PATCH 4/4] ui-blame: Allow syntax highlighting whydoubt
2017-10-21 14:43   ` john
2017-10-21 21:53     ` whydoubt
2017-10-24 14:30       ` Jason
2017-10-29  2:23         ` [PATCH 4/4 v2] " whydoubt
2017-10-29  2:26           ` whydoubt
2017-10-29  2:43             ` [PATCH 4/4 v3] " whydoubt
2017-10-29 22:23               ` Jason
2017-11-05 12:36                 ` john
2018-01-19 10:41 ` [PATCH 0/4] Add ui-blame " Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).