aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard4-31/+334
2011-10-20Fix compilation without UI resize extension.David Robillard2-3/+1
2011-10-20Support UI resize extension.David Robillard5-0/+66
2011-10-19Make LV2 Persist extension optionalDavid Robillard1-5/+13
2011-08-31Exit gracefully when run without arguments.David Robillard2-10/+56
2011-08-22Improve documentation.David Robillard1-1/+15
2011-08-22Fix jalv.gtk when run with UI-less plugins.David Robillard2-5/+7
2011-08-22Shut down cleanly both on window destroy and File->Quit.David Robillard1-6/+16
2011-08-21Add ability to save from GUI.David Robillard1-4/+36
2011-08-21Add menu bar to Gtk UI.David Robillard1-3/+20
2011-08-21Set Window title from plugin name.David Robillard1-0/+2
2011-08-21Fix Jack Session command line.David Robillard2-3/+6
2011-08-21Preliminary support for Jack Session and LV2 Persist.David Robillard6-119/+513