aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | As suggested here: https://github.com/tgdwyer/WebCola/issues/47#issuecomment-68980159 Doesn't seem to make any difference though.
* 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
| | | | doesn't work 100% yet
* 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
|
* move start lowerAdam Spiers2015-01-061-2/+3
|
* fix commented codeAdam Spiers2015-01-061-5/+5
|
* increase arrow head sizeAdam Spiers2015-01-061-2/+2
|
* fix arrows to point at <rect> not <text>Adam Spiers2015-01-061-14/+12
|
* improve spacing a bitAdam Spiers2015-01-062-3/+4
|
* for now, use the non-minified versions of d3 and webcolaAdam Spiers2015-01-063-2/+13203
| | | | This makes for less cryptic debugging messages.
* turn nodes from <circle> into a text box with SHA labelAdam Spiers2015-01-062-12/+41
|
* consistent spacing after functionsAdam Spiers2015-01-061-1/+1
|
* use slightly more interesting test.jsonAdam Spiers2015-01-061-3/+69
|
* add zooming and panningAdam Spiers2015-01-063-4/+22
|
* 4-column indent for .cssAdam Spiers2015-01-061-7/+7
|
* use git-describe and git-rev-parse to improve commit descriptionsAdam Spiers2015-01-061-6/+55
|
* render graph from test.jsonAdam Spiers2015-01-063-0/+133
|
* generate some test JSON data for WebColatag1Adam Spiers2015-01-061-0/+25
|
* tweak JSONDependencyListener to produce data WebCola can useAdam Spiers2015-01-061-11/+31
|
* import d3 3.5.3Adam Spiers2015-01-062-0/+31
|
* import jquery-2.1.3Adam Spiers2015-01-062-0/+5
|
* import WebCola v3tag2Adam Spiers2015-01-063-0/+25
|
* fix long lineAdam Spiers2015-01-061-1/+2
|
* add JSON listenertestAdam Spiers2015-01-051-1/+44
| | | | | This creates the JSON which will eventually be consumed by the Javascript visualizer.
* fix memoization bug by extracting temporary variablesAdam Spiers2015-01-051-7/+9
|
* add script to generate fixture repository for testingAdam Spiers2015-01-052-0/+60
|
* fix a bunch of PEP8 issuesAdam Spiers2015-01-051-42/+69
|
* don't show "[False]" default for boolean optionsAdam Spiers2015-01-051-3/+3
|
* improve mail address punctuationAdam Spiers2015-01-051-1/+1
|
* add links to OpenStack NovaAdam Spiers2015-01-051-3/+4
|
* fix markdown headersAdam Spiers2015-01-051-5/+8
|
* add README.mdAdam Spiers2015-01-051-0/+117
|
* don't crash when -e isn't specifiedVitezslav Cizek2015-01-051-3/+4
|
* add some docstringsAdam Spiers2015-01-051-0/+13
|
* add installation instructionsAdam Spiers2015-01-051-2/+23
|
* remove redundant debug messageAdam Spiers2015-01-051-2/+0
|