Posts

Suil 0.10.0

Suil 0.10.0 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • 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

Suil 0.8.4

Suil 0.8.4 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • Add Cocoa in Gtk wrapper (patch from Robin Gareus)
  • Add Gtk2 and X11 in Qt5 wrappers (patch from Rui Nuno Capela)
  • 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)

Suil 0.8.2

Suil 0.8.2 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • Add configure options to disable all Gtk or Qt support
  • Fix embedding several Qt UIs in Gtk
  • Upgrade to waf 1.7.16

Suil 0.8.0

Suil 0.8.0 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • Add suil_instance_get_handle (patch from Rui Nuno Capela)
  • Fix compilation errors on some systems
  • Upgrade to waf 1.7.14

Suil 0.6.16

Suil 0.6.16 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela)
  • Fix suil_instance_extension_data() for UIs with NULL extension_data

Suil 0.6.14

Suil 0.6.14 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • 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

Suil 0.6.12

Suil 0.6.12 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • 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

Suil 0.6.10

Suil 0.6.10 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • Downgrade to waf 1.7.5, previous version does not build modules due to package check breakage in waf 1.7.6

Suil 0.6.8

Suil 0.6.8 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • 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

Suil 0.6.6

Suil 0.6.6 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.

Changes:

  • Disable timestamps in HTML documentation for reproducible build
  • Fix embedding Gtk in Qt as a child widget (support reparenting)
  • Gracefully handle UIs with no port_event method
  • Replace host provided features that match Suil implemented features, rather than passing UIs duplicate features
  • Support for wrapping native Windows UIs in Gtk2

« Page 2 / 3 »