aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-1/+1
2013-05-09Add command-line option to control UI update frequency.David Robillard1-0/+2
2013-02-22Fix key events for X11 in Gtk.David Robillard1-0/+1
2013-02-11Group controls under headings if port group information is available.David Robillard1-117/+229
2013-01-10Support event-based file parameters in built-in UI.David Robillard1-20/+98
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+7
2012-08-22Set control widgets initially to actual control value, not default value.David Robillard1-16/+13
2012-08-21Set WM_ROLE to 'plugin_ui' to appease someone who would never do the same for...David Robillard1-0/+1
2012-08-10Fix a ton of warnings.David Robillard1-9/+10