Age | Commit message (Expand) | Author | Files | Lines |
2013-12-17 | Fix more const issues. | David Robillard | 1 | -1/+1 |
2013-09-17 | Suil 0.6.16.v0.6.16 | David Robillard | 2 | -3/+3 |
2013-09-17 | Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela). | David Robillard | 3 | -6/+40 |
2013-08-10 | Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924). | David Robillard | 3 | -2/+11 |
2013-08-09 | Suil 0.6.14.v0.6.14 | David Robillard | 5 | -19/+20 |
2013-05-26 | Support resizing for X11 in Gtk (patch from Robin Gareus, #906). | David Robillard | 4 | -1/+62 |
2013-05-09 | Communicate UI update rate to plugin and UI. | David Robillard | 3 | -15/+45 |
2013-04-21 | Correctly remove Gtk timeout callback (fix #901). | David Robillard | 1 | -2/+6 |
2013-03-23 | Fix check for LV2 1.4.1 when building recursively. | David Robillard | 3 | -13/+13 |
2013-03-23 | Call idle at 30Hz in Gtk, not full rate (fix #898). | David Robillard | 1 | -1/+1 |
2013-03-19 | Idle interface fixes for X11 in Qt4. | David Robillard | 2 | -10/+14 |
2013-03-19 | Fix Qt timer stuff. | David Robillard | 1 | -1/+2 |
2013-03-19 | Add support for UI idle interface. | David Robillard | 4 | -11/+95 |
2013-03-17 | Update to r93/autowaf. | David Robillard | 1 | -0/+0 |
2013-02-24 | Lower dependency from Gtk 2.24 introduced in 0.6.12 | David Robillard | 2 | -8/+9 |
2013-02-24 | Print system error message if module failes to load | David Robillard | 2 | -1/+7 |
2013-02-23 | Suil 0.6.12.v0.6.12 | David Robillard | 2 | -2/+2 |
2013-02-23 | Update NEWS. | David Robillard | 1 | -1/+1 |
2013-02-22 | Grab focus on show. | David Robillard | 1 | -38/+54 |
2013-02-22 | Fix key events for X11 in Gtk. | David Robillard | 4 | -51/+57 |
2013-02-22 | Maybe fix crash on close caused by key filter for X11 in Gtk. | David Robillard | 3 | -18/+25 |
2013-02-22 | Add compile time option to disable explicit Gtk to X11 key forwarding (#887). | David Robillard | 3 | -1/+13 |
2013-02-09 | Fix crash when a broken UI returns a NULL descriptor (#886). | David Robillard | 3 | -2/+7 |
2013-02-03 | Fix compilation on BSD. | David Robillard | 2 | -2/+13 |
2013-02-02 | Upgrade to waf 1.7.9 | David Robillard | 1 | -0/+0 |
2012-12-23 | Suil 0.6.10v0.6.10 | David Robillard | 3 | -4/+11 |
2012-12-23 | Suil 0.6.8v0.6.8 | David Robillard | 2 | -3/+3 |
2012-12-23 | Add missing waf winres tool. | David Robillard | 1 | -0/+0 |
2012-12-23 | Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory). | David Robillard | 2 | -1/+2 |
2012-12-20 | Fix crash in x11_in_gtk2 when event_filter fires before widget is realized. | David Robillard | 2 | -2/+5 |
2012-12-19 | Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on sys... | David Robillard | 2 | -2/+9 |
2012-11-15 | Add credit for Devin Anderson. | David Robillard | 2 | -1/+6 |
2012-11-14 | Suil 0.6.6.v0.6.6 | David Robillard | 5 | -6/+11 |
2012-11-14 | Fix compilation error in last commit. | David Robillard | 1 | -6/+7 |
2012-11-14 | Support reparenting Gtk-in-Qt UIs. | David Robillard | 2 | -6/+48 |
2012-09-24 | Fix suil_dlfunc on Windows (fix ticket #860). | David Robillard | 1 | -1/+4 |
2012-09-13 | Update to r87/autowaf (Build debuggable library with PDB file under MSVC with... | David Robillard | 1 | -0/+0 |
2012-09-13 | Update to r86/autowaf (Fix pkg-config checking with --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-12 | Fix module loading in static build. | David Robillard | 7 | -13/+14 |
2012-09-11 | Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-10 | Load debug version of modules if built with --pardebug. | David Robillard | 1 | -4/+11 |
2012-09-10 | Update to r83/autowaf (Fix mandatory pkg-config checks). | David Robillard | 1 | -0/+0 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 2 | -20/+12 |
2012-09-09 | Disable timestamps in HTML documentation for reproducible build (fix #856). | David Robillard | 2 | -3/+4 |
2012-08-13 | Don't use GCC only warnings flags on clang. | David Robillard | 1 | -0/+0 |
2012-08-10 | Upgrade to r75/autowaf (enable stricter compiler flags). | David Robillard | 1 | -0/+0 |
2012-08-09 | Fix Windows build. | David Robillard | 3 | -1/+6 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 3 | -3/+21 |
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 |