summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-02 18:05:35 +0100
committerDavid Robillard <d@drobilla.net>2019-11-02 18:05:35 +0100
commit8ecb5ad8c2599ec3db16bcb4140971f5656c5267 (patch)
tree2bc34d676b958d824c65c007ec93015dd2628de0
parentee6ee7715df4acab6833cb9f7752ff429a29bce9 (diff)
downloadsuil-8ecb5ad8c2599ec3db16bcb4140971f5656c5267.tar.gz
suil-8ecb5ad8c2599ec3db16bcb4140971f5656c5267.tar.bz2
suil-8ecb5ad8c2599ec3db16bcb4140971f5656c5267.zip
Normalise NEWS file
-rw-r--r--NEWS89
1 files changed, 45 insertions, 44 deletions
diff --git a/NEWS b/NEWS
index 29c134b..1a5bb84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
suil (0.10.4) stable;
- * Add support for min/base size hints for X11 in Gtk (thanks Hermann Meyer)
* Add support for Qt5 in Gtk3
+ * Add support for min/base size hints for X11 in Gtk (thanks Hermann Meyer)
- -- David Robillard <d@drobilla.net> Thu, 06 Jun 2019 21:02:47 +0200
+ -- David Robillard <d@drobilla.net> Thu, 06 Jun 2019 19:02:47 +0000
suil (0.10.2) stable;
@@ -11,43 +11,44 @@ suil (0.10.2) stable;
* Fix resizing and add idle and update rate support for Qt5 in Gtk2
* Fix various issues with Qt5 in Gtk2
- -- David Robillard <d@drobilla.net> Thu, 20 Dec 2018 12:22:19 -0500
+ -- David Robillard <d@drobilla.net> Thu, 20 Dec 2018 17:22:19 +0000
suil (0.10.0) stable;
- * Add support for X11 in Gtk3
- * Add support for Qt5 in Gtk2
* Add suil_init() to support early initialization and passing any necessary
information that may be needed in the future (thanks Stefan Westerfeld)
+ * Add support for Qt5 in Gtk2
+ * Add support for X11 in Gtk3
+ * Fix building with X11 against custom LV2 install path (thanks Robin
+ Gareus)
* Fix minor memory errors
- * Fix building with X11 against custom LV2 install path (thanks Robin Gareus)
- -- David Robillard <d@drobilla.net> Tue, 03 Oct 2017 22:11:49 +0200
+ -- David Robillard <d@drobilla.net> Tue, 03 Oct 2017 20:11:49 +0000
suil (0.8.4) stable;
- * Configure based on compiler target OS for cross-compilation
* Add Cocoa in Gtk wrapper (patch from Robin Gareus)
- * Various Windows fixes (patches from Robin Gareus)
- * Center X11 UIs in Gtk (patch from Robin Gareus)
- * Fix initial size of resizable X11 UIs in Gtk (patch from Robin Gareus)
- * Bubble X11 key events up to Gtk parent (patch from Filipe Coelho)
* Add Gtk2 and X11 in Qt5 wrappers (patch from Rui Nuno Capela)
- * Fix compilation with -Wl,--no-undefined
+ * Bubble X11 key events up to Gtk parent (patch from Filipe Coelho)
+ * Center X11 UIs in Gtk (patch from Robin Gareus)
+ * Configure based on compiler target OS for cross-compilation
* Fix a few minor/unlikely memory errors
+ * Fix compilation with -Wl,--no-undefined
+ * Fix initial size of resizable X11 UIs in Gtk (patch from Robin Gareus)
* Gracefully handle failure to open wrapper
* Only report suil_ui_supported() if necessary wrapper is compiled in
* Upgrade to waf 1.8.14
+ * Various Windows fixes (patches from Robin Gareus)
- -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:47:44 -0400
+ -- David Robillard <d@drobilla.net> Tue, 20 Sep 2016 02:47:44 +0000
suil (0.8.2) stable;
- * Fix embedding several Qt UIs in Gtk
* Add configure options to disable all Gtk or Qt support
+ * Fix embedding several Qt UIs in Gtk
* Upgrade to waf 1.7.16
- -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:18:00 -0400
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 22:18:00 +0000
suil (0.8.0) stable;
@@ -55,100 +56,100 @@ suil (0.8.0) stable;
* Fix compilation errors on some systems
* Upgrade to waf 1.7.14
- -- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 16:06:56 -0500
+ -- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 21:06:56 +0000
suil (0.6.16) stable;
- * Fix suil_instance_extension_data() for UIs with NULL extension_data
* Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela)
+ * Fix suil_instance_extension_data() for UIs with NULL extension_data
- -- David Robillard <d@drobilla.net> Mon, 16 Sep 2013 23:48:57 -0400
+ -- David Robillard <d@drobilla.net> Tue, 17 Sep 2013 03:48:57 +0000
suil (0.6.14) stable;
- * Print system error message if module fails to load
- * Lower dependency from Gtk 2.24 introduced in 0.6.12
* Add support for new LV2 idle interface
+ * Lower dependency from Gtk 2.24 introduced in 0.6.12
+ * Print system error message if module fails to load
* Support resizing for X11 in Gtk (patch from Robin Gareus)
* Upgrade to waf 1.7.11
- -- David Robillard <d@drobilla.net> Fri, 09 Aug 2013 00:16:48 -0400
+ -- David Robillard <d@drobilla.net> Fri, 09 Aug 2013 04:16:48 +0000
suil (0.6.12) stable;
- * Fix key events for X11 in Gtk without using a troublesome event filter
- * Fix crash when a broken UI returns a NULL descriptor
* Fix compilation on BSD
+ * Fix crash when a broken UI returns a NULL descriptor
+ * Fix key events for X11 in Gtk without using a troublesome event filter
- -- David Robillard <d@drobilla.net> Fri, 22 Feb 2013 13:03:48 -0500
+ -- David Robillard <d@drobilla.net> Fri, 22 Feb 2013 18:03:48 +0000
suil (0.6.10) stable;
* Downgrade to waf 1.7.5, previous version does not build modules due to
package check breakage in waf 1.7.6
- -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 23:08:06 -0500
+ -- David Robillard <d@drobilla.net> Sun, 23 Dec 2012 04:08:06 +0000
suil (0.6.8) stable;
* Fix crash in x11_in_gtk2 when event_filter fires before widget is realized
+ * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
* Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on
systems without the dev package
- * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
- -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 21:11:23 -0500
+ -- David Robillard <d@drobilla.net> Sun, 23 Dec 2012 02:11:23 +0000
suil (0.6.6) stable;
+ * Disable timestamps in HTML documentation for reproducible build
* Fix embedding Gtk in Qt as a child widget (support reparenting)
- * Support for wrapping native Windows UIs in Gtk2
* Gracefully handle UIs with no port_event method
- * Replace host provided features that match Suil implemented features, rather
- than passing UIs duplicate features
- * Disable timestamps in HTML documentation for reproducible build
+ * Replace host provided features that match Suil implemented features,
+ rather than passing UIs duplicate features
+ * Support for wrapping native Windows UIs in Gtk2
- -- David Robillard <d@drobilla.net> Wed, 14 Nov 2012 11:17:03 -0500
+ -- David Robillard <d@drobilla.net> Wed, 14 Nov 2012 16:17:03 +0000
suil (0.6.4) stable;
* Correctly handle resizing for Gtk2 in Qt4
* Improve documentation
- -- David Robillard <d@drobilla.net> Mon, 09 Jul 2012 15:11:06 -0400
+ -- David Robillard <d@drobilla.net> Mon, 09 Jul 2012 19:11:06 +0000
suil (0.6.2) stable;
- * Fix crashes when wrapper widget is destroyed by toolkit before
- suil cleanup function is called
- * Link Gtk wrappers with 'nodelete' to avoid Glib type errors
* Allow run-time configuration of module directory via environment variable
SUIL_MODULE_DIR
+ * Fix crashes when wrapper widget is destroyed by toolkit before suil
+ cleanup function is called
+ * Link Gtk wrappers with 'nodelete' to avoid Glib type errors
- -- David Robillard <d@drobilla.net> Thu, 24 May 2012 23:18:18 -0400
+ -- David Robillard <d@drobilla.net> Fri, 25 May 2012 03:18:18 +0000
suil (0.6.0) stable;
- * Use path variables in pkgconfig files
* Add support for embedding X11 UIs (ui:X11UI)
* Support new LV2 UI features automatically if provided by host
+ * Use path variables in pkgconfig files
- -- David Robillard <d@drobilla.net> Wed, 18 Apr 2012 19:32:43 -0400
+ -- David Robillard <d@drobilla.net> Wed, 18 Apr 2012 23:32:43 +0000
suil (0.4.4) stable;
* Fix embedding Gtk2 Qt4 UIs in Qt4 hosts that do not link to Gtk2
- -- David Robillard <d@drobilla.net> Sat, 11 Jun 2011 11:20:11 -0400
+ -- David Robillard <d@drobilla.net> Sat, 11 Jun 2011 15:20:11 +0000
suil (0.4.2) stable;
- * Fix compilation issues on some systems
* Fix build system Python 3 compatibility
+ * Fix compilation issues on some systems
- -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
+ -- David Robillard <d@drobilla.net> Wed, 25 May 2011 23:00:00 +0000
suil (0.4.0) stable;
* Initial release
- -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400
+ -- David Robillard <d@drobilla.net> Wed, 25 May 2011 03:00:00 +0000