Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-30 | Expand canvas automatically to fit nodes | David Robillard | 2 | -0/+39 | |
2020-07-30 | Use modern casts in C++ code | David Robillard | 3 | -9/+6 | |
2020-07-18 | Fix potential use of uninitialized variables | David Robillard | 1 | -1/+4 | |
2020-07-18 | Add missing casts for C++ compatibility | David Robillard | 10 | -10/+17 | |
2020-07-18 | Remove spurious semicolons | David Robillard | 7 | -87/+87 | |
2020-07-18 | Add missing static specifiers | David Robillard | 1 | -2/+2 | |
2018-09-16 | Remove use of deprecated g_type_class_add_private() | David Robillard | 11 | -53/+32 | |
2018-09-16 | Rename private implementation types according to new Gtk conventions | David Robillard | 12 | -125/+125 | |
2018-09-16 | Remove checks for ancient graphviz | David Robillard | 1 | -14/+6 | |
2017-02-12 | Work around broken Graphviz header warnings | David Robillard | 1 | -0/+5 | |
2016-10-14 | Fix buggy drawing of embedded widgets | David Robillard | 1 | -2/+2 | |
2016-10-14 | Fix port position on modules with embedded widgets | David Robillard | 1 | -14/+17 | |
2016-10-02 | Make ganv_port_show_control() idempotent | David Robillard | 1 | -1/+5 | |
2016-10-02 | Round reported value for integer control ports | David Robillard | 1 | -1/+1 | |
2016-09-18 | Update copyright dates | David Robillard | 15 | -15/+15 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -0/+1 | |
2016-07-31 | Fix compilation with C++ | David Robillard | 7 | -19/+33 | |
2016-07-24 | Fix whitespace | David Robillard | 1 | -1/+1 | |
2016-07-24 | Fix overlap when port sizes vary | David Robillard | 1 | -18/+10 | |
Fixes #1133 | |||||
2015-10-26 | Add support for edges that do not constrain the layout | David Robillard | 3 | -2/+35 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5792 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Resize value labels when font size changes | David Robillard | 2 | -4/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5791 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-05 | Highlight connected edges on port hover | David Robillard | 2 | -5/+30 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5745 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-16 | Fix removal of non-existent idle callbacks. | David Robillard | 1 | -3/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5638 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-15 | Add support for beveled box corners. | David Robillard | 3 | -11/+37 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5631 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-28 | Clear selected edges list along with selection. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5610 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-28 | Remove animate idle callback on destruction. | David Robillard | 1 | -0/+2 | |
This should have already been the case, but g_idle_remove_by_data doesn't seem to be doing what it should. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5609 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Add light theme for typesettable canvas export. | David Robillard | 9 | -41/+77 | |
Don't show edge handles on export. Fix port control drawing to be pixel perfect. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5605 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Fix port label vertical alignment. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5604 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-22 | Improve appearance of graphs with circle nodes. | David Robillard | 2 | -17/+30 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5596 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-22 | Fix offset of graph layout with circles. | David Robillard | 1 | -4/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5594 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-21 | Add API to specify module port order. | David Robillard | 11 | -140/+225 | |
Also fix various redundant resize/update issues, improve performance. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5592 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-20 | Fix circle drawing bugs. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5590 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-20 | Fix connecting to ports with controls. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5589 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-20 | Dampen sprung layout energy over time to prevent oscillation. | David Robillard | 1 | -5/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5588 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Delete trailing whitespace. | David Robillard | 2 | -17/+17 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5582 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Fix crash when getting empty label. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5580 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-16 | Destroy embedded widget on module destruction. | David Robillard | 1 | -4/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5579 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-16 | Distinguish edge color from port color slighly. | David Robillard | 1 | -3/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5577 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-16 | Only highlight borders on hover. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5576 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-16 | Preserve selection for quickly making several connections. | David Robillard | 1 | -5/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5575 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Fix label alignment in ports without value labels. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5569 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Indicate sequence ports with an arrow tag. | David Robillard | 1 | -9/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5568 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Show type tags for more port types. | David Robillard | 3 | -50/+81 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5567 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Use the same border width for ports and modules. | David Robillard | 3 | -13/+13 | |
Makes edges line up more nicely, if at a wee cost to space. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5560 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-11 | Pad edges so ports don't overlap radiused border. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5555 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-11 | Clip control rectangles to radiused ports. | David Robillard | 3 | -37/+83 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5554 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-11 | Join connections precisely at port borders. | David Robillard | 1 | -8/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5553 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-11 | Line up ports precisely at module border edges. | David Robillard | 2 | -16/+24 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5552 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Fix size of vertical flow modules. | David Robillard | 1 | -1/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5546 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Add support for exporting canvas as PDF or PS. | David Robillard | 4 | -59/+100 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5543 a436a847-0d15-0410-975c-d299462d15a1 |