Age | Commit message (Expand) | Author | Files | Lines |
2012-07-16 | Don't send UI updates if UI is not present (correct fix for r4513). | David Robillard | 1 | -1/+1 |
2012-07-09 | Update to r72/autowaf (don't run ldconfig when destdir is given as an option). | David Robillard | 1 | -0/+0 |
2012-07-09 | Improve documentation style. | David Robillard | 1 | -0/+0 |
2012-07-09 | Factor out documentation fixup stuff to autowaf. | David Robillard | 1 | -0/+0 |
2012-07-09 | Improve INSTALL file. | David Robillard | 1 | -17/+41 |
2012-07-08 | Update to r69/autowaf (fix Python3 compatibility). | David Robillard | 1 | -0/+0 |
2012-07-08 | Notify plugins of Jack transport changes by sending events (an atom:Blank with | David Robillard | 3 | -51/+74 |
2012-07-07 | Don't fill plugin=>UI ringbuffer when no UI is present. | David Robillard | 1 | -1/+1 |
2012-06-13 | Tolerate loading presets with port values that aren't xsd:decimal (fix #824). | David Robillard | 2 | -4/+12 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 3 | -2/+47 |
2012-05-27 | Support lv2:sampleRate control ports. | David Robillard | 2 | -10/+18 |
2012-05-27 | Add real-time annotations for sfpv. | David Robillard | 1 | -1/+7 |
2012-05-20 | Update to r68/autowaf. | David Robillard | 1 | -0/+0 |
2012-05-13 | Gracefully handle allocation failure. | David Robillard | 1 | -1/+6 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -1/+3 |
2012-04-28 | Crank up the update rate a bit. | David Robillard | 1 | -1/+1 |
2012-04-28 | Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ... | David Robillard | 6 | -9/+38 |
2012-04-28 | Fix NEWS for 1.0.0 (oops). | David Robillard | 1 | -2/+2 |
2012-04-27 | Ssshhh. | David Robillard | 1 | -3/+0 |
2012-04-27 | Add comm buffer size parameter and use Jack MIDI buffer size by default. | David Robillard | 4 | -13/+34 |
2012-04-19 | Add README. | David Robillard | 1 | -0/+14 |
2012-04-19 | Fix MIDI buffer size stuff. | David Robillard | 2 | -8/+13 |
2012-04-19 | Bump versions. | David Robillard | 2 | -3/+9 |
2012-04-19 | Update man pages. | David Robillard | 4 | -6/+101 |
2012-04-19 | Remove pointless variable. | David Robillard | 1 | -2/+1 |
2012-04-19 | Update copyright date. | David Robillard | 2 | -3/+3 |
2012-04-18 | Bump dependency versions. | David Robillard | 1 | -2/+2 |
2012-04-13 | Logarithmic slider support from Nick Lanham. | David Robillard | 2 | -9/+47 |
2012-04-13 | Fix compilation with old glib. | David Robillard | 1 | -2/+2 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 3 | -17/+10 |
2012-04-12 | Delete trailing whitespace. | David Robillard | 3 | -14/+14 |
2012-04-11 | Write port values in presets as pretty numbers. | David Robillard | 1 | -2/+2 |
2012-04-11 | Simpler preset saving. | David Robillard | 3 | -35/+49 |
2012-04-11 | Fix Jack MIDI output. | David Robillard | 3 | -7/+11 |
2012-04-11 | Use actual scale point values for combo boxes (don't assume scale point value... | David Robillard | 1 | -6/+33 |
2012-04-11 | Fix memory leak. | David Robillard | 2 | -3/+5 |
2012-04-10 | Make controls update when changing presets (except combos). | David Robillard | 7 | -37/+101 |
2012-04-09 | More sensible URI node cacheing structure. | David Robillard | 3 | -53/+52 |
2012-04-09 | Generic UI for jalv.gtk from Nick Lanham. | David Robillard | 3 | -20/+231 |
2012-04-09 | Tidy. | David Robillard | 3 | -5/+9 |
2012-04-05 | Implement log extension. | David Robillard | 4 | -6/+68 |
2012-04-01 | Fix crash with plugins without a worker interface. | David Robillard | 1 | -1/+1 |
2012-03-31 | Make jalv_worker_respond() private. | David Robillard | 2 | -16/+11 |
2012-03-31 | Move worker implementation to separate file. | David Robillard | 5 | -87/+169 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 2 | -4/+4 |
2012-03-27 | Implement end_run hook of worker interface. | David Robillard | 1 | -0/+4 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -14/+2 |
2012-03-25 | Update for latest atom extension. | David Robillard | 2 | -15/+15 |
2012-03-23 | Implement LV2 worker extension. | David Robillard | 3 | -10/+255 |