Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-04 | Avoid use of "#if 0" as a supercomment | David Robillard | 1 | -2/+2 | |
Mainly because clang-tidy complains about it. | |||||
2024-06-04 | Avoid std::endl | David Robillard | 1 | -2/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -36/+37 | |
2022-08-13 | Fix unused parameter warnings when graphviz is disabled | David Robillard | 1 | -0/+5 | |
2022-08-13 | Switch to meson build system | David Robillard | 1 | -1/+0 | |
2022-07-20 | Fix graphviz includes | David Robillard | 1 | -1/+1 | |
2020-12-15 | Clean up special member functions | David Robillard | 1 | -0/+6 | |
2020-12-15 | Use explicit conversions | David Robillard | 1 | -1/+1 | |
2020-12-15 | Use "using" | David Robillard | 1 | -9/+9 | |
2020-12-15 | Initialize all variables | David Robillard | 1 | -60/+95 | |
2020-12-15 | Clean up includes | David Robillard | 1 | -31/+56 | |
2020-11-29 | Fix Wunused-parameter warnings | David Robillard | 1 | -12/+8 | |
2020-07-30 | Expand canvas automatically to fit nodes | David Robillard | 1 | -0/+7 | |
2020-07-18 | Remove spurious semicolons | David Robillard | 1 | -2/+2 | |
2018-09-16 | Remove use of deprecated g_type_class_add_private() | David Robillard | 1 | -3/+2 | |
2018-09-16 | Rename private implementation types according to new Gtk conventions | David Robillard | 1 | -4/+4 | |
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-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -0/+1 | |
2016-07-31 | Fix compilation with C++ | David Robillard | 1 | -1/+1 | |
2016-07-24 | Fix whitespace | David Robillard | 1 | -1/+1 | |
2015-10-26 | Add support for edges that do not constrain the layout | David Robillard | 1 | -2/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5792 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-05 | Highlight connected edges on port hover | David Robillard | 1 | -5/+18 | |
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-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 | 1 | -2/+18 | |
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-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 | 1 | -10/+38 | |
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 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 | 1 | -15/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5582 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-08 | Add support for exporting canvas as PDF or PS. | David Robillard | 1 | -0/+65 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5543 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-05 | Fix crash when destroying canvas. | David Robillard | 1 | -1/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5532 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-07 | Fix compilation with --no-fdgl (patch from Vlad Glagolev). | David Robillard | 1 | -12/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5480 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-09-01 | Fix unexpected node jumping when dragging new connections. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5463 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-13 | Fix bug where edges would not update when nodes are moved after the canvas ↵ | David Robillard | 1 | -0/+1 | |
is cleared. (Fix stuck connections in Patchage after refresh). git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5412 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Fix compilation on old glib. | David Robillard | 1 | -9/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5396 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-28 | Fix comments for GIR. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5382 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-27 | Fix gtk-doc comment format. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5380 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-27 | Fix layout of nodes with partners. | David Robillard | 1 | -1/+7 | |
Reduce oscillation by adding force noise. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5378 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-26 | Clean up Ganv API. | David Robillard | 1 | -93/+76 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5367 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-10 | Fix dragging when modules and ports are both selected. | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5365 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-08 | Fix input port selection (regression in previous commit). | David Robillard | 1 | -11/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5364 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-07 | Fix selecting input ports without controls. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5363 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-07 | Hide invisible "partner" alignment edges in DOT export. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5362 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-31 | Use the same padding for arrange and zoom to fit. | David Robillard | 1 | -4/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5352 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-31 | Fix ganv_canvas_for_each_edge(). | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5349 a436a847-0d15-0410-975c-d299462d15a1 |