Age | Commit message (Expand) | Author | Files | Lines |
2013-06-08 | Probably fix thread safety of debug printing (#911). | David Robillard | 1 | -0/+1 |
2013-05-27 | Support rsz:minimumSize for atom and event ports. | David Robillard | 1 | -0/+3 |
2013-05-09 | Communicate UI update rate to plugin and UI. | David Robillard | 1 | -2/+3 |
2013-05-09 | Add command-line option to control UI update frequency. | David Robillard | 1 | -0/+1 |
2013-02-11 | Group controls under headings if port group information is available. | David Robillard | 1 | -0/+2 |
2013-01-27 | Remove unused noe. | David Robillard | 1 | -1/+0 |
2013-01-26 | Support state:loadDefaultState. | David Robillard | 1 | -0/+1 |
2013-01-22 | Use a dynamically allocated buffer for reading from plugin=>UI ring to avoid ... | David Robillard | 1 | -0/+1 |
2013-01-10 | Support event-based file parameters in built-in UI. | David Robillard | 1 | -0/+5 |
2012-11-17 | Make URI map thread-safe, fixing occasional crashes for plugins with UIs. | David Robillard | 1 | -1/+2 |
2012-11-16 | Send new time information to plugin when Jack tempo changes. | David Robillard | 1 | -0/+1 |
2012-08-29 | Implement buf-size via options. | David Robillard | 1 | -0/+1 |
2012-08-29 | Implement providing block length to plugin via options. | David Robillard | 1 | -0/+3 |
2012-08-22 | Fix Jack Session 'save and close' operation. | David Robillard | 1 | -0/+3 |
2012-08-21 | Implement basic support for the new options extension and use it to pass the ... | David Robillard | 1 | -0/+2 |
2012-08-02 | Pass parent widget to suil_instance_new. | David Robillard | 1 | -3/+9 |
2012-07-08 | Notify plugins of Jack transport changes by sending events (an atom:Blank with | David Robillard | 1 | -0/+3 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 1 | -0/+1 |
2012-04-28 | Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ... | David Robillard | 1 | -2/+1 |
2012-04-27 | Add comm buffer size parameter and use Jack MIDI buffer size by default. | David Robillard | 1 | -4/+5 |
2012-04-12 | Delete trailing whitespace. | David Robillard | 1 | -7/+7 |
2012-04-11 | Simpler preset saving. | David Robillard | 1 | -1/+2 |
2012-04-11 | Fix Jack MIDI output. | David Robillard | 1 | -0/+1 |
2012-04-11 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2012-04-10 | Make controls update when changing presets (except combos). | David Robillard | 1 | -9/+18 |
2012-04-09 | More sensible URI node cacheing structure. | David Robillard | 1 | -14/+19 |
2012-04-09 | Generic UI for jalv.gtk from Nick Lanham. | David Robillard | 1 | -0/+1 |
2012-04-05 | Implement log extension. | David Robillard | 1 | -1/+14 |
2012-03-31 | Move worker implementation to separate file. | David Robillard | 1 | -1/+2 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -3/+3 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-23 | Implement LV2 worker extension. | David Robillard | 1 | -9/+23 |
2012-03-21 | Remove implementation of UI resize extension which is handled autommatically ... | David Robillard | 1 | -2/+0 |
2012-03-16 | Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging. | David Robillard | 1 | -0/+3 |
2012-03-16 | Properly implement non-resizable UIs, not that any plugins that should set th... | David Robillard | 1 | -0/+3 |
2012-02-29 | Update for latest atom extension. | David Robillard | 1 | -2/+17 |
2012-02-28 | Update LV2_Evbuf (matches that used in current ardour 3.0). | David Robillard | 1 | -0/+1 |
2012-02-18 | Add -d option and implement proper communication dumping. | David Robillard | 1 | -0/+8 |
2012-02-09 | Mac portability fixes. | David Robillard | 1 | -3/+4 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 1 | -1/+1 |
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 1 | -1/+4 |
2012-01-15 | Lint. | David Robillard | 1 | -47/+47 |
2012-01-10 | Update for latest Lilv state API (fix ticket #801). | David Robillard | 1 | -2/+8 |
2012-01-03 | Don't run plugin while setting state (which violates threading rules). | David Robillard | 1 | -0/+8 |
2011-12-23 | Use new LilvState API for state/presets. | David Robillard | 1 | -9/+15 |
2011-12-21 | Save rdf:type and rdfs:label (if supplied) with state/presets. | David Robillard | 1 | -1/+1 |
2011-12-21 | Add first-class PluginState object and make state interface more generic. | David Robillard | 1 | -10/+7 |
2011-12-20 | Localize more stuff to state.c. | David Robillard | 1 | -5/+0 |
2011-12-18 | Make state implementation more generic. | David Robillard | 1 | -1/+5 |
2011-12-18 | Merge common code from preset and state implementations. | David Robillard | 1 | -0/+5 |