summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-14Various Windows fixes (patches from Robin Gareus).David Robillard5-18/+119
2015-01-25Upgrade to r100/autowaf.David Robillard1-5/+5
2015-01-18Fix LV2 1.6.0 features (idle, show).David Robillard1-7/+7
2015-01-16Upgrade to r99/autowaf (fix documentation paths).David Robillard1-4/+4
2014-12-18Upgrade to waf 1.8.5.David Robillard2-12/+10
2014-12-16Fix compilation on OSX 10.6 (#988).David Robillard2-3/+3
2014-11-17Fix a few minor/unlikely memory errors.David Robillard2-2/+4
2014-10-29Tidy.David Robillard1-5/+5
2014-10-29Fix compilation with -Wl,--no-undefined (fix #981).David Robillard2-3/+5
2014-10-29Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988).David Robillard5-1/+440
2014-10-05Configure based on compiler target OS for cross-compilation.David Robillard2-4/+10
2014-08-08Suil 0.8.2.v0.8.2David Robillard2-4/+5
2014-08-08Upgrade to waf 1.7.16.David Robillard1-0/+0
2014-08-08Update Doxygen files.David Robillard1-918/+1438
2014-08-08Update copyright dates.David Robillard6-6/+6
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-13/+13
2014-07-13Add configure options to disable all Gtk or Qt support (fix #952).David Robillard2-13/+21
2014-04-27Tolerate passing NULL container type to open_wrapper.David Robillard1-1/+1
2014-04-26Update to waf 1.7.16.David Robillard1-0/+0
2014-02-08Fix embedding several Qt UIs in Gtk (apply #961).David Robillard3-4/+14
2014-01-04Suil 0.8.0v0.8.0David Robillard2-3/+3
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-1/+1
2013-12-25Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925).David Robillard4-3/+27
2013-12-25Don't call suil_instance_extension_data from modules (fix #926).David Robillard4-5/+17
2013-12-25Update to r94/autowaf.David Robillard1-0/+0
2013-12-19Update to waf 1.7.14.David Robillard1-0/+0
2013-12-17Fix more const issues.David Robillard1-1/+1
2013-09-17Suil 0.6.16.v0.6.16David Robillard2-3/+3
2013-09-17Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela).David Robillard3-6/+40
2013-08-10Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924).David Robillard3-2/+11
2013-08-09Suil 0.6.14.v0.6.14David Robillard5-19/+20
2013-05-26Support resizing for X11 in Gtk (patch from Robin Gareus, #906).David Robillard4-1/+62
2013-05-09Communicate UI update rate to plugin and UI.David Robillard3-15/+45
2013-04-21Correctly remove Gtk timeout callback (fix #901).David Robillard1-2/+6
2013-03-23Fix check for LV2 1.4.1 when building recursively.David Robillard3-13/+13
2013-03-23Call idle at 30Hz in Gtk, not full rate (fix #898).David Robillard1-1/+1
2013-03-19Idle interface fixes for X11 in Qt4.David Robillard2-10/+14
2013-03-19Fix Qt timer stuff.David Robillard1-1/+2
2013-03-19Add support for UI idle interface.David Robillard4-11/+95
2013-03-17Update to r93/autowaf.David Robillard1-0/+0
2013-02-24Lower dependency from Gtk 2.24 introduced in 0.6.12David Robillard2-8/+9
2013-02-24Print system error message if module failes to loadDavid Robillard2-1/+7
2013-02-23Suil 0.6.12.v0.6.12David Robillard2-2/+2
2013-02-23Update NEWS.David Robillard1-1/+1
2013-02-22Grab focus on show.David Robillard1-38/+54
2013-02-22Fix key events for X11 in Gtk.David Robillard4-51/+57
2013-02-22Maybe fix crash on close caused by key filter for X11 in Gtk.David Robillard3-18/+25
2013-02-22Add compile time option to disable explicit Gtk to X11 key forwarding (#887).David Robillard3-1/+13
2013-02-09Fix crash when a broken UI returns a NULL descriptor (#886).David Robillard3-2/+7
2013-02-03Fix compilation on BSD.David Robillard2-2/+13