Age | Commit message (Expand) | Author | Files | Lines |
2012-03-20 | More gracefully handle plugin => UI message overflows. | David Robillard | 1 | -2/+5 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 2 | -844/+0 |
2012-03-19 | Update for latest atom extension. | David Robillard | 3 | -4/+4 |
2012-03-18 | Fix crash on plugins with no UI. | David Robillard | 1 | -0/+4 |
2012-03-16 | Update for latest atom extension. | David Robillard | 1 | -10/+10 |
2012-03-16 | Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging. | David Robillard | 5 | -141/+860 |
2012-03-16 | Properly implement non-resizable UIs, not that any plugins that should set th... | David Robillard | 3 | -2/+21 |
2012-03-08 | Fix sequence ports. | David Robillard | 2 | -8/+17 |
2012-03-06 | Use raw type/size/value instead of LilvNode for port values. | David Robillard | 1 | -9/+16 |
2012-03-03 | Update for latest Lilv. | David Robillard | 1 | -4/+4 |
2012-03-02 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-02-29 | Update for latest atom extension. | David Robillard | 5 | -59/+134 |
2012-02-28 | Update LV2_Evbuf (matches that used in current ardour 3.0). | David Robillard | 4 | -18/+44 |
2012-02-23 | Update for latest Atom extension. | David Robillard | 2 | -7/+6 |
2012-02-19 | Shrink atom:Bool serialisation code. | David Robillard | 1 | -6/+4 |
2012-02-19 | Update for latest LV2 changes. | David Robillard | 2 | -12/+15 |
2012-02-18 | Add -d option and implement proper communication dumping. | David Robillard | 6 | -22/+175 |
2012-02-18 | Implement/fix atom event port UI notifications. | David Robillard | 2 | -6/+25 |
2012-02-17 | Update for latest atom extension. | David Robillard | 3 | -40/+20 |
2012-02-12 | Update for latest atom extension. | David Robillard | 3 | -3/+28 |
2012-02-11 | Add gtkmm version for testing. | David Robillard | 1 | -0/+80 |
2012-02-11 | Shh. | David Robillard | 1 | -4/+0 |
2012-02-09 | Add missing files. | David Robillard | 3 | -1/+310 |
2012-02-09 | Mac portability fixes. | David Robillard | 5 | -19/+25 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 4 | -89/+76 |
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 3 | -21/+56 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 3 | -3/+3 |
2012-01-17 | Fix crashes when loading presets with no UI present (fix #808). | David Robillard | 2 | -7/+13 |
2012-01-15 | Lint. | David Robillard | 7 | -119/+124 |
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 | 4 | -20/+73 |
2012-01-03 | Don't run plugin while setting state (which violates threading rules). | David Robillard | 3 | -0/+37 |
2011-12-29 | Destroy UI instance before shutting down Gtk (fix messy shutdown). | David Robillard | 1 | -1/+4 |
2011-12-23 | Use new LilvState API for state/presets. | David Robillard | 3 | -605/+83 |
2011-12-21 | Save rdf:type and rdfs:label (if supplied) with state/presets. | David Robillard | 5 | -21/+31 |
2011-12-21 | Merge preset and state saving. | David Robillard | 1 | -58/+29 |
2011-12-21 | Separate preset manifest entry writing. | David Robillard | 1 | -26/+45 |
2011-12-21 | Begin merging state and prefix implementations. | David Robillard | 2 | -368/+334 |
2011-12-21 | Make load_state_from_file fully generic. | David Robillard | 1 | -9/+24 |
2011-12-21 | Add first-class PluginState object and make state interface more generic. | David Robillard | 3 | -89/+117 |
2011-12-20 | Localize more stuff to state.c. | David Robillard | 2 | -26/+14 |
2011-12-19 | Even more generic state implementation. | David Robillard | 1 | -41/+74 |
2011-12-18 | Make state implementation more generic. | David Robillard | 3 | -22/+47 |
2011-12-18 | Use opaque port colours. | David Robillard | 1 | -1/+0 |
2011-12-18 | persist.c => state.c. | David Robillard | 1 | -0/+0 |
2011-12-18 | Merge common code from preset and state implementations. | David Robillard | 3 | -91/+65 |
2011-12-18 | Use file locking on saves presets manifest.ttl. | David Robillard | 2 | -4/+20 |
2011-12-18 | Fix UI updates. | David Robillard | 3 | -22/+32 |