aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-1/+1
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard1-1/+1
2013-08-09Jalv 1.4.2.David Robillard1-1/+1
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-1/+1
2013-02-23Jalv 1.4.0.David Robillard1-1/+1
2013-02-23Explictly link against sord.David Robillard1-3/+5
2013-02-11Group controls under headings if port group information is available.David Robillard1-1/+1
2013-01-10Support event-based file parameters in built-in UI.David Robillard1-1/+1
2012-11-14Add menu bar and pass parent widget in Qt version for true UI embeddingDavid Robillard1-1/+1
2012-10-27Jalv 1.2.0David Robillard1-2/+2
2012-09-16Support latest options and morph extensions.David Robillard1-1/+1
2012-08-29Implement buf-size via options.David Robillard1-1/+1
2012-08-22Bump LV2 dependency version.David Robillard1-1/+1
2012-08-21Implement basic support for the new options extension and use it to pass the ...David Robillard1-1/+1
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-5/+1
2012-08-08Clean up wscript files.David Robillard1-1/+1
2012-08-08Support latest LV2 buf-size extension.David Robillard1-1/+1
2012-08-03MSVC portability work.David Robillard1-1/+5
2012-08-02Clean up wscript files.David Robillard1-4/+0
2012-07-29Add Gtk3 UI.David Robillard1-2/+16
2012-06-05Use LV2 buf-size extension.David Robillard1-1/+1
2012-04-19Fix MIDI buffer size stuff.David Robillard1-1/+6
2012-04-19Bump versions.David Robillard1-3/+3
2012-04-19Remove pointless variable.David Robillard1-2/+1
2012-04-18Bump dependency versions.David Robillard1-2/+2
2012-04-13Logarithmic slider support from Nick Lanham.David Robillard1-2/+2
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-1/+1
2012-04-09Tidy.David Robillard1-1/+1
2012-04-05Implement log extension.David Robillard1-1/+1
2012-03-31Move worker implementation to separate file.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-14/+2
2012-03-21Remove implementation of UI resize extension which is handled autommatically ...David Robillard1-2/+0
2012-03-20Add sratom to lib dependencies.David Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-1/+3
2012-03-16Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging.David Robillard1-1/+1
2012-02-18Add -d option and implement proper communication dumping.David Robillard1-1/+1
2012-02-11Add gtkmm version for testing.David Robillard1-0/+14
2012-02-09Mac portability fixes.David Robillard1-3/+3
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Link with pthread, fixing compilation with Jack2 (fix #807).David Robillard1-0/+3
2011-12-23Use new LilvState API for state/presets.David Robillard1-5/+0
2011-12-21Begin merging state and prefix implementations.David Robillard1-1/+1
2011-12-18persist.c => state.c.David Robillard1-1/+1
2011-12-18Use file locking on saves presets manifest.ttl.David Robillard1-0/+5
2011-12-16Support presets in Gtk UI.David Robillard1-1/+1
2011-11-21Check for atom extension.David Robillard1-1/+3
2011-11-18Update to LV2 State extension.David Robillard1-5/+5
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard1-1/+1
2011-10-20Support UI resize extension.David Robillard1-1/+3
2011-10-19Make LV2 Persist extension optionalDavid Robillard1-1/+3