##// END OF EJS Templates
gitweb: make actual changeset entries have backgrounds on /graph...
gitweb: make actual changeset entries have backgrounds on /graph This patch removes a separate container for backgrounds only and puts backgrounds on changeset elements themselves. This makes it so that JS code doesn't need to create background elements separately anymore. There's a bit of manipulating positions of elements: every changeset entry has a "fg" element that gets a higher z-index than <canvas> element. This prioritizes text information, so that even if it somehow gets close to the graph drawn on <canvas> (which has z-index of 5), it'll still be on top of it. This can happen if commit message has a long first line and browser window is narrow, for example.
av6 -
r35549:6c226473 default
Show More
Name Size Modified Last Commit Author
/ i18n
check-translation.py Loading ...
da.po Loading ...
de.po Loading ...
el.po Loading ...
fr.po Loading ...
hggettext Loading ...
it.po Loading ...
ja.po Loading ...
polib.LICENSE Loading ...
polib.py Loading ...
posplit Loading ...
pt_BR.po Loading ...
ro.po Loading ...
ru.po Loading ...
sv.po Loading ...
zh_CN.po Loading ...
zh_TW.po Loading ...