aboutsummaryrefslogtreecommitdiffstats
path: root/html
Commit message (Expand)AuthorAgeFilesLines
* show resolution of commitish in notificationAdam Spiers2015-01-081-0/+6
* rename sha to sha1 everywhereAdam Spiers2015-01-081-18/+18
* fix deduplication and provide notifications on XHR resultsAdam Spiers2015-01-084-9/+3226
* add debug for constraints to tool tipAdam Spiers2015-01-081-2/+14
* switch to using jQuery.eachAdam Spiers2015-01-081-6/+5
* default to nicer fontsAdam Spiers2015-01-081-0/+4
* show node index in tooltip in debug modeAdam Spiers2015-01-081-3/+6
* split marker arrow definition into separate functionAdam Spiers2015-01-081-11/+15
* make client retrieve server-side optionsAdam Spiers2015-01-081-0/+8
* better style to omit space after function nameAdam Spiers2015-01-081-16/+16
* d3 object constancyAdam Spiers2015-01-081-2/+6
* support dynamic queries!Adam Spiers2015-01-083-3/+45
* split long <p> lineAdam Spiers2015-01-081-1/+5
* do JSON data in JavascriptAdam Spiers2015-01-082-218/+169
* increase graph HEIGHTAdam Spiers2015-01-081-1/+1
* shrink node size a bitAdam Spiers2015-01-081-1/+1
* add tip about mouse hoverAdam Spiers2015-01-081-1/+1
* use a more interesting datasetAdam Spiers2015-01-081-0/+337
* move css files into subdirectoryAdam Spiers2015-01-083-2/+2
* improve commit tipAdam Spiers2015-01-084-7/+66
* include more commit metadata in JSONAdam Spiers2015-01-081-9/+108
* ignore bower_components/Adam Spiers2015-01-081-0/+1
* indent CSS 4 columnsAdam Spiers2015-01-081-33/+33
* fix hiding tip when draggingAdam Spiers2015-01-081-2/+2
* make tip global for debuggingAdam Spiers2015-01-081-2/+2
* split code up into smaller functionsAdam Spiers2015-01-081-95/+105
* remove imported js packages and use npm insteadAdam Spiers2015-01-0814-13573/+52
* hide tooltip when we start draggingAdam Spiers2015-01-081-0/+2
* pass mouse events through from <text> to <rect>Adam Spiers2015-01-081-0/+1
* add a basic commit tipAdam Spiers2015-01-083-3/+73
* import d3-tip 0.6.6Adam Spiers2015-01-082-0/+307
* move functions out of draw_graphAdam Spiers2015-01-081-34/+34
* rename redraw() to be less genericAdam Spiers2015-01-081-2/+2
* try progressive offsetsAdam Spiers2015-01-081-7/+7
* fix layoutAdam Spiers2015-01-071-21/+38
* make WIDTH/HEIGHT constantsAdam Spiers2015-01-071-5/+5
* group each <rect> and <text> together inside a <g>Adam Spiers2015-01-072-19/+23
* get rid of old nodeRadiusAdam Spiers2015-01-061-4/+0
* make svg and fg global for debuggingAdam Spiers2015-01-061-2/+4
* add x alignment constraintsAdam Spiers2015-01-061-8/+48
* disable routeEdges for now, as it doesn't work properly yetAdam Spiers2015-01-061-1/+1
* tweak layoutAdam Spiers2015-01-061-2/+3
* try out edge routingAdam Spiers2015-01-061-0/+31
* move start lowerAdam Spiers2015-01-061-2/+3
* fix commented codeAdam Spiers2015-01-061-5/+5
* increase arrow head sizeAdam Spiers2015-01-061-2/+2
* fix arrows to point at <rect> not <text>Adam Spiers2015-01-061-14/+12
* improve spacing a bitAdam Spiers2015-01-062-3/+4
* for now, use the non-minified versions of d3 and webcolaAdam Spiers2015-01-063-2/+13203
* turn nodes from <circle> into a text box with SHA labelAdam Spiers2015-01-062-12/+41