Age | Commit message (Expand) | Author | Files | Lines |
2015-09-12 | Add Gtk2 and X11 in Qt5 wrappers. | David Robillard | 1 | -3/+41 |
2015-05-14 | Only report suil_ui_supported() if necessary wrapper is compiled in. | David Robillard | 1 | -5/+22 |
2015-02-14 | Various Windows fixes (patches from Robin Gareus). | David Robillard | 1 | -1/+1 |
2015-01-18 | Fix LV2 1.6.0 features (idle, show). | David Robillard | 1 | -7/+7 |
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -12/+10 |
2014-10-29 | Fix compilation with -Wl,--no-undefined (fix #981). | David Robillard | 1 | -2/+3 |
2014-10-29 | Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988). | David Robillard | 1 | -0/+20 |
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -4/+4 |
2014-08-08 | Suil 0.8.2.v0.8.2 | David Robillard | 1 | -1/+1 |
2014-07-13 | Add configure options to disable all Gtk or Qt support (fix #952). | David Robillard | 1 | -12/+19 |
2014-02-08 | Fix embedding several Qt UIs in Gtk (apply #961). | David Robillard | 1 | -1/+1 |
2014-01-04 | Suil 0.8.0v0.8.0 | David Robillard | 1 | -1/+1 |
2013-12-25 | Load waf modules before everything else so CFLAGS and friends are correct (oo... | David Robillard | 1 | -1/+1 |
2013-12-25 | Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925). | David Robillard | 1 | -1/+1 |
2013-12-25 | Don't call suil_instance_extension_data from modules (fix #926). | David Robillard | 1 | -1/+1 |
2013-09-17 | Suil 0.6.16.v0.6.16 | David Robillard | 1 | -1/+1 |
2013-08-10 | Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924). | David Robillard | 1 | -1/+1 |
2013-08-09 | Suil 0.6.14.v0.6.14 | David Robillard | 1 | -3/+3 |
2013-05-26 | Support resizing for X11 in Gtk (patch from Robin Gareus, #906). | David Robillard | 1 | -1/+1 |
2013-05-09 | Communicate UI update rate to plugin and UI. | David Robillard | 1 | -4/+4 |
2013-03-23 | Fix check for LV2 1.4.1 when building recursively. | David Robillard | 1 | -3/+3 |
2013-03-19 | Add support for UI idle interface. | David Robillard | 1 | -2/+4 |
2013-02-23 | Suil 0.6.12.v0.6.12 | David Robillard | 1 | -1/+1 |
2013-02-22 | Fix key events for X11 in Gtk. | David Robillard | 1 | -7/+0 |
2013-02-22 | Add compile time option to disable explicit Gtk to X11 key forwarding (#887). | David Robillard | 1 | -0/+7 |
2013-02-03 | Fix compilation on BSD. | David Robillard | 1 | -2/+7 |
2012-12-23 | Suil 0.6.10v0.6.10 | David Robillard | 1 | -4/+4 |
2012-12-23 | Suil 0.6.8v0.6.8 | David Robillard | 1 | -1/+1 |
2012-12-19 | Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on sys... | David Robillard | 1 | -2/+2 |
2012-11-15 | Add credit for Devin Anderson. | David Robillard | 1 | -1/+1 |
2012-11-14 | Suil 0.6.6.v0.6.6 | David Robillard | 1 | -1/+1 |
2012-09-10 | Load debug version of modules if built with --pardebug. | David Robillard | 1 | -4/+11 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 1 | -20/+12 |
2012-08-09 | Fix Windows build. | David Robillard | 1 | -1/+1 |
2012-08-09 | Fix static stuff. | David Robillard | 1 | -2/+4 |
2012-08-08 | Add --no-shared option to avoid building shared libraries. | David Robillard | 1 | -14/+19 |
2012-08-08 | Update to r74/autowaf (Add autowaf.set_c99_mode()). | David Robillard | 1 | -8/+6 |
2012-08-08 | Clean up wscript files. | David Robillard | 1 | -15/+15 |
2012-08-07 | Support building Suil as a static library. | David Robillard | 1 | -1/+20 |
2012-08-03 | Fix compilation with MSVC. | David Robillard | 1 | -10/+20 |
2012-08-03 | Use more portable defines instead of -D in CFLAGS. | David Robillard | 1 | -3/+9 |
2012-08-03 | Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available. | David Robillard | 1 | -11/+14 |
2012-08-03 | Support for embedding native Windows UIs in Gtk2. | David Robillard | 1 | -1/+16 |
2012-08-02 | Replace host provided features that match Suil implemented features, rather | David Robillard | 1 | -1/+1 |
2012-08-02 | Clean up wscript files. | David Robillard | 1 | -1/+1 |
2012-07-09 | Suil 0.6.4.v0.6.4 | David Robillard | 1 | -1/+1 |
2012-07-09 | Factor out documentation fixup stuff to autowaf. | David Robillard | 1 | -21/+3 |
2012-07-02 | Correctly handle resizing for Gtk2 in Qt4. | David Robillard | 1 | -1/+1 |
2012-05-25 | Suil 0.6.2.v0.6.2 | David Robillard | 1 | -1/+1 |
2012-05-10 | Fix compilation on platforms that don't support -Wl,-z,-nodelete | David Robillard | 1 | -5/+10 |