Age | Commit message (Expand) | Author | Files | Lines |
2015-09-12 | Add Gtk2 and X11 in Qt5 wrappers. | David Robillard | 1 | -1/+2 |
2015-09-12 | Gracefully handle failure to open wrapper. | David Robillard | 1 | -2/+3 |
2015-05-14 | Only report suil_ui_supported() if necessary wrapper is compiled in. | David Robillard | 1 | -8/+8 |
2015-02-14 | Various Windows fixes (patches from Robin Gareus). | David Robillard | 1 | -1/+2 |
2014-12-16 | Fix compilation on OSX 10.6 (#988). | David Robillard | 1 | -1/+1 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -1/+2 |
2014-10-29 | Fix compilation with -Wl,--no-undefined (fix #981). | David Robillard | 1 | -1/+2 |
2014-10-29 | Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988). | David Robillard | 1 | -1/+2 |
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -0/+6 |
2014-08-08 | Suil 0.8.2.v0.8.2 | David Robillard | 1 | -3/+4 |
2014-07-13 | Add configure options to disable all Gtk or Qt support (fix #952). | David Robillard | 1 | -1/+2 |
2014-02-08 | Fix embedding several Qt UIs in Gtk (apply #961). | David Robillard | 1 | -0/+6 |
2014-01-04 | Suil 0.8.0v0.8.0 | David Robillard | 1 | -2/+2 |
2013-12-25 | Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925). | David Robillard | 1 | -2/+3 |
2013-12-25 | Don't call suil_instance_extension_data from modules (fix #926). | David Robillard | 1 | -0/+7 |
2013-09-17 | Suil 0.6.16.v0.6.16 | David Robillard | 1 | -2/+2 |
2013-09-17 | Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela). | David Robillard | 1 | -1/+2 |
2013-08-10 | Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924). | David Robillard | 1 | -0/+6 |
2013-08-09 | Suil 0.6.14.v0.6.14 | David Robillard | 1 | -2/+3 |
2013-05-26 | Support resizing for X11 in Gtk (patch from Robin Gareus, #906). | David Robillard | 1 | -0/+1 |
2013-03-19 | Add support for UI idle interface. | David Robillard | 1 | -0/+1 |
2013-02-24 | Lower dependency from Gtk 2.24 introduced in 0.6.12 | David Robillard | 1 | -2/+3 |
2013-02-24 | Print system error message if module failes to load | David Robillard | 1 | -0/+6 |
2013-02-23 | Suil 0.6.12.v0.6.12 | David Robillard | 1 | -1/+1 |
2013-02-23 | Update NEWS. | David Robillard | 1 | -1/+1 |
2013-02-22 | Fix key events for X11 in Gtk. | David Robillard | 1 | -2/+1 |
2013-02-22 | Maybe fix crash on close caused by key filter for X11 in Gtk. | David Robillard | 1 | -1/+2 |
2013-02-22 | Add compile time option to disable explicit Gtk to X11 key forwarding (#887). | David Robillard | 1 | -1/+2 |
2013-02-09 | Fix crash when a broken UI returns a NULL descriptor (#886). | David Robillard | 1 | -1/+2 |
2013-02-03 | Fix compilation on BSD. | David Robillard | 1 | -0/+6 |
2012-12-23 | Suil 0.6.10v0.6.10 | David Robillard | 1 | -0/+7 |
2012-12-23 | Suil 0.6.8v0.6.8 | David Robillard | 1 | -2/+2 |
2012-12-23 | Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory). | David Robillard | 1 | -1/+2 |
2012-12-20 | Fix crash in x11_in_gtk2 when event_filter fires before widget is realized. | David Robillard | 1 | -1/+2 |
2012-12-19 | Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on sys... | David Robillard | 1 | -0/+7 |
2012-11-14 | Suil 0.6.6.v0.6.6 | David Robillard | 1 | -2/+2 |
2012-11-14 | Support reparenting Gtk-in-Qt UIs. | David Robillard | 1 | -1/+2 |
2012-09-09 | Disable timestamps in HTML documentation for reproducible build (fix #856). | David Robillard | 1 | -2/+3 |
2012-08-03 | Support for embedding native Windows UIs in Gtk2. | David Robillard | 1 | -0/+1 |
2012-08-02 | Replace host provided features that match Suil implemented features, rather | David Robillard | 1 | -1/+3 |
2012-07-18 | Gracefully handle UIs with no port_event method (fix #846). | David Robillard | 1 | -0/+6 |
2012-07-09 | Suil 0.6.4.v0.6.4 | David Robillard | 1 | -2/+2 |
2012-07-09 | Factor out documentation fixup stuff to autowaf. | David Robillard | 1 | -1/+1 |
2012-07-02 | Correctly handle resizing for Gtk2 in Qt4. | David Robillard | 1 | -0/+1 |
2012-06-30 | Fix typo in suil_ui_supported() documentation (fix #839). | David Robillard | 1 | -0/+6 |
2012-05-25 | Suil 0.6.2.v0.6.2 | David Robillard | 1 | -3/+3 |
2012-05-24 | Allow run-time configuation of module directory via environment variable SUIL... | David Robillard | 1 | -0/+2 |
2012-04-24 | Update NEWS. | David Robillard | 1 | -1/+2 |
2012-04-24 | Fix crashes when wrapper widget is destroyed by toolkit before suil cleanup | David Robillard | 1 | -0/+7 |
2012-04-18 | Update NEWS. | David Robillard | 1 | -1/+2 |