aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-05worker: Only add response when enough spaceTimo Wischer1-0/+4
2020-04-05worker: Do not read response when not yet availableTimo Wischer1-7/+26
2020-04-05Add a command line argument to select a specific UIHanspeter Portner7-1/+29
2020-04-05Factor out UI selectionDavid Robillard1-16/+64
2020-04-05Add lv2:extensionData and ui:showInterface nodesDavid Robillard2-0/+4
2020-04-05Support port events for ui:showInterface UIsHanspeter Portner3-6/+16
2020-04-05Normalize NEWS fileDavid Robillard1-1/+1
2020-03-17Allocate more space for command prompt commandsDavid Robillard1-1/+1
2020-03-17Fix null termination of paths passed to pluginsDavid Robillard1-2/+2
2020-03-17Fix buffer overrun with very long symbols in commandsDavid Robillard1-4/+4
2020-03-17Implement ui:requestValueDavid Robillard4-1/+47
2019-12-09Fix autowaf submodule referenceDavid Robillard1-1/+1
2019-11-10Jalv 1.6.4v1.6.4David Robillard2-3/+3
2019-11-10Normalise NEWS fileDavid Robillard1-53/+53
2019-11-10Add gitignore fileDavid Robillard1-0/+1
2019-11-10Remove old release targetsDavid Robillard1-25/+9
2019-11-10Ensure refresh rate is at least 30HzDavid Robillard1-1/+3
2019-11-10Remove debug noiseDavid Robillard1-1/+0
2019-11-10Support rdfs:label for port groupsDavid Robillard2-1/+8
2019-11-03Use screen refresh rate with Gtk3 and Qt5David Robillard9-3/+47
2019-11-03Fix crash with QtDavid Robillard3-9/+9
2019-10-17Avoid deprecated QFontMetrics::widthDavid Robillard1-2/+13
2019-10-17Replace use of deprecated qSortDavid Robillard1-1/+1
2019-10-17Avoid deprecation warnings in the Gtk headers themselvesDavid Robillard2-17/+8
2019-10-17Make jalv_update return intDavid Robillard2-4/+4
2019-10-17Clean up includesDavid Robillard16-85/+78
2019-10-17Update autowafDavid Robillard2-55/+49
2019-10-17Fix check for POSIX functionsDavid Robillard1-1/+1
2019-10-17Remove use of autowaf.defineDavid Robillard1-2/+1
2019-06-06Jalv 1.6.2v1.6.2David Robillard2-3/+3
2019-06-06Remove stale .gitattributesDavid Robillard1-1/+0
2019-06-06Fix post generationDavid Robillard1-1/+1
2019-06-06Exclude .gitmodules from distributionDavid Robillard1-0/+4
2019-06-06Update autowafDavid Robillard1-0/+0
2019-06-06Update copyright dateDavid Robillard1-1/+1
2019-06-06Update dependency versionsDavid Robillard1-3/+3
2019-05-04Fix incorrect type for sample rate optionDavid Robillard3-6/+6
2019-04-21Use modern LV2 includesDavid Robillard8-32/+32
2019-04-21Switch to using a submodule for autowafDavid Robillard186-41939/+10
2019-03-17Update autowaf and adapt to new APIDavid Robillard47-444/+873
2019-03-17Squashed 'waflib/' changes from 915dcb1..e7a29b6David Robillard46-438/+871
2019-01-12Update autowafDavid Robillard1-15/+39
2019-01-12Squashed 'waflib/' changes from 5ea8f99..915dcb1David Robillard1-15/+39
2018-12-27Remove unused jalv_ui_resize()David Robillard4-36/+0
2018-12-27Remove garbage element from features arrayDavid Robillard1-1/+0
2018-11-24Squashed 'waflib/' changes from 3e43d09..5ea8f99David Robillard1-25/+45
2018-11-24Merge commit '1c5d1c8712500cf4ad5f286f5e2cfcc55292ca7e'David Robillard1-25/+45
2018-11-10Free LilvNodes when no longer requiredTimo Wischer2-0/+17
2018-11-10Use distinct error codes for all cases in jalv_openDavid Robillard1-3/+3
2018-11-10Add support for running as an internal Jack clientTimo Wischer3-6/+101