summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-09 12:43:29 +0200
committerDavid Robillard <d@drobilla.net>2020-04-09 12:43:29 +0200
commit1da0907269cf18df926bf8e9c09439d3084f5d1a (patch)
treeb557ae8360f0a3dcefcbde548a225391b5cc7aa9
parent6ada17c4327a26a48c009bc04cc80fedb8384496 (diff)
downloadganv-1da0907269cf18df926bf8e9c09439d3084f5d1a.tar.gz
ganv-1da0907269cf18df926bf8e9c09439d3084f5d1a.tar.bz2
ganv-1da0907269cf18df926bf8e9c09439d3084f5d1a.zip
Normalize NEWS file
-rw-r--r--NEWS62
1 files changed, 31 insertions, 31 deletions
diff --git a/NEWS b/NEWS
index d426389..25a5f61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,26 +1,26 @@
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 API to specify module port order.
+ * Add support for PDF and PS export.
+ * Add support for beveled box corners.
* Add support for edges that do not constrain the layout.
+ * Dampen sprung layout energy over time to prevent oscillation.
* Distinguish edge color from port color slighly.
+ * Fix compilation with --no-fdgl (patch from Vlad Glagolev).
+ * Fix crash when destroying canvas.
+ * Fix port position on modules with embedded widgets.
+ * Fix positioning of embedded widgets when changing layout.
+ * Fix size of vertical flow modules.
+ * Fix unexpected node jumping when dragging new connections.
+ * Fix various minor visual alignment/sizing issues.
* 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 text rendering at high zoom.
* 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.
+ * Preserve selection for quickly making several connections.
* Upgrade to waf 2.0.19
- -- David Robillard <d@drobilla.net> Thu, 09 Apr 2020 12:42:58 +0200
+ -- David Robillard <d@drobilla.net> Thu, 09 Apr 2020 10:42:58 +0000
ganv (1.4.2) stable;
@@ -28,31 +28,31 @@ ganv (1.4.2) stable;
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
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 22:24:33 +0000
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 Connection::set_curved()
+ * Add ability to select connections by their handles, either individually or
+ in groups with rect select.
+ * Add ability to select connections directly
* 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.
+ * 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.
* Clean up API/ABI by hiding private implementations.
- * Add ability to select connections by their handles, either individually
- or in groups with rect select.
+ * Dramatically increase performance by rendering text manually rather than
+ using the truly awful Gnome::Canvas::Text.
+ * Fix lingering handle when deleting connections
* Further slight improvements in memory consumption and alignment.
* Improve scalability to graphs with many connections (eliminate linear
connection searches and redundant connection collections).
+ * Remove use of boost smart pointers. Adding and removing from containers
+ (e.g. Canvas, Module) is now done automatically.
+ * Size empty ports in font based units so they look right when zoomed
* Switch to GPLv3+
+ * Use system theme font size by default
- -- David Robillard <d@drobilla.net> Sun, 27 Apr 2014 23:44:29 -0400
+ -- David Robillard <d@drobilla.net> Mon, 28 Apr 2014 03:44:29 +0000