aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-16Use C11 memory barriers where availableDavid Robillard1-10/+14
2017-05-07Fix Jack deactivationDavid Robillard1-1/+1
2017-04-26Merge pull request #1 from smbolton/masterDavid Robillard1-2/+2
2017-03-18Initialize worker if plugin provides necessary interfaceDavid Robillard1-2/+1
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard1-0/+1
2017-03-05Fix use-after-free in jalv_gtk.cSean Bolton1-2/+2
2017-02-18Sort options in man pages and help outputDavid Robillard1-6/+6
2017-02-18Add jalv -i option to ignore stdin for background useDavid Robillard2-1/+6
2017-02-12Disable deprecation warnings with Gtk3David Robillard1-1/+20
2016-10-05Fix combo boxesDavid Robillard1-3/+3
2016-10-05Add PortAudio backendDavid Robillard2-2/+225
2016-10-05TidyDavid Robillard1-6/+3
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 Robillard7-548/+970
2016-10-01Transition away from deprecated _BSD_SOURCEDavid Robillard1-1/+2
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 Robillard1-6/+7
2016-09-16Use cached URIs and fix pprops:rangeSteps nonsenseDavid Robillard3-25/+17
2016-09-15Fix crash on changes for ports with no widgetDavid Robillard1-1/+3
2016-08-31Discover presence of UI before jack_activateHanspeter Portner6-5/+30
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 Robillard2-4/+6
2016-07-31Fix compilation with C++David Robillard6-28/+30
2016-07-31Fix log colour stateDavid Robillard2-2/+3
2016-07-31Do not call plugin work() method concurrentlyDavid Robillard3-0/+6
2016-07-31Support thread-safe state restorationDavid Robillard5-60/+119
2016-07-31Clean up log outputDavid Robillard3-11/+47
2016-07-26Fix feedback on parameter changes from pluginDavid Robillard1-13/+27
2016-07-09Add support for lv2:CVPort via JACK metadata APIHanspeter Portner2-2/+28
2016-04-30Fix wrong size in patch:GetHanspeter Portner1-1/+1
2016-04-25Support read-only controlsDavid Robillard2-66/+128
2016-04-25Fix invalid read of float port events as atomsDavid Robillard1-0/+1
2016-04-25Add documentation for jalv -s optionDavid Robillard1-0/+1
2016-04-25Properly set jalv->has_ui for ui:showInterfaceHanspeter Portner1-1/+2
2016-04-25Fix broken plugin <-> UI comm in jalv_consoleHanspeter Portner1-0/+2
2016-03-31Fix wrong order of atom size/type in patch:GetHanspeter Portner1-1/+1
2016-03-15Delete trailing whitespaceDavid Robillard2-3/+3
2016-01-25Add ui:idleInterface to host UI featuresHanspeter Portner1-0/+4
2016-01-07Fix patch:Put handlingHanspeter Portner3-2/+26
2015-12-31Fix controls when range is given with integersDavid Robillard3-12/+22
2015-12-04Remove unused macrosDavid Robillard2-4/+0
2015-11-08Support numeric and string plugin propertiesDavid Robillard5-226/+438
2015-10-17Remove unused definesDavid Robillard1-4/+1
2015-10-10Support more parameter typesDavid Robillard1-31/+87
2015-10-10Add option to enable plugin trace log messagesDavid Robillard4-2/+8
2015-10-10Support numeric plugin propertiesDavid Robillard3-134/+266