aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2024-03-14Add option to install tool man pagesDavid Robillard1-2/+3
2022-12-11Add missing short versions of command line optionsDavid Robillard1-1/+2
2022-12-11Fix clashing command line optionsDavid Robillard1-1/+2
2022-12-11Clean up command line help outputDavid Robillard1-0/+1
2022-12-11Use Gtk switches instead of checkboxes for toggle controlsDavid Robillard1-1/+2
2022-12-11Replace use of deprecated Gtk interfacesDavid Robillard1-1/+2
2022-12-11Remove Gtk2 interfaceDavid Robillard1-1/+2
2022-11-19Build Qt UI with -fPICDavid Robillard1-1/+2
Qt is built with -reduce-relocations on Ubuntu, which annoyingly requires executables to be built with -fPIC. I have no idea how to detect this situation, so will just blissfully assume that it doesn't cause any problems elsewhere.
2022-11-16Switch to external zix dependencyDavid Robillard1-0/+6
2022-09-09Jalv 1.6.8David Robillard1-2/+2
2022-08-23Fix "preset" console command when "presets" hasn't been calledDavid Robillard1-1/+2
2022-08-17Support both rdfs:label and lv2:name for port group labelsDavid Robillard1-1/+2
2022-08-17Fix thread-safety of plugin/UI communication ringsDavid Robillard1-1/+2
2022-08-17Propagate worker errors to the scheduler when possibleDavid Robillard1-1/+2
2022-08-17Fix spurious transport messagesDavid Robillard1-1/+2
The beats_per_minute from JACK is only valid if JackPositionBBT is set. On some JACK implementations (at least pipewire), this value is otherwise garbage, which causes a lot of transport message spam.
2022-08-17Fix atom buffer alignmentDavid Robillard1-1/+2
2022-08-17Fix memory leaksDavid Robillard1-1/+2
2022-08-17Make NEWS file readable by dpkg-parsechangelogDavid Robillard1-11/+11
2022-08-17Switch to meson build systemDavid Robillard1-1/+2
2022-08-17Fix man page headersDavid Robillard1-1/+2
2022-08-17Print status information consistently to stdoutDavid Robillard1-1/+2
2022-05-30Fix MSVC buildDavid Robillard1-1/+2
2022-05-27Remove Gtkmm interfaceDavid Robillard1-2/+4
Gtk2 is long deprecated, and Gtkmm2 is still covered by Ardour anyway.
2022-05-27Update documentationDavid Robillard1-1/+2
2022-05-27Change no-menu short option to m to avoid clash with jack-nameDavid Robillard1-1/+2
2022-05-27Add version option to console executableDavid Robillard1-1/+2
2022-05-27Update NEWSDavid Robillard1-1/+4
2022-05-27Build Qt and Gtkmm versions as C++14David Robillard1-1/+2
2021-02-15Remove Qt4 supportDavid Robillard1-1/+2
2021-01-16Update zixDavid Robillard1-0/+6
2021-01-07Jalv 1.6.6v1.6.6David Robillard1-2/+2
2020-12-18Ignore ports with nonsense lv2:control designationsDavid Robillard1-1/+2
2020-12-14Remove Jack session supportDavid Robillard1-1/+2
2020-10-11Explicitly support lv2:inPlaceBrokenDavid Robillard1-2/+3
I believe this is true for both Jack and PortAudio, though neither document it as a guarantee.
2020-04-05Add a command line argument to select a specific UIHanspeter Portner1-1/+2
2020-04-05Support port events for ui:showInterface UIsHanspeter Portner1-0/+6
2020-04-05Normalize NEWS fileDavid Robillard1-1/+1
2019-11-10Jalv 1.6.4v1.6.4David Robillard1-2/+2
2019-11-10Normalise NEWS fileDavid Robillard1-53/+53
2019-11-10Support rdfs:label for port groupsDavid Robillard1-1/+2
2019-11-03Use screen refresh rate with Gtk3 and Qt5David Robillard1-0/+6
2019-06-06Jalv 1.6.2v1.6.2David Robillard1-2/+2
2018-11-10Add support for running as an internal Jack clientTimo Wischer1-1/+2
2018-09-23Remove support for deprecated event and uri-map extensionsDavid Robillard1-1/+2
2018-09-22Document command syntax in man pageDavid Robillard1-1/+2
2018-09-21Make Suil dependency optionalDavid Robillard1-1/+2
2018-09-20Use sigaction() instead of signal()Laxmi Devi1-1/+2
Issue is that even after ctrl+c, fgets is waiting for a newline. See signal(7) for details. We have to either use siginterrupt() together with signal(), or use sigaction() instead of signal() for registering the signal handler, in order to disable restarting a read() system call after a signal. Signed-off-by: Laxmi Devi <Laxmi.Devi@in.bosch.com> Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
2018-09-20Update NEWSDavid Robillard1-1/+4
2017-05-07Fix Jack deactivationDavid Robillard1-1/+2
2017-02-18Add jalv -i option to ignore stdin for background useDavid Robillard1-1/+2