aboutsummaryrefslogtreecommitdiffstats
path: root/html
Commit message (Expand)AuthorAgeFilesLines
* fix bug in node lookupAdam Spiers2015-01-111-1/+1
* replace jQuery each iterator with CoffeeScriptAdam Spiers2015-01-112-9/+6
* remove debugAdam Spiers2015-01-111-1/+0
* fix bug in new data notification pluralizationAdam Spiers2015-01-111-1/+1
* double-click to explore commit (#15)Adam Spiers2015-01-113-2/+28
* via JSON response, track which commits have been explored (#17)Adam Spiers2015-01-111-1/+5
* use CoffeeScript string interpolationAdam Spiers2015-01-112-14/+12
* remove trailing whitespaceAdam Spiers2015-01-113-14/+14
* switch to CoffeeScript!Adam Spiers2015-01-119-727/+631
* export dagre node lookup helperAdam Spiers2015-01-111-1/+6
* failed attempt to use dagre layout as starting positionsAdam Spiers2015-01-111-0/+7
* introduce translate() helperAdam Spiers2015-01-111-3/+5
* make node global for debuggingAdam Spiers2015-01-111-0/+1
* increase max notifications visible to 15Adam Spiers2015-01-111-0/+1
* visualization elements are no longer globalAdam Spiers2015-01-111-1/+1
* notify as soon as we have new dataAdam Spiers2015-01-101-2/+1
* fix syntax highlightingAdam Spiers2015-01-101-1/+1
* fix commentAdam Spiers2015-01-101-1/+1
* fix full-screen and zoom-to-fitAdam Spiers2015-01-102-1/+6
* add commented code including deps in tooltipAdam Spiers2015-01-101-1/+11
* add node accessor for retrieving nodes by SHA1Adam Spiers2015-01-101-0/+10
* node tooltip: append to top instead of inserting after <pre>Adam Spiers2015-01-101-5/+6
* use dagre to optimize layoutAdam Spiers2015-01-104-38/+138
* switch to using BrowserifyAdam Spiers2015-01-106-27/+58
* indent package.json by 4 columnsAdam Spiers2015-01-101-46/+46
* remove some debugAdam Spiers2015-01-101-1/+0
* split out data-handling into git-deps-data.jsAdam Spiers2015-01-103-99/+100
* fix old links breaking on subsequent XHRs (#14)Adam Spiers2015-01-101-43/+42
* make notifications more space-efficientAdam Spiers2015-01-091-0/+5
* put border around <svg>Adam Spiers2015-01-092-1/+2
* use noty success not info when things go rightAdam Spiers2015-01-092-1/+5
* proper error handling for invalid commitsAdam Spiers2015-01-092-0/+10
* make layout responsive (closes #10)Adam Spiers2015-01-093-32/+90
* rename MARGIN to RECT_MARGINAdam Spiers2015-01-091-5/+5
* add zoom to fit and fullscreen (closes #6 and #7)Adam Spiers2015-01-093-5/+95
* all this time the constraints were not being used!Adam Spiers2015-01-081-1/+2
* fix object constancy for linksAdam Spiers2015-01-081-3/+19
* improve notification on new dataAdam Spiers2015-01-083-10/+31
* vain attempt to fix dragging after 2nd XHRAdam Spiers2015-01-081-3/+4
* no need to initialize cola more than onceAdam Spiers2015-01-081-9/+20
* split noty helpers into separate fileAdam Spiers2015-01-083-31/+31
* 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