aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Use a consistent interface for error/warning/debug loggingDavid Robillard1-8/+9
2022-08-17Print status information consistently to stdoutDavid Robillard1-1/+1
2022-08-17Reduce dependence on jalv_internal.hDavid Robillard1-0/+1
2022-08-17Move Port definition to its own headerDavid Robillard1-0/+1
2022-08-17Separate options.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Move JalvURIDs and JalvNodes to their own headersDavid Robillard1-0/+2
2022-08-17Remove Jalv back pointer from ControlIDDavid Robillard1-14/+26
2022-08-17Clearly separate frontends from common internalsDavid Robillard1-10/+10
2022-08-17Separate control.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Separate ui.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Separate state.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
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
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
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