Age | Commit message (Expand) | Author | Files | Lines |
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 | 8 | -24/+181 |
2012-02-18 | Implement/fix atom event port UI notifications. | David Robillard | 2 | -6/+25 |
2012-02-17 | Fix command line syntax on jalv man page. | David Robillard | 1 | -1/+1 |
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 | 2 | -0/+94 |
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 | 6 | -22/+28 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 4 | -89/+76 |
2012-02-02 | Update to r65/autowaf and waf-1.6.10. | David Robillard | 1 | -0/+0 |
2012-02-01 | Update to r64/autowaf. | David Robillard | 1 | -0/+0 |
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 | 4 | -4/+4 |
2012-01-17 | Update man page. | David Robillard | 1 | -16/+16 |
2012-01-17 | Fix crashes when loading presets with no UI present (fix #808). | David Robillard | 2 | -7/+13 |
2012-01-16 | Update to r63/autowaf | David Robillard | 1 | -0/+0 |
2012-01-16 | Update to r62/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-15 | Lint. | David Robillard | 7 | -119/+124 |
2012-01-14 | Link with pthread, fixing compilation with Jack2 (fix #807). | David Robillard | 1 | -0/+3 |
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 | 4 | -610/+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 | 3 | -369/+335 |
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 | 2 | -1/+1 |
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 | 3 | -4/+25 |
2011-12-18 | Fix UI updates. | David Robillard | 3 | -22/+32 |
2011-12-18 | Destroy UI before plugin instance. | David Robillard | 1 | -1/+1 |
2011-12-18 | Preset saving. | David Robillard | 4 | -12/+273 |
2011-12-16 | Support presets in Gtk UI. | David Robillard | 5 | -12/+185 |
2011-12-10 | Betrer tolerate UIs that fail to instantiate. | David Robillard | 1 | -0/+4 |
2011-12-09 | Less atrocious debug printing. | David Robillard | 1 | -0/+1 |