Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve notification on new data | Adam Spiers | 2015-01-08 | 3 | -10/+31 |
* | vain attempt to fix dragging after 2nd XHR | Adam Spiers | 2015-01-08 | 1 | -3/+4 |
* | no need to initialize cola more than once | Adam Spiers | 2015-01-08 | 1 | -9/+20 |
* | split noty helpers into separate file | Adam Spiers | 2015-01-08 | 3 | -31/+31 |
* | show resolution of commitish in notification | Adam Spiers | 2015-01-08 | 1 | -0/+6 |
* | rename sha to sha1 everywhere | Adam Spiers | 2015-01-08 | 1 | -18/+18 |
* | fix deduplication and provide notifications on XHR results | Adam Spiers | 2015-01-08 | 4 | -9/+3226 |
* | add debug for constraints to tool tip | Adam Spiers | 2015-01-08 | 1 | -2/+14 |
* | switch to using jQuery.each | Adam Spiers | 2015-01-08 | 1 | -6/+5 |
* | default to nicer fonts | Adam Spiers | 2015-01-08 | 1 | -0/+4 |
* | show node index in tooltip in debug mode | Adam Spiers | 2015-01-08 | 1 | -3/+6 |
* | split marker arrow definition into separate function | Adam Spiers | 2015-01-08 | 1 | -11/+15 |
* | make client retrieve server-side options | Adam Spiers | 2015-01-08 | 1 | -0/+8 |
* | better style to omit space after function name | Adam Spiers | 2015-01-08 | 1 | -16/+16 |
* | d3 object constancy | Adam Spiers | 2015-01-08 | 1 | -2/+6 |
* | support dynamic queries! | Adam Spiers | 2015-01-08 | 3 | -3/+45 |
* | split long <p> line | Adam Spiers | 2015-01-08 | 1 | -1/+5 |
* | do JSON data in Javascript | Adam Spiers | 2015-01-08 | 2 | -218/+169 |
* | increase graph HEIGHT | Adam Spiers | 2015-01-08 | 1 | -1/+1 |
* | shrink node size a bit | Adam Spiers | 2015-01-08 | 1 | -1/+1 |
* | add tip about mouse hover | Adam Spiers | 2015-01-08 | 1 | -1/+1 |
* | use a more interesting dataset | Adam Spiers | 2015-01-08 | 1 | -0/+337 |
* | move css files into subdirectory | Adam Spiers | 2015-01-08 | 3 | -2/+2 |
* | improve commit tip | Adam Spiers | 2015-01-08 | 4 | -7/+66 |
* | include more commit metadata in JSON | Adam Spiers | 2015-01-08 | 1 | -9/+108 |
* | ignore bower_components/ | Adam Spiers | 2015-01-08 | 1 | -0/+1 |
* | indent CSS 4 columns | Adam Spiers | 2015-01-08 | 1 | -33/+33 |
* | fix hiding tip when dragging | Adam Spiers | 2015-01-08 | 1 | -2/+2 |
* | make tip global for debugging | Adam Spiers | 2015-01-08 | 1 | -2/+2 |
* | split code up into smaller functions | Adam Spiers | 2015-01-08 | 1 | -95/+105 |
* | remove imported js packages and use npm instead | Adam Spiers | 2015-01-08 | 14 | -13573/+52 |
* | hide tooltip when we start dragging | Adam Spiers | 2015-01-08 | 1 | -0/+2 |
* | pass mouse events through from <text> to <rect> | Adam Spiers | 2015-01-08 | 1 | -0/+1 |
* | add a basic commit tip | Adam Spiers | 2015-01-08 | 3 | -3/+73 |
* | import d3-tip 0.6.6 | Adam Spiers | 2015-01-08 | 2 | -0/+307 |
* | move functions out of draw_graph | Adam Spiers | 2015-01-08 | 1 | -34/+34 |
* | rename redraw() to be less generic | Adam Spiers | 2015-01-08 | 1 | -2/+2 |
* | try progressive offsets | Adam Spiers | 2015-01-08 | 1 | -7/+7 |
* | fix layout | Adam Spiers | 2015-01-07 | 1 | -21/+38 |
* | make WIDTH/HEIGHT constants | Adam Spiers | 2015-01-07 | 1 | -5/+5 |
* | group each <rect> and <text> together inside a <g> | Adam Spiers | 2015-01-07 | 2 | -19/+23 |
* | get rid of old nodeRadius | Adam Spiers | 2015-01-06 | 1 | -4/+0 |
* | make svg and fg global for debugging | Adam Spiers | 2015-01-06 | 1 | -2/+4 |
* | add x alignment constraints | Adam Spiers | 2015-01-06 | 1 | -8/+48 |
* | disable routeEdges for now, as it doesn't work properly yet | Adam Spiers | 2015-01-06 | 1 | -1/+1 |
* | tweak layout | Adam Spiers | 2015-01-06 | 1 | -2/+3 |
* | try out edge routing | Adam Spiers | 2015-01-06 | 1 | -0/+31 |
* | move start lower | Adam Spiers | 2015-01-06 | 1 | -2/+3 |
* | fix commented code | Adam Spiers | 2015-01-06 | 1 | -5/+5 |
* | increase arrow head size | Adam Spiers | 2015-01-06 | 1 | -2/+2 |