aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-09Tidy.David Robillard2-4/+8
2012-04-05Implement log extension.David Robillard3-5/+67
2012-04-01Fix crash with plugins without a worker interface.David Robillard1-1/+1
2012-03-31Make jalv_worker_respond() private.David Robillard2-16/+11
2012-03-31Move worker implementation to separate file.David Robillard4-86/+168
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard2-4/+4
2012-03-27Implement end_run hook of worker interface.David Robillard1-0/+4
2012-03-25Update for latest atom extension.David Robillard2-15/+15
2012-03-23Implement LV2 worker extension.David Robillard3-10/+255
2012-03-21Remove implementation of UI resize extension which is handled autommatically ...David Robillard4-53/+11
2012-03-20Actually check for ui:noUserResize. Oops.David Robillard1-1/+1
2012-03-20Check for both ui:fixedSize and ui:noUserResize.David Robillard1-7/+11
2012-03-20Propertly implement resizable for GtkmmDavid Robillard1-2/+1
2012-03-20More gracefully handle plugin => UI message overflows.David Robillard1-2/+5
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard2-844/+0
2012-03-19Update for latest atom extension.David Robillard3-4/+4
2012-03-18Fix crash on plugins with no UI.David Robillard1-0/+4
2012-03-16Update for latest atom extension.David Robillard1-10/+10
2012-03-16Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging.David Robillard5-141/+860
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