summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-11-24 13:44:02 +0100
committerDavid Robillard <d@drobilla.net>2018-11-24 13:44:02 +0100
commitd74de7f575a9ec49f96138c3c5251f28946c0c0e (patch)
treed9b620bfba1e7462df4ddb3f6225cc5216c0ca81 /NEWS
parentc6e874c2cc1c5c99a3859112e1bba0f07bcdb8ba (diff)
downloadganv-d74de7f575a9ec49f96138c3c5251f28946c0c0e.tar.gz
ganv-d74de7f575a9ec49f96138c3c5251f28946c0c0e.tar.bz2
ganv-d74de7f575a9ec49f96138c3c5251f28946c0c0e.zip
Squashed 'waflib/' changes from 6e726eb..5ea8f99
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS58
1 files changed, 0 insertions, 58 deletions
diff --git a/NEWS b/NEWS
deleted file mode 100644
index 4abfd45..0000000
--- a/NEWS
+++ /dev/null
@@ -1,58 +0,0 @@
-ganv (1.4.3) unstable;
-
- * Fix positioning of embedded widgets when changing layout.
- * Fix port position on modules with embedded widgets.
- * Fix unexpected node jumping when dragging new connections.
- * Preserve selection for quickly making several connections.
- * Dampen sprung layout energy over time to prevent oscillation.
- * Add support for edges that do not constrain the layout.
- * Distinguish edge color from port color slighly.
- * Highlight connected edges on port hover.
- * Add support for PDF and PS export.
- * Improve text rendering at high zoom.
- * 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.
- * Upgrade to waf 1.8.14
-
- -- David Robillard <d@drobilla.net> Fri, 14 Oct 2016 18:55:26 -0400
-
-ganv (1.4.2) stable;
-
- * Fix bug where edges would not update when nodes are moved after the canvas
- is cleared (fix stuck connections in Patchage after refresh).
- * Upgrade to waf 1.7.16
-
- -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:24:33 -0400
-
-ganv (1.4.0) stable;
-
- * Begin using library and pkg-config names suitable for parallel
- installation. This version of flowcanvas is flowcanvas-1 and is
- NOT compatible with previous versions
- * Clean up API and improve documentation.
- * Add font size API
- * Use system theme font size by default
- * Size empty ports in font based units so they look right when zoomed
- * Adjust padding and placement to precisely fit text
- * Add ability to select connections directly
- * Add Connection::set_curved()
- * Fix lingering handle when deleting connections
- * Dramatically increase performance by rendering text manually
- rather than using the truly awful Gnome::Canvas::Text.
- * Remove use of boost smart pointers. Adding and removing from containers
- (e.g. Canvas, Module) is now done automatically.
- * Clean up API/ABI by hiding private implementations.
- * Add ability to select connections by their handles, either individually
- or in groups with rect select.
- * Further slight improvements in memory consumption and alignment.
- * Improve scalability to graphs with many connections (eliminate linear
- connection searches and redundant connection collections).
- * Switch to GPLv3+
-
- -- David Robillard <d@drobilla.net> Sun, 27 Apr 2014 23:44:29 -0400