index
:
ganv.git
main
Ganv canvas widget
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-04
Fix sizing of vertical modules with embedded widgets.
David Robillard
1
-6
/
+8
2014-01-04
Fix documentation pane.
David Robillard
1
-0
/
+4
2014-01-04
Fix control updating with animated canvas.
David Robillard
2
-1
/
+15
2014-01-04
Make only control inputs controllable by user.
David Robillard
3
-4
/
+18
2014-01-04
Fix select rectangle drag from bottom right to top left.
David Robillard
4
-70
/
+105
2014-01-03
Improve performance by avoiding unnecessary i2w conversions.
David Robillard
4
-7
/
+20
2014-01-03
Draw and layout performance improvements.
David Robillard
6
-90
/
+76
2014-01-03
Make graph input ports controllable outputs and remove double port kludge.
David Robillard
2
-1
/
+27
2014-01-03
Don't abuse show_label property for vertical/horizontal mode.
David Robillard
4
-36
/
+31
2013-12-31
FDGL: Make repelling forces directionally proportional to area for tighter sp...
David Robillard
2
-3
/
+5
2013-12-31
FDGL: Increase maximum simulation time to converge faster on larger graphs.
David Robillard
1
-4
/
+4
2013-12-31
FDGL: Tweak variables for better directional layout.
David Robillard
1
-4
/
+4
2013-12-31
Fix incorrect port offsets.
David Robillard
3
-51
/
+24
2013-12-30
Fix compiling against Graphviz 2.3*.
David Robillard
1
-43
/
+51
2013-12-30
Fix control sensitivity.
David Robillard
1
-5
/
+4
2013-12-27
Remove dead code.
David Robillard
3
-73
/
+1
2013-12-27
Performance improvements.
David Robillard
10
-176
/
+179
2013-12-25
Fix more const-correctness violations.
David Robillard
1
-2
/
+2
2013-12-21
FDGL: Make layout converge and stop chewing CPU when done again.
David Robillard
2
-12
/
+15
2013-12-20
FDGL: Use inverse cubic charge law and tide force to prevent graph explosion.
David Robillard
2
-17
/
+56
2013-12-19
FDGL: Improve flow-directed layout.
David Robillard
5
-45
/
+104
2013-12-18
FDGL: Only install layout handler as needed.
David Robillard
3
-16
/
+43
2013-12-18
FDGL: Add slight directional force to push sinks to the right/down.
David Robillard
1
-3
/
+11
2013-12-18
Shorter code.
David Robillard
2
-31
/
+25
2013-12-18
FDGL: Add spring between partners so interface modules line up in Patchage.
David Robillard
2
-8
/
+23
2013-12-18
Futher FDGL performance improvements.
David Robillard
2
-15
/
+19
2013-12-18
FDGL performance improvements.
David Robillard
2
-8
/
+24
2013-12-18
Add missing file.
David Robillard
1
-0
/
+79
2013-12-18
Add experimental (slow) force-directed graph layout to Ganv.
David Robillard
3
-0
/
+138
2013-12-18
Remove unused variables.
David Robillard
1
-6
/
+6
2013-11-01
Remove unused typedefs.
David Robillard
1
-2
/
+0
2013-06-09
Fix compilation with --jack-dbus (#917).
David Robillard
1
-0
/
+6
2013-06-09
Redraw control slider when range changes.
David Robillard
1
-10
/
+12
2013-06-08
Fix sizing for ports with enumeration or integer tag labels.
David Robillard
3
-5
/
+14
2013-05-31
Fix access to invalid parameter in Canvas::zoom_full().
David Robillard
1
-4
/
+4
2013-05-26
Fix Glibmm include errors (#904).
David Robillard
1
-0
/
+1
2013-04-13
Fix crash in Patchage when client with selected port disappears.
David Robillard
1
-0
/
+5
2013-03-25
Minor documentation improvements.
David Robillard
1
-6
/
+5
2013-03-17
Update copyright date.
David Robillard
18
-18
/
+18
2013-02-09
Fix crash when making a connection from a node that is destroyed (#884).
David Robillard
1
-32
/
+40
2013-02-03
Port control performance improvements (further improvement for #879).
David Robillard
7
-60
/
+75
2013-02-02
GUI support for integer controls.
David Robillard
3
-7
/
+21
2013-02-02
Show check box for toggle ports and ellipsis for enumeration (menu) ports.
David Robillard
3
-43
/
+143
2013-02-02
Fix strange bug where canvas stops updating entirely on node removal.
David Robillard
3
-12
/
+13
2013-02-02
Fix drag connecting.
David Robillard
1
-0
/
+2
2013-01-14
Fix dash of edges.
David Robillard
1
-0
/
+2
2013-01-13
Attempt to fix artifacts left behind by edge handle.
David Robillard
1
-5
/
+6
2013-01-13
Support resizing circles to fit label, and setting radius in ems.
David Robillard
5
-14
/
+81
2013-01-13
Add two connect modes for fast chaining and fanning.
David Robillard
1
-1
/
+0
2013-01-13
Better dot rendering and auto-arrange for graphs with circles.
David Robillard
2
-12
/
+42
[next]