aboutsummaryrefslogtreecommitdiffstats
path: root/html/js
Commit message (Expand)AuthorAgeFilesLines
* convert into a proper Python moduleAdam Spiers2018-05-156-1037/+0
* update to work with latest upstream WebColaAdam Spiers2017-01-091-4/+9
* allow passing a revision range to CLI or web UIAdam Spiers2017-01-022-6/+9
* fix overgrown indentAdam Spiers2015-02-011-3/+3
* highlight parents / children on mouseoverAdam Spiers2015-02-011-12/+45
* track reverse dependencies (#16, #32, #35)Adam Spiers2015-01-201-4/+24
* shrink arrow head a bitAdam Spiers2015-01-201-2/+2
* give arrow lines rainbow colour scheme and thicken slightlyAdam Spiers2015-01-201-0/+1
* debug constraints if -d is givenAdam Spiers2015-01-181-0/+1
* shrink flowLayout length to 100Adam Spiers2015-01-181-1/+1
* tweak layout spacingAdam Spiers2015-01-181-3/+3
* disable negative gap constraints for nowAdam Spiers2015-01-181-4/+6
* improve debugging of row_node_ordering_constraintsAdam Spiers2015-01-181-5/+6
* use row ordering based on dependenciesAdam Spiers2015-01-181-6/+35
* let's use the Dagre starting positions anywayAdam Spiers2015-01-181-6/+8
* move build_constraints() call for clarityAdam Spiers2015-01-181-1/+1
* make inter-row gap bigger than intra-row gapAdam Spiers2015-01-181-2/+2
* allow debugging of constraints from browser consoleAdam Spiers2015-01-181-3/+8
* remove superfluous blank lineAdam Spiers2015-01-181-1/+0
* use more idiomatic coffeescriptAdam Spiers2015-01-171-2/+2
* fix horrific bug in row_ordering_constraintsAdam Spiers2015-01-171-1/+1
* use noty export rather than window.notyAdam Spiers2015-01-161-2/+2
* fix transitioning of plus iconAdam Spiers2015-01-131-6/+5
* move buttons onto same line to save spaceAdam Spiers2015-01-131-0/+2
* hide tip when plus icon is clickedAdam Spiers2015-01-121-0/+1
* disable layout debuggingAdam Spiers2015-01-121-1/+1
* add hyperlinks with gitfile:// URLs (#29)Adam Spiers2015-01-121-1/+4
* move sha1_of_link_pointer() back next to link_key()Adam Spiers2015-01-121-8/+8
* totally revamp constraints - it works!!!!Adam Spiers2015-01-121-22/+129
* ditch externs hackAdam Spiers2015-01-123-16/+9
* get desired tip behaviour on dragAdam Spiers2015-01-121-5/+54
* sort row_groups by x coordinate increasingAdam Spiers2015-01-121-0/+4
* fix bug in calculation of row_groupsAdam Spiers2015-01-121-1/+1
* use cleaner iteration syntaxAdam Spiers2015-01-121-3/+1
* tidy up node drawing/positioning codeAdam Spiers2015-01-121-43/+45
* fix draggable bug which crept back recentlyAdam Spiers2015-01-121-1/+3
* focus input text field again after updating graphAdam Spiers2015-01-121-0/+1
* use .node() instead of [0][0]Adam Spiers2015-01-121-3/+3
* coffeeify commentAdam Spiers2015-01-121-5/+4
* tip only needs initializing onceAdam Spiers2015-01-121-6/+7
* rename path to paths, since it's a d3 selectionAdam Spiers2015-01-121-7/+7
* rename node to nodes, since it's a d3 selectionAdam Spiers2015-01-121-12/+12
* add clickable plus icons (closes #15)Adam Spiers2015-01-121-6/+82
* extract explore_node() for reuse when clicking plus iconAdam Spiers2015-01-121-5/+7
* draw <svg> on page loadAdam Spiers2015-01-121-1/+2
* get rid of unnecessary backslashesAdam Spiers2015-01-121-42/+42
* improve notification when commitish is full SHA1Adam Spiers2015-01-111-3/+6
* show all refs in tip, not just what git describe findsAdam Spiers2015-01-111-3/+4
* fix zooming broken by switch to CoffeeScriptAdam Spiers2015-01-111-5/+2
* fix bug in node lookupAdam Spiers2015-01-111-1/+1