aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-27Add Gtk plugin selector UIAlexandros Theodotou1-0/+115
2022-05-27Use G_VALUE_INITDavid Robillard1-2/+2
2022-05-27Change no-menu short option to m to avoid clash with jack-nameDavid Robillard1-1/+1
2022-05-27Use consistent comment stylesDavid Robillard1-9/+9
2022-05-27Format all code with clang-formatDavid Robillard1-921/+1023
2022-05-27Avoid "else" after "return"David Robillard1-17/+36
2021-02-15Pass ui:scaleFactor option to UIsAlexandros Theodotou1-0/+15
This option was added in LV2 1.18.0.
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-14Isolate variable declarationsDavid Robillard1-1/+2
2020-12-14Fix unused parameter warningsDavid Robillard1-3/+3
2020-12-14Use the appropriate math functions for the operand precisionDavid Robillard1-3/+3
2020-12-14Update zixDavid Robillard1-12/+12
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
Gdk can allegedly report zero on some systems.
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
Honestly...
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
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
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
This happens, for example, with latency ports with the notOnGUI property set.
2016-08-31Discover presence of UI before jack_activateHanspeter Portner1-1/+6
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-07-31Fix compilation with C++David Robillard1-8/+8
2016-07-26Fix feedback on parameter changes from pluginDavid Robillard1-13/+27
This ensures that changing a read-write parameter by clicking the slider or changing the spin button value sends exactly one Set message to the plugin, and that no change messages are sent as a result of updates from the plugin.
2016-04-25Support read-only controlsDavid Robillard1-66/+127
Based on patch from Hanspeter Portner https://github.com/ventosus/jalv.git fix_extend_jalv_gtk 9cf3e524f33716aaa2bbb18d9eb869ed095f5eaf
2016-04-25Fix invalid read of float port events as atomsDavid Robillard1-0/+1
2016-01-07Fix patch:Put handlingHanspeter Portner1-2/+24
(Property, Value) pairs are expected to be embedded in a patch:body property object, not direcly in the patch:Put object.
2015-12-31Fix controls when range is given with integersDavid Robillard1-9/+16
2015-11-08Support numeric and string plugin propertiesDavid Robillard1-221/+196
Also: * Print plugin/UI communication log in colour if supported * Update UI when internal plugin state is changed during preset load git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5812 a436a847-0d15-0410-975c-d299462d15a1
2015-10-10Support more parameter typesDavid Robillard1-31/+87
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5765 a436a847-0d15-0410-975c-d299462d15a1
2015-10-10Add option to enable plugin trace log messagesDavid Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1
2015-10-10Support numeric plugin propertiesDavid Robillard1-134/+241
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5762 a436a847-0d15-0410-975c-d299462d15a1
2015-10-09Allow Jack client name to be set from command lineDavid Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5760 a436a847-0d15-0410-975c-d299462d15a1
2015-08-30Add option to load preset from the command line.David Robillard1-4/+26
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5717 a436a847-0d15-0410-975c-d299462d15a1
2015-03-07Save preset bundles with standard naming scheme.David Robillard1-8/+21
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5620 a436a847-0d15-0410-975c-d299462d15a1
2015-03-07Reduce use of deprecated Gtk stock API.David Robillard1-10/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5619 a436a847-0d15-0410-975c-d299462d15a1
2015-03-07Improve preset support.David Robillard1-31/+181
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5618 a436a847-0d15-0410-975c-d299462d15a1
2015-03-03Fix confusing use of GArray.David Robillard1-12/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5612 a436a847-0d15-0410-975c-d299462d15a1
2015-02-21Fix trailing whitespace.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5591 a436a847-0d15-0410-975c-d299462d15a1