aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Properly implement non-resizable UIs, not that any plugins that should set th...David Robillard3-2/+21
2012-03-08Fix sequence ports.David Robillard2-8/+17
2012-03-06Use raw type/size/value instead of LilvNode for port values.David Robillard1-9/+16
2012-03-03Update for latest Lilv.David Robillard1-4/+4
2012-03-02Update for latest atom extension.David Robillard1-1/+1
2012-02-29Update for latest atom extension.David Robillard5-59/+134
2012-02-28Update LV2_Evbuf (matches that used in current ardour 3.0).David Robillard4-18/+44
2012-02-23Update for latest Atom extension.David Robillard2-7/+6
2012-02-19Shrink atom:Bool serialisation code.David Robillard1-6/+4
2012-02-19Update for latest LV2 changes.David Robillard2-12/+15
2012-02-18Add -d option and implement proper communication dumping.David Robillard6-22/+175
2012-02-18Implement/fix atom event port UI notifications.David Robillard2-6/+25
2012-02-17Update for latest atom extension.David Robillard3-40/+20
2012-02-12Update for latest atom extension.David Robillard3-3/+28
2012-02-11Add gtkmm version for testing.David Robillard1-0/+80
2012-02-11Shh.David Robillard1-4/+0
2012-02-09Add missing files.David Robillard3-1/+310
2012-02-09Mac portability fixes.David Robillard5-19/+25
2012-02-08Update for latest Atom extension.David Robillard4-89/+76
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 Robillard3-3/+3
2012-01-17Fix crashes when loading presets with no UI present (fix #808).David Robillard2-7/+13
2012-01-15Lint.David Robillard7-119/+124
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 Robillard3-605/+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 Robillard2-368/+334
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 Robillard1-0/+0
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 Robillard2-4/+20
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 Robillard4-11/+184
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-18Update to LV2 State extension.David Robillard2-49/+50