aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* show resolution of commitish in notificationAdam Spiers2015-01-082-1/+13
* rename sha to sha1 everywhereAdam Spiers2015-01-082-66/+66
* README: mention Flask dependencyAdam Spiers2015-01-081-4/+9
* 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-082-0/+12
* clearly demarcate static and dynamic content sectionsAdam Spiers2015-01-081-0/+6
* warn about debug mode being insecureAdam Spiers2015-01-081-2/+9
* 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
* add route for dynamically retrieving JSONAdam Spiers2015-01-081-6/+13
* do JSON data in JavascriptAdam Spiers2015-01-083-272/+197
* 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
* add webserver prototype accessible via --serveAdam Spiers2015-01-081-7/+67
* 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-082-18/+129
* 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-0815-13573/+58
* add Installation section to READMEAdam Spiers2015-01-081-0/+5
* 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
* license under GPL-2.0 to be consistent with git itselfAdam Spiers2015-01-081-0/+339
* rename redraw() to be less genericAdam Spiers2015-01-081-2/+2
* try progressive offsetsAdam Spiers2015-01-082-11/+18
* 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-062-11/+78
* 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