summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2013-08-10Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924).David Robillard1-1/+1
2013-08-09Suil 0.6.14.v0.6.14David Robillard1-3/+3
2013-05-26Support resizing for X11 in Gtk (patch from Robin Gareus, #906).David Robillard1-1/+1
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-4/+4
2013-03-23Fix check for LV2 1.4.1 when building recursively.David Robillard1-3/+3
2013-03-19Add support for UI idle interface.David Robillard1-2/+4
2013-02-23Suil 0.6.12.v0.6.12David Robillard1-1/+1
2013-02-22Fix key events for X11 in Gtk.David Robillard1-7/+0
2013-02-22Add compile time option to disable explicit Gtk to X11 key forwarding (#887).David Robillard1-0/+7
2013-02-03Fix compilation on BSD.David Robillard1-2/+7
2012-12-23Suil 0.6.10v0.6.10David Robillard1-4/+4
2012-12-23Suil 0.6.8v0.6.8David Robillard1-1/+1
2012-12-19Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on sys...David Robillard1-2/+2
2012-11-15Add credit for Devin Anderson.David Robillard1-1/+1
2012-11-14Suil 0.6.6.v0.6.6David Robillard1-1/+1
2012-09-10Load debug version of modules if built with --pardebug.David Robillard1-4/+11
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-20/+12
2012-08-09Fix Windows build.David Robillard1-1/+1
2012-08-09Fix static stuff.David Robillard1-2/+4
2012-08-08Add --no-shared option to avoid building shared libraries.David Robillard1-14/+19
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-8/+6
2012-08-08Clean up wscript files.David Robillard1-15/+15
2012-08-07Support building Suil as a static library.David Robillard1-1/+20
2012-08-03Fix compilation with MSVC.David Robillard1-10/+20
2012-08-03Use more portable defines instead of -D in CFLAGS.David Robillard1-3/+9
2012-08-03Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available.David Robillard1-11/+14
2012-08-03Support for embedding native Windows UIs in Gtk2.David Robillard1-1/+16
2012-08-02Replace host provided features that match Suil implemented features, ratherDavid Robillard1-1/+1
2012-08-02Clean up wscript files.David Robillard1-1/+1
2012-07-09Suil 0.6.4.v0.6.4David Robillard1-1/+1
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard1-21/+3
2012-07-02Correctly handle resizing for Gtk2 in Qt4.David Robillard1-1/+1
2012-05-25Suil 0.6.2.v0.6.2David Robillard1-1/+1
2012-05-10Fix compilation on platforms that don't support -Wl,-z,-nodeleteDavid Robillard1-5/+10
2012-04-24Link GTK wrappers with nodelete flag to avoid multiple glib type registration...David Robillard1-2/+4
2012-04-24Fix crashes when wrapper widget is destroyed by toolkit before suil cleanupDavid Robillard1-1/+1
2012-04-18Update documentation stuff.David Robillard1-2/+2
2012-04-18Bump dependency versions.David Robillard1-1/+1
2012-04-18Bump version, update ChangeLog.David Robillard1-1/+1
2012-04-13Add missing LV2 build flags.David Robillard1-4/+4
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-1/+1
2012-04-11Add suil_host_set_touch_func.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-7/+2
2012-03-21Implement resize extension automatically at the wrapper level.David Robillard1-0/+5
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-4/+4
2011-10-20Support embedding X11 UIs.David Robillard1-1/+19
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-3/+4
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