aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-12Update for latest atom extension.David Robillard3-3/+28
2012-02-11Add gtkmm version for testing.David Robillard2-0/+94
2012-02-11Shh.David Robillard1-4/+0
2012-02-09Add missing files.David Robillard3-1/+310
2012-02-09Mac portability fixes.David Robillard6-22/+28
2012-02-08Update for latest Atom extension.David Robillard4-89/+76
2012-02-02Update to r65/autowaf and waf-1.6.10.David Robillard1-0/+0
2012-02-01Update to r64/autowaf.David Robillard1-0/+0
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard3-21/+56
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard4-4/+4
2012-01-17Update man page.David Robillard1-16/+16
2012-01-17Fix crashes when loading presets with no UI present (fix #808).David Robillard2-7/+13
2012-01-16Update to r63/autowafDavid Robillard1-0/+0
2012-01-16Update to r62/autowaf.David Robillard1-0/+0
2012-01-15Lint.David Robillard7-119/+124
2012-01-14Link with pthread, fixing compilation with Jack2 (fix #807).David Robillard1-0/+3
2012-01-14Always print MIDI buffer size.David Robillard1-0/+1
2012-01-12Support passing either a file or the bundle directory for -l.David Robillard1-4/+14
2012-01-10Fix compilation on old Jack without jack_port_type_get_buffer_size (fix ticke...David Robillard1-0/+8
2012-01-10Update for latest Lilv state API (fix ticket #801).David Robillard4-20/+73
2012-01-03Don't run plugin while setting state (which violates threading rules).David Robillard3-0/+37
2011-12-29Destroy UI instance before shutting down Gtk (fix messy shutdown).David Robillard1-1/+4
2011-12-23Use new LilvState API for state/presets.David Robillard4-610/+83
2011-12-21Save rdf:type and rdfs:label (if supplied) with state/presets.David Robillard5-21/+31
2011-12-21Merge preset and state saving.David Robillard1-58/+29
2011-12-21Separate preset manifest entry writing.David Robillard1-26/+45
2011-12-21Begin merging state and prefix implementations.David Robillard3-369/+335
2011-12-21Make load_state_from_file fully generic.David Robillard1-9/+24
2011-12-21Add first-class PluginState object and make state interface more generic.David Robillard3-89/+117
2011-12-20Localize more stuff to state.c.David Robillard2-26/+14
2011-12-19Even more generic state implementation.David Robillard1-41/+74
2011-12-18Make state implementation more generic.David Robillard3-22/+47
2011-12-18Use opaque port colours.David Robillard1-1/+0
2011-12-18persist.c => state.c.David Robillard2-1/+1
2011-12-18Merge common code from preset and state implementations.David Robillard3-91/+65
2011-12-18Use file locking on saves presets manifest.ttl.David Robillard3-4/+25
2011-12-18Fix UI updates.David Robillard3-22/+32
2011-12-18Destroy UI before plugin instance.David Robillard1-1/+1
2011-12-18Preset saving.David Robillard4-12/+273
2011-12-16Support presets in Gtk UI.David Robillard5-12/+185
2011-12-10Betrer tolerate UIs that fail to instantiate.David Robillard1-0/+4
2011-12-09Less atrocious debug printing.David Robillard1-0/+1
2011-11-24Update waf.David Robillard1-0/+0
2011-11-21Check for atom extension.David Robillard1-1/+3
2011-11-18Update to LV2 State extension.David Robillard3-54/+55
2011-11-09Update for changes in LV2 SVN.David Robillard4-26/+98
2011-11-08Fix bug resulting in corrupt (unsorted) map.David Robillard1-2/+2
2011-11-07Implement atom buffer.David Robillard4-88/+185
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard4-14/+18
2011-11-06Fix compilation against latest LV2 svn.David Robillard3-7/+25