Age | Commit message (Expand) | Author | Files | Lines |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -8/+5 |
2012-04-12 | Delete trailing whitespace. | David Robillard | 1 | -6/+6 |
2012-04-11 | Fix Jack MIDI output. | David Robillard | 1 | -6/+9 |
2012-04-11 | Fix memory leak. | David Robillard | 1 | -3/+4 |
2012-04-10 | Make controls update when changing presets (except combos). | David Robillard | 1 | -19/+20 |
2012-04-09 | More sensible URI node cacheing structure. | David Robillard | 1 | -37/+31 |
2012-04-05 | Implement log extension. | David Robillard | 1 | -4/+10 |
2012-04-01 | Fix crash with plugins without a worker interface. | David Robillard | 1 | -1/+1 |
2012-03-31 | Move worker implementation to separate file. | David Robillard | 1 | -85/+16 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-27 | Implement end_run hook of worker interface. | David Robillard | 1 | -0/+4 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -14/+14 |
2012-03-23 | Implement LV2 worker extension. | David Robillard | 1 | -1/+99 |
2012-03-21 | Remove implementation of UI resize extension which is handled autommatically ... | David Robillard | 1 | -36/+11 |
2012-03-20 | Actually check for ui:noUserResize. Oops. | David Robillard | 1 | -1/+1 |
2012-03-20 | Check for both ui:fixedSize and ui:noUserResize. | David Robillard | 1 | -7/+11 |
2012-03-20 | More gracefully handle plugin => UI message overflows. | David Robillard | 1 | -2/+5 |
2012-03-19 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-18 | Fix crash on plugins with no UI. | David Robillard | 1 | -0/+4 |
2012-03-16 | Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging. | David Robillard | 1 | -4/+13 |
2012-03-16 | Properly implement non-resizable UIs, not that any plugins that should set th... | David Robillard | 1 | -0/+17 |
2012-03-08 | Fix sequence ports. | David Robillard | 1 | -5/+11 |
2012-03-02 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-02-29 | Update for latest atom extension. | David Robillard | 1 | -10/+60 |
2012-02-28 | Update LV2_Evbuf (matches that used in current ardour 3.0). | David Robillard | 1 | -2/+6 |
2012-02-19 | Update for latest LV2 changes. | David Robillard | 1 | -1/+1 |
2012-02-18 | Add -d option and implement proper communication dumping. | David Robillard | 1 | -18/+18 |
2012-02-18 | Implement/fix atom event port UI notifications. | David Robillard | 1 | -1/+16 |
2012-02-17 | Update for latest atom extension. | David Robillard | 1 | -2/+0 |
2012-02-12 | Update for latest atom extension. | David Robillard | 1 | -0/+2 |
2012-02-11 | Shh. | David Robillard | 1 | -4/+0 |
2012-02-09 | Mac portability fixes. | David Robillard | 1 | -13/+18 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 1 | -18/+17 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-17 | Fix crashes when loading presets with no UI present (fix #808). | David Robillard | 1 | -0/+4 |
2012-01-15 | Lint. | David Robillard | 1 | -50/+52 |
2012-01-14 | Always print MIDI buffer size. | David Robillard | 1 | -0/+1 |
2012-01-12 | Support passing either a file or the bundle directory for -l. | David Robillard | 1 | -4/+14 |
2012-01-10 | Fix compilation on old Jack without jack_port_type_get_buffer_size (fix ticke... | David Robillard | 1 | -0/+8 |
2012-01-10 | Update for latest Lilv state API (fix ticket #801). | David Robillard | 1 | -9/+31 |
2012-01-03 | Don't run plugin while setting state (which violates threading rules). | David Robillard | 1 | -0/+24 |
2011-12-23 | Use new LilvState API for state/presets. | David Robillard | 1 | -6/+8 |
2011-12-21 | Add first-class PluginState object and make state interface more generic. | David Robillard | 1 | -18/+24 |
2011-12-18 | Make state implementation more generic. | David Robillard | 1 | -9/+14 |
2011-12-18 | Use file locking on saves presets manifest.ttl. | David Robillard | 1 | -4/+4 |
2011-12-18 | Fix UI updates. | David Robillard | 1 | -22/+12 |
2011-12-18 | Destroy UI before plugin instance. | David Robillard | 1 | -1/+1 |
2011-12-18 | Preset saving. | David Robillard | 1 | -2/+2 |
2011-12-16 | Support presets in Gtk UI. | David Robillard | 1 | -8/+16 |
2011-12-10 | Betrer tolerate UIs that fail to instantiate. | David Robillard | 1 | -0/+4 |