diff options
author | David Robillard <d@drobilla.net> | 2015-02-21 23:32:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-21 23:32:24 +0000 |
commit | ef71a1da33a3c68cad782029cacbc1d01328b4d6 (patch) | |
tree | f5bb6f29c467bf91c0ab8ca5072a81408522a311 /NEWS | |
parent | 23682cbf1f98f35d4341efe354bee6f770d482e2 (diff) | |
download | ganv-ef71a1da33a3c68cad782029cacbc1d01328b4d6.tar.gz ganv-ef71a1da33a3c68cad782029cacbc1d01328b4d6.tar.bz2 ganv-ef71a1da33a3c68cad782029cacbc1d01328b4d6.zip |
Add API to specify module port order.
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -ganv (1.5.1) unstable; +ganv (1.5.2) unstable; * Fix positioning of embedded widgets when changing layout. * Fix unexpected node jumping when dragging new connections. @@ -7,12 +7,14 @@ ganv (1.5.1) unstable; * Distinguish edge color from port color slighly. * Add support for PDF and PS export. * Improve text rendering at high zoom. + * Improve update performance. + * Add API to specify module port order. * 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> Fri, 20 Feb 2015 09:00:29 -0500 + -- David Robillard <d@drobilla.net> Sat, 21 Feb 2015 17:21:25 -0500 ganv (1.4.2) stable; |