diff options
author | David Robillard <d@drobilla.net> | 2015-03-15 01:35:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-15 01:35:46 +0000 |
commit | 6391901e7dca631b14364dca7e5e0e664e473a6f (patch) | |
tree | ebc97600bb4efafc8d0f679b2755d1c1c636af89 /NEWS | |
parent | d31536d69b6972c2834c390689fa05f8b118c0e9 (diff) | |
download | ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.tar.gz ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.tar.bz2 ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.zip |
Add support for beveled box corners.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5631 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -ganv (1.5.2) unstable; +ganv (1.5.3) unstable; * Fix positioning of embedded widgets when changing layout. * Fix unexpected node jumping when dragging new connections. @@ -10,12 +10,13 @@ ganv (1.5.2) unstable; * Improve appearance of graphs with circle nodes. * Improve update performance. * Add API to specify module port order. + * Add support for beveled box corners. * 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> Sat, 21 Feb 2015 19:39:35 -0500 + -- David Robillard <d@drobilla.net> Sat, 14 Mar 2015 21:31:47 -0400 ganv (1.4.2) stable; |