aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-22Clean up includesDavid Robillard1-2/+0
2022-12-12Remove stale macroDavid Robillard1-3/+0
2022-12-12Use header bar in plugin selector dialogDavid Robillard1-9/+11
2022-12-11Add margin to controls containerDavid Robillard1-0/+2
2022-12-11Sort options in command line help outputDavid Robillard1-57/+57
2022-12-11Add missing short versions of command line optionsDavid Robillard1-1/+1
2022-12-11Fix clashing command line optionsDavid Robillard1-1/+1
2022-12-11Clean up command line help outputDavid Robillard1-5/+6
2022-12-11Remove Gtk portability wrappers that are no longer necessaryDavid Robillard1-41/+26
2022-12-11Don't expand combo box controlsDavid Robillard1-0/+2
2022-12-11Use Gtk switches instead of checkboxes for toggle controlsDavid Robillard1-13/+17
2022-12-11Replace use of deprecated Gtk interfacesDavid Robillard1-70/+52
2022-12-11Remove Gtk2 interfaceDavid Robillard1-24/+1
2022-11-16Switch to external zix dependencyDavid Robillard1-1/+1
2022-08-17Support both rdfs:label and lv2:name for port group labelsDavid Robillard1-0/+6
2022-08-17Use a consistent interface for error/warning/debug loggingDavid Robillard1-8/+9
Towards the ability to hook the log into other things (for display in a UI, for example). The implementation still just prints to stderr, although now with consistent formatting.
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
Bit of a kludge, but this unblocks further cleanup and modularization. The Gtk static data / signal issues can be addressed later.
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
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