aboutsummaryrefslogtreecommitdiffstats
path: root/html/git-deps.html
Commit message (Collapse)AuthorAgeFilesLines
* fix HTML text about double-clickingAdam Spiers2015-01-161-1/+1
|
* move buttons onto same line to save spaceAdam Spiers2015-01-131-5/+2
|
* double-click to explore commit (#15)Adam Spiers2015-01-111-0/+1
| | | | Later we'll change this to clicking a plus icon to expand.
* switch to using BrowserifyAdam Spiers2015-01-101-9/+1
| | | | | | | | | For now this requires using my fork noty which adds support for CommonJS. Unfortunately WebCola is still broken with CommonJS. Gulp automation will come soon ...
* split out data-handling into git-deps-data.jsAdam Spiers2015-01-101-0/+1
|
* make layout responsive (closes #10)Adam Spiers2015-01-091-19/+25
|
* add zoom to fit and fullscreen (closes #6 and #7)Adam Spiers2015-01-091-0/+6
|
* split noty helpers into separate fileAdam Spiers2015-01-081-0/+1
|
* fix deduplication and provide notifications on XHR resultsAdam Spiers2015-01-081-0/+3
| | | | | | Uses new noty jQuery plugin, and animate.css: http://daneden.github.io/animate.css/
* support dynamic queries!Adam Spiers2015-01-081-0/+7
| | | | | Add form with event handler which performs JSON XHR query and draws results.
* split long <p> lineAdam Spiers2015-01-081-1/+5
|
* add tip about mouse hoverAdam Spiers2015-01-081-1/+1
|
* move css files into subdirectoryAdam Spiers2015-01-081-2/+2
|
* remove imported js packages and use npm insteadAdam Spiers2015-01-081-4/+4
|
* add a basic commit tipAdam Spiers2015-01-081-0/+2
|
* for now, use the non-minified versions of d3 and webcolaAdam Spiers2015-01-061-2/+2
| | | | This makes for less cryptic debugging messages.
* add zooming and panningAdam Spiers2015-01-061-1/+1
|
* render graph from test.jsonAdam Spiers2015-01-061-0/+21