Age | Commit message (Expand) | Author | Files | Lines |
2018-09-18 | Fix a potential crash when closed with worker | JP Cimalando | 3 | -2/+15 |
2018-08-07 | Fix closing JACK backend | David Robillard | 1 | -1/+1 |
2018-08-01 | Make zix_ring_free() safe to call on NULL | Timo Wischer | 1 | -2/+4 |
2018-08-01 | Avoid NULL dereference in JACK backend on startup failure | Timo Wischer | 1 | -4/+8 |
2018-08-01 | Remove non-standard include | David Robillard | 1 | -1/+0 |
2018-08-01 | Remove unused control value variable | Timo Wischer | 1 | -1/+0 |
2018-08-01 | Use lilv_port_get_range() to get default, min, max of a control port | Timo Wischer | 1 | -3/+0 |
2018-07-22 | Fix stepped logarithmic controls in generic Qt UIs | David Robillard | 1 | -4/+5 |
2018-01-16 | Remove unnecessary includes | David Robillard | 2 | -3/+3 |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 |
2017-12-29 | Remove redundant casts | David Robillard | 1 | -2/+2 |
2017-12-16 | Remove unused variable | David Robillard | 1 | -1/+0 |
2017-12-16 | Use C11 memory barriers where available | David Robillard | 1 | -10/+14 |
2017-05-07 | Fix Jack deactivation | David Robillard | 1 | -1/+1 |
2017-04-26 | Merge pull request #1 from smbolton/master | David Robillard | 1 | -2/+2 |
2017-03-18 | Initialize worker if plugin provides necessary interface | David Robillard | 1 | -2/+1 |
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 1 | -0/+1 |
2017-03-05 | Fix use-after-free in jalv_gtk.c | Sean Bolton | 1 | -2/+2 |
2017-02-18 | Sort options in man pages and help output | David Robillard | 1 | -6/+6 |
2017-02-18 | Add jalv -i option to ignore stdin for background use | David Robillard | 2 | -1/+6 |
2017-02-12 | Disable deprecation warnings with Gtk3 | David Robillard | 1 | -1/+20 |
2016-10-05 | Fix combo boxes | David Robillard | 1 | -3/+3 |
2016-10-05 | Add PortAudio backend | David Robillard | 2 | -2/+225 |
2016-10-05 | Tidy | David Robillard | 1 | -6/+3 |
2016-10-05 | Fix time stamp of UI events delivered to plugin | David Robillard | 1 | -1/+1 |
2016-10-05 | Factor out UI communication from backend | David Robillard | 3 | -65/+110 |
2016-10-05 | Factor out Jack backend | David Robillard | 7 | -548/+970 |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -1/+2 |
2016-09-18 | Update copyright dates | David Robillard | 6 | -6/+6 |
2016-09-17 | Unify control port and parameter implementations | David Robillard | 5 | -220/+307 |
2016-09-16 | Fix memory error on preset save | David Robillard | 1 | -6/+7 |
2016-09-16 | Use cached URIs and fix pprops:rangeSteps nonsense | David Robillard | 3 | -25/+17 |
2016-09-15 | Fix crash on changes for ports with no widget | David Robillard | 1 | -1/+3 |
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 6 | -5/+30 |
2016-08-16 | Fix potential use of uninitialized variable | David Robillard | 1 | -2/+2 |
2016-08-01 | Add feature test macro for usleep on Lignux | David Robillard | 1 | -0/+1 |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 |
2016-08-01 | Use consistent feature test macros | David Robillard | 2 | -4/+6 |
2016-07-31 | Fix compilation with C++ | David Robillard | 6 | -28/+30 |
2016-07-31 | Fix log colour state | David Robillard | 2 | -2/+3 |
2016-07-31 | Do not call plugin work() method concurrently | David Robillard | 3 | -0/+6 |
2016-07-31 | Support thread-safe state restoration | David Robillard | 5 | -60/+119 |
2016-07-31 | Clean up log output | David Robillard | 3 | -11/+47 |
2016-07-26 | Fix feedback on parameter changes from plugin | David Robillard | 1 | -13/+27 |
2016-07-09 | Add support for lv2:CVPort via JACK metadata API | Hanspeter Portner | 2 | -2/+28 |
2016-04-30 | Fix wrong size in patch:Get | Hanspeter Portner | 1 | -1/+1 |
2016-04-25 | Support read-only controls | David Robillard | 2 | -66/+128 |
2016-04-25 | Fix invalid read of float port events as atoms | David Robillard | 1 | -0/+1 |
2016-04-25 | Add documentation for jalv -s option | David Robillard | 1 | -0/+1 |
2016-04-25 | Properly set jalv->has_ui for ui:showInterface | Hanspeter Portner | 1 | -1/+2 |