aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard5-32/+335
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
2011-10-20Fix compilation without UI resize extension.David Robillard2-3/+1
2011-10-20Support UI resize extension.David Robillard6-1/+69
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
2011-10-19Make LV2 Persist extension optionalDavid Robillard2-6/+16
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-7/+9
2011-10-15Fix man page installation directory (#781)David Robillard1-0/+0
2011-10-15Use path variables in pkgconfig files (#782).David Robillard1-0/+0
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-3/+3
2011-09-27Avoid adding -std=c99 to command line repeatedly.David Robillard1-1/+1
2011-09-17Upgrade to r52/autowafDavid Robillard1-0/+0
2011-08-31Exit gracefully when run without arguments.David Robillard2-10/+56
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
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