aboutsummaryrefslogtreecommitdiffstats
path: root/html/js
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-111-1/+19
* 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-118-727/+630
* 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-103-37/+136
* switch to using BrowserifyAdam Spiers2015-01-104-16/+51
* remove some debugAdam Spiers2015-01-101-1/+0
* split out data-handling into git-deps-data.jsAdam Spiers2015-01-102-99/+99
* fix old links breaking on subsequent XHRs (#14)Adam Spiers2015-01-101-43/+42
* put border around <svg>Adam Spiers2015-01-091-1/+1
* 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-091-13/+47
* rename MARGIN to RECT_MARGINAdam Spiers2015-01-091-5/+5
* add zoom to fit and fullscreen (closes #6 and #7)Adam Spiers2015-01-092-5/+89
* 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-081-8/+26
* 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-082-31/+30
* 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-081-8/+63
* add debug for constraints to tool tipAdam Spiers2015-01-081-2/+14
* switch to using jQuery.eachAdam Spiers2015-01-081-6/+5
* 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-081-3/+34