aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-16Explicitly set language versionDavid Robillard1-3/+1
2018-01-16Upgrade to waf 2.0.4David Robillard1-6/+6
2017-12-29Use clang-tidy for lintingDavid Robillard1-1/+11
2017-12-29Fix inconsistent parameter namesDavid Robillard1-1/+1
2017-12-29Remove redundant castsDavid Robillard1-2/+2
2017-12-29Upgrade to waf 2.0.3David Robillard2-39/+41
2017-12-18Update wafDavid Robillard1-5/+5
2017-12-16Clean up wscriptDavid Robillard1-13/+14
2017-12-16Update wafDavid Robillard2-7/+5
2017-12-16Remove unused variableDavid Robillard1-1/+0
2017-12-16Use C11 memory barriers where availableDavid Robillard2-10/+17
2017-05-07Fix Jack deactivationDavid Robillard2-2/+3
2017-04-26Merge pull request #1 from smbolton/masterDavid Robillard1-2/+2
Fix use-after-free in jalv_gtk.c
2017-03-18Initialize worker if plugin provides necessary interfaceDavid Robillard1-2/+1
This change ignores the schedule feature and initializes the worker(s) if the plugin provides the worker interface even if it doesn't list the schedule feature as supported. This relaxes support for sloppy plugins that don't list their features, and technically allows a plugin to only provide the interface and use it for synchronous thread-safe restore only (not that this makes much sense).
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard2-1/+2
2017-03-05Fix use-after-free in jalv_gtk.cSean Bolton1-2/+2
2017-02-27Update waf and fix C++11 flagsDavid Robillard2-10/+8
2017-02-18Sort options in man pages and help outputDavid Robillard3-41/+41
2017-02-18Add jalv -i option to ignore stdin for background useDavid Robillard4-2/+12
2017-02-18Fix misleading and incomplete man pageDavid Robillard1-2/+10
2017-02-12Update READMEDavid Robillard1-2/+5
2017-02-12Disable deprecation warnings with Gtk3David Robillard1-1/+20
2017-02-12Fix compilation with recent Gtkmm versions that require C++11David Robillard2-0/+9
2017-01-07Fix compilation with newer versions of Qt5David Robillard1-2/+2
2017-01-04Jalv 0.6.0v1.6.0David Robillard3-6/+6
2016-10-05Fix combo boxesDavid Robillard1-3/+3
2016-10-05Add PortAudio backendDavid Robillard4-19/+257
2016-10-05TidyDavid Robillard2-10/+7
2016-10-05Fix time stamp of UI events delivered to pluginDavid Robillard1-1/+1
2016-10-05Factor out UI communication from backendDavid Robillard3-65/+110
2016-10-05Factor out Jack backendDavid Robillard8-551/+988
2016-10-01Transition away from deprecated _BSD_SOURCEDavid Robillard1-1/+2
2016-09-20Bump required LV2 versionDavid Robillard1-1/+1
2016-09-18Update copyright datesDavid Robillard6-6/+6
2016-09-17Unify control port and parameter implementationsDavid Robillard5-220/+307
2016-09-16Fix memory error on preset saveDavid Robillard2-7/+9
2016-09-16Use cached URIs and fix pprops:rangeSteps nonsenseDavid Robillard3-25/+17
2016-09-16Fix incorrect man page optionDavid Robillard1-1/+1
2016-09-15Fix crash on changes for ports with no widgetDavid Robillard1-1/+3
This happens, for example, with latency ports with the notOnGUI property set.
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-09-05Tidy up man pagesDavid Robillard4-4/+4
2016-09-05Update NEWSDavid Robillard1-1/+2
2016-08-31Discover presence of UI before jack_activateHanspeter Portner6-5/+30
jalv.has_ui should be set before jack_activate. If not, patch:Get message may be without effect and parameter replies never be sent from within jack process callback, as the latter may run before the corresponding UI logic (e.g. with jalv.has_ui still being false).
2016-08-23Add --no-gtkmm configure optionDavid Robillard1-0/+4
2016-08-17Add target for generating release announcementsDavid Robillard3-8/+21
2016-08-16Fix potential use of uninitialized variableDavid Robillard1-2/+2
2016-08-01Add feature test macro for usleep on LignuxDavid Robillard1-0/+1
2016-08-01Use consistent feature test macrosDavid Robillard1-1/+1
2016-08-01Use consistent feature test macrosDavid Robillard3-6/+8
2016-07-31Fix compilation with C++David Robillard6-28/+30