Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-13 | Switch to meson build system | David Robillard | 1 | -309/+0 | |
2021-01-07 | Ganv 1.8.0v1.8.0 | David Robillard | 1 | -1/+1 | |
2020-11-29 | Use modern noncopyable pattern | David Robillard | 1 | -1/+1 | |
2020-11-29 | Fix Wunused-parameter warnings | David Robillard | 1 | -2/+0 | |
2020-11-29 | Fix Wsuggest-override warnings | David Robillard | 1 | -1/+0 | |
2020-11-27 | Fix compilation on MacOS | David Robillard | 1 | -0/+1 | |
Apparently libsigc++ requires explicitly using C++11 here. | |||||
2020-11-11 | Suppress documentation warnings | David Robillard | 1 | -0/+1 | |
2020-08-03 | Remove -Wno-implicit-int-float-conversion | David Robillard | 1 | -1/+0 | |
This is only supported in very recent clang, and does not suppress anything that the other flags don't already suppress. | |||||
2020-07-30 | Expand canvas automatically to fit nodes | David Robillard | 1 | -1/+1 | |
2020-07-30 | Add missing dependencies | David Robillard | 1 | -5/+5 | |
2020-07-30 | Set gobject-introspection as a system dependency | David Robillard | 1 | -0/+1 | |
2020-07-30 | Be explicit about warnings | David Robillard | 1 | -0/+73 | |
2020-04-09 | Ganv 1.6.0v1.6.0 | David Robillard | 1 | -12/+7 | |
2019-12-29 | Fix graphviz check | David Robillard | 1 | -2/+4 | |
2019-10-17 | Update autowaf | David Robillard | 1 | -13/+14 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -3/+3 | |
2019-04-13 | Don't run graphical test program from waf test command | David Robillard | 1 | -3/+0 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -9/+4 | |
2018-11-24 | Squashed 'waflib/' changes from 6e726eb..5ea8f99 | David Robillard | 1 | -247/+0 | |
5ea8f99 Improve test output spacing 0e23b29 Raise exception when test suite fails to ensure non-zero exit status d6de073 Show run time of unit tests 5b65554 Add short configure option for ultra-strict flags 4687ba6 Use gtest-like test output 258903d Fix failure count in test group summaries da07e73 Fix verbose tests with Python 3 git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d | |||||
2018-09-16 | Hide warnings from Gtk libraries | David Robillard | 1 | -3/+3 | |
2018-09-16 | Clean up wscript | David Robillard | 1 | -24/+19 | |
2018-09-16 | Remove checks for ancient graphviz | David Robillard | 1 | -11/+7 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -8/+9 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -9/+10 | |
2017-12-16 | Update waf | David Robillard | 1 | -2/+0 | |
2017-02-27 | Update waf and fix C++11 flags | David Robillard | 1 | -3/+1 | |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 | |
2016-08-17 | Add target for generating release announcements | David Robillard | 1 | -0/+11 | |
2016-07-25 | Add missing C++0x (C++11) flags | David Robillard | 1 | -0/+3 | |
2016-07-25 | Support test coverage with LLVM | David Robillard | 1 | -15/+9 | |
2015-10-26 | Add support for edges that do not constrain the layout | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5792 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-06 | Fix test compilation without gcov | David Robillard | 1 | -3/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5747 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-16 | Bump version. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5636 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Add light theme for typesettable canvas export. | David Robillard | 1 | -0/+5 | |
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-21 | Add API to specify module port order. | David Robillard | 1 | -1/+1 | |
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-16 | Distinguish edge color from port color slighly. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5577 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Add support for exporting canvas as PDF or PS. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5543 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-09 | Fix OSX compilation. | David Robillard | 1 | -10/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5505 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -8/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5496 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-29 | Fix positioning of embedded widgets during sprung layout. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5455 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Ganv 1.4.2. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5440 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Fix various warnings. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5421 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 | -1/+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-04-28 | Ganv 1.4.0. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5383 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-26 | Fix library dependencies. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5373 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-16 | Allow user to enable or disable sprung layout. | David Robillard | 1 | -1/+1 | |
This setting is saved with the patch so sprung patches remain sprung when loaded again, but manually arranged patches won't be mangled. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5340 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-11 | Merge GanvCanvasBase and GanvCanvas. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5302 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-11 | Make some functions private. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5301 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-30 | Attempt to use whichever graphviz version is present. | David Robillard | 1 | -8/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5231 a436a847-0d15-0410-975c-d299462d15a1 |