Age | Commit message (Expand) | Author | Files | Lines |
2015-09-13 | Fix Qt5 wrapping. | David Robillard | 1 | -1/+1 |
2015-09-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-09-12 | Add Gtk2 and X11 in Qt5 wrappers. | David Robillard | 1 | -5/+22 |
2015-09-12 | Gracefully handle failure to open wrapper. | David Robillard | 1 | -6/+9 |
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/+5 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -1/+2 |
2014-10-29 | Tidy. | David Robillard | 1 | -5/+5 |
2014-10-29 | Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988). | David Robillard | 1 | -0/+6 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-04-27 | Tolerate passing NULL container type to open_wrapper. | David Robillard | 1 | -1/+1 |
2013-12-25 | Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925). | David Robillard | 1 | -0/+7 |
2013-08-10 | Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924). | David Robillard | 1 | -1/+4 |
2013-02-24 | Print system error message if module failes to load | David Robillard | 1 | -1/+1 |
2013-02-09 | Fix crash when a broken UI returns a NULL descriptor (#886). | David Robillard | 1 | -1/+3 |
2012-08-03 | Fix compilation with MSVC. | David Robillard | 1 | -2/+2 |
2012-08-03 | Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available. | David Robillard | 1 | -1/+0 |
2012-08-03 | Fix memory errors introduced in r4603. | David Robillard | 1 | -1/+1 |
2012-08-03 | Support for embedding native Windows UIs in Gtk2. | David Robillard | 1 | -6/+13 |
2012-08-02 | Replace host provided features that match Suil implemented features, rather | David Robillard | 1 | -7/+8 |
2012-07-18 | Gracefully handle UIs with no port_event method (fix #846). | David Robillard | 1 | -5/+7 |
2012-05-24 | Allow run-time configuation of module directory via environment variable SUIL... | David Robillard | 1 | -3/+6 |
2012-05-13 | Gracefully handle instance allocation failure. | David Robillard | 1 | -1/+7 |
2012-05-11 | Fix suil_instance_free to avoid a double free when the wrapper has already de... | David Robillard | 1 | -3/+8 |
2012-04-24 | Fix crashes when wrapper widget is destroyed by toolkit before suil cleanup | David Robillard | 1 | -4/+7 |
2012-04-12 | Implement UI features again, this time with genuine workiness! | David Robillard | 1 | -15/+17 |
2012-04-11 | Add suil_host_set_touch_func. | David Robillard | 1 | -30/+53 |
2012-03-21 | Implement resize extension automatically at the wrapper level. | David Robillard | 1 | -1/+1 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-18 | Lint. | David Robillard | 1 | -2/+2 |
2012-01-04 | Fix errors on clode with Qt4 in Gtk2 wrapper. | David Robillard | 1 | -5/+4 |
2011-12-28 | Use ui:parent instead of http://example.org/winid. | David Robillard | 1 | -1/+0 |
2011-12-10 | Initialize wrapper field. | David Robillard | 1 | -0/+1 |
2011-12-10 | Rework module interface to support modules that need to pass features. | David Robillard | 1 | -33/+39 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -2/+0 |
2011-10-20 | Support embedding X11 UIs. | David Robillard | 1 | -2/+13 |
2011-06-01 | Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link... | David Robillard | 1 | -1/+1 |
2011-04-28 | Don't hide pointers behind typedefs. | David Robillard | 1 | -26/+12 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 1 | -20/+11 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -22/+33 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -2/+1 |
2011-03-28 | Fix Windows build. | David Robillard | 1 | -2/+0 |
2011-03-17 | Switch Suil to 2-clause BSD license. | David Robillard | 1 | -16/+24 |
2011-02-26 | Gracefully handle missing module symbols. | David Robillard | 1 | -1/+8 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 1 | -30/+42 |
2011-02-23 | Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules. | David Robillard | 1 | -16/+95 |
2011-02-22 | Implement sane UI selection logic and separate it from instantiation. | David Robillard | 1 | -34/+57 |
2011-02-22 | Fix headers. | David Robillard | 1 | -1/+1 |
2011-02-22 | Initial UI instance implementation. | David Robillard | 1 | -0/+147 |