diff options
author | David Robillard <d@drobilla.net> | 2015-02-16 03:39:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-16 03:39:18 +0000 |
commit | 30d685b0856a73066bc7bd288dfa0923e8c73446 (patch) | |
tree | 352014260660b755e99a4ea88e075bfd58c49e56 /NEWS | |
parent | 4d87d72cefa00f4ee107972880b95287e5463994 (diff) | |
download | ganv-30d685b0856a73066bc7bd288dfa0923e8c73446.tar.gz ganv-30d685b0856a73066bc7bd288dfa0923e8c73446.tar.bz2 ganv-30d685b0856a73066bc7bd288dfa0923e8c73446.zip |
Distinguish edge color from port color slighly.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5577 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ -ganv (1.5.0) unstable; +ganv (1.5.1) unstable; * Fix positioning of embedded widgets when changing layout. * Fix unexpected node jumping when dragging new connections. * Preserve selection for quickly making several connections. + * Distinguish edge color from port color slighly. * Add support for PDF and PS export. * Improve text rendering at high zoom. * Fix various minor visual alignment/sizing issues. @@ -10,7 +11,7 @@ ganv (1.5.0) unstable; * Fix compilation with --no-fdgl (patch from Vlad Glagolev). * Fix crash when destroying canvas. - -- David Robillard <d@drobilla.net> Sun, 15 Feb 2015 21:59:18 -0500 + -- David Robillard <d@drobilla.net> Sun, 15 Feb 2015 22:32:37 -0500 ganv (1.4.2) stable; |