summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Use the same padding for arrange and zoom to fit.David Robillard1-4/+5
2014-03-31Fix ganv_canvas_for_each_edge().David Robillard1-2/+1
2014-03-30Reimplement canvas zoom.David Robillard15-245/+166
2014-03-16Don't trigger layout when node is selected (fix #959).David Robillard1-1/+1
2014-03-16Allow user to enable or disable sprung layout.David Robillard3-3/+47
2014-03-15Clean up public canvas interface.David Robillard4-245/+293
2014-03-15Clean up public canvas interface.David Robillard20-1159/+1033
2014-01-18Fix some minor issues found by clang.David Robillard1-1/+0
2014-01-12Tidy.David Robillard1-1/+1
2014-01-11FDGL: Reduce oscillation.David Robillard2-4/+4
2014-01-11Stop layout while connect dragging.David Robillard2-4/+5
2014-01-11Merge GanvCanvasBase and GanvCanvas.David Robillard16-2159/+1988
2014-01-11Make some functions private.David Robillard6-42/+15
2014-01-11Tidy.David Robillard1-13/+21
2014-01-11Separate item.h.David Robillard11-202/+219
2014-01-11Move item implementation to item.c.David Robillard3-779/+825
2014-01-07Remove debug printf.David Robillard1-1/+0
2014-01-07Twiddle physics to reduce oscillation.David Robillard2-5/+4
2014-01-04Fix sizing of vertical modules with embedded widgets.David Robillard1-6/+8
2014-01-04Fix documentation pane.David Robillard1-0/+4
2014-01-04Fix control updating with animated canvas.David Robillard3-1/+16
2014-01-04Make only control inputs controllable by user.David Robillard4-4/+20
2014-01-04Fix select rectangle drag from bottom right to top left.David Robillard4-70/+105
2014-01-03Improve performance by avoiding unnecessary i2w conversions.David Robillard5-8/+21
2014-01-03Draw and layout performance improvements.David Robillard7-91/+78
2014-01-03Make graph input ports controllable outputs and remove double port kludge.David Robillard3-2/+32
2014-01-03Don't abuse show_label property for vertical/horizontal mode.David Robillard4-36/+31
2013-12-31FDGL: Make repelling forces directionally proportional to area for tighter sp...David Robillard2-3/+5
2013-12-31FDGL: Increase maximum simulation time to converge faster on larger graphs.David Robillard1-4/+4
2013-12-31FDGL: Tweak variables for better directional layout.David Robillard1-4/+4
2013-12-31Fix incorrect port offsets.David Robillard1-1/+1
2013-12-31Fix incorrect port offsets.David Robillard3-51/+24
2013-12-30Attempt to use whichever graphviz version is present.David Robillard1-8/+12
2013-12-30Fix compiling against Graphviz 2.3*.David Robillard1-43/+51
2013-12-30Remove trailing whitespace.David Robillard1-2/+2
2013-12-30Fix control sensitivity.David Robillard1-5/+4
2013-12-28Fix confusing configuration summary.David Robillard1-1/+4
2013-12-27Enable FDGL by default.David Robillard1-4/+4
2013-12-27Remove dead code.David Robillard4-86/+2
2013-12-27Performance improvements.David Robillard11-182/+179
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-2/+2
2013-12-25Tidy up configuration output.David Robillard1-2/+2
2013-12-25Fix more const-correctness violations.David Robillard1-2/+2
2013-12-25Update to r94/autowaf.David Robillard1-0/+0
2013-12-21Fix broken ganv_item_move prototype.David Robillard1-1/+1
2013-12-21FDGL: Make layout converge and stop chewing CPU when done again.David Robillard2-12/+15
2013-12-20FDGL: Use inverse cubic charge law and tide force to prevent graph explosion.David Robillard2-17/+56
2013-12-19Update to waf 1.7.14.David Robillard1-0/+0
2013-12-19FDGL: Improve flow-directed layout.David Robillard4-1/+16
2013-12-19FDGL: Improve flow-directed layout.David Robillard5-45/+104