aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Remove Jack session supportDavid Robillard1-2/+0
2020-09-27Clean up includesDavid Robillard1-2/+20
2020-04-05Add a command line argument to select a specific UIHanspeter Portner1-0/+2
2020-03-17Fix null termination of paths passed to pluginsDavid Robillard1-2/+2
2020-03-17Implement ui:requestValueDavid Robillard1-0/+38
2019-11-10Ensure refresh rate is at least 30HzDavid Robillard1-1/+3
2019-11-03Use screen refresh rate with Gtk3 and Qt5David Robillard1-0/+13
2019-10-17Avoid deprecation warnings in the Gtk headers themselvesDavid Robillard1-17/+4
2019-10-17Clean up includesDavid Robillard1-5/+4
2019-04-21Use modern LV2 includesDavid Robillard1-2/+2
2018-11-10Move exit semaphore to Jalv structDavid Robillard1-1/+1
2018-09-24Fix some unnecessary const castsDavid Robillard1-3/+3
2018-09-24Fix unused parameter warningsTimo Wischer1-12/+14
2017-12-16Remove unused variableDavid Robillard1-1/+0
2017-03-05Fix use-after-free in jalv_gtk.cSean Bolton1-2/+2
2017-02-12Disable deprecation warnings with Gtk3David Robillard1-1/+20
2016-10-05Fix combo boxesDavid Robillard1-3/+3
2016-09-17Unify control port and parameter implementationsDavid Robillard1-200/+82
2016-09-16Fix memory error on preset saveDavid Robillard1-6/+7
2016-09-15Fix crash on changes for ports with no widgetDavid Robillard1-1/+3
2016-08-31Discover presence of UI before jack_activateHanspeter Portner1-1/+6
2016-07-31Fix compilation with C++David Robillard1-8/+8
2016-07-26Fix feedback on parameter changes from pluginDavid Robillard1-13/+27
2016-04-25Support read-only controlsDavid Robillard1-66/+127
2016-04-25Fix invalid read of float port events as atomsDavid Robillard1-0/+1
2016-01-07Fix patch:Put handlingHanspeter Portner1-2/+24
2015-12-31Fix controls when range is given with integersDavid Robillard1-9/+16
2015-11-08Support numeric and string plugin propertiesDavid Robillard1-221/+196
2015-10-10Support more parameter typesDavid Robillard1-31/+87
2015-10-10Add option to enable plugin trace log messagesDavid Robillard1-0/+2
2015-10-10Support numeric plugin propertiesDavid Robillard1-134/+241
2015-10-09Allow Jack client name to be set from command lineDavid Robillard1-0/+4
2015-08-30Add option to load preset from the command line.David Robillard1-4/+26
2015-03-07Save preset bundles with standard naming scheme.David Robillard1-8/+21
2015-03-07Reduce use of deprecated Gtk stock API.David Robillard1-10/+10
2015-03-07Improve preset support.David Robillard1-31/+181
2015-03-03Fix confusing use of GArray.David Robillard1-12/+10
2015-02-21Fix trailing whitespace.David Robillard1-2/+2
2015-02-14Exit GUI versions on interrupt.David Robillard1-2/+1
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-07-15Support saving the same preset several times.David Robillard1-1/+8
2014-07-13Add option to print control output changes to stdout.David Robillard1-1/+3
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-3/+3
2014-01-12Show newly saved presets in the preset menu.David Robillard1-39/+55
2013-12-25Add -c option for setting controls from the command line (#816).David Robillard1-0/+2
2013-12-25Fix more const-correctness violations.David Robillard1-8/+8
2013-12-19Add --no-menu option to jalv.gtk.David Robillard1-18/+29
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard1-0/+10
2013-05-26Work around Gtk bug for labels on sliders (patch from Robin Gareus).David Robillard1-5/+17
2013-05-26Fix default setting for non-sequential enumeration portsDavid Robillard1-2/+6