diff options
author | David Robillard <d@drobilla.net> | 2015-02-11 04:59:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-11 04:59:38 +0000 |
commit | 3d6bb8063387331e9e8acb2423632a0c722c3038 (patch) | |
tree | 671e0c8ce17aba2ad5d5bd6ef99bc7ab7c540a6e /NEWS | |
parent | 6b28131cfd12437d5b5967bd37ad3bc0fcc12088 (diff) | |
download | ganv-3d6bb8063387331e9e8acb2423632a0c722c3038.tar.gz ganv-3d6bb8063387331e9e8acb2423632a0c722c3038.tar.bz2 ganv-3d6bb8063387331e9e8acb2423632a0c722c3038.zip |
Join connections precisely at port borders.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5553 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,12 +4,12 @@ ganv (1.5.0) unstable; * Fix unexpected node jumping when dragging new connections. * Add support for PDF and PS export. * Improve text rendering at high zoom. - * Line up ports precisely at module border edges. + * Fix various minor visual alignment/sizing issues. * Fix size of vertical flow modules. * Fix compilation with --no-fdgl (patch from Vlad Glagolev). * Fix crash when destroying canvas. - -- David Robillard <d@drobilla.net> Tue, 10 Feb 2015 23:50:27 -0500 + -- David Robillard <d@drobilla.net> Tue, 10 Feb 2015 23:58:57 -0500 ganv (1.4.2) stable; |