Age | Commit message (Expand) | Author | Files | Lines |
2011-06-11 | Make suil_host_free tolerate being called on NULL | David Robillard | 1 | -3/+5 |
2011-06-02 | Call gtk_init after loading Gtk2 library when wrapped in Qt4 hosts. | David Robillard | 1 | -1/+2 |
2011-06-01 | Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link... | David Robillard | 5 | -10/+35 |
2011-05-30 | Initialise Gtk when wrapped in Qt, and initialise GtkPlug with QX11EmbedConta... | David Robillard | 1 | -7/+6 |
2011-05-20 | Fix compilation with ancient versions of Gtk2 (fix ticket #655). | David Robillard | 1 | -0/+4 |
2011-04-28 | Don't hide pointers behind typedefs. | David Robillard | 5 | -41/+27 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 5 | -103/+58 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 3 | -24/+92 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 2 | -3/+1 |
2011-03-28 | Fix Windows build. | David Robillard | 2 | -2/+8 |
2011-03-17 | Switch Suil to 2-clause BSD license. | David Robillard | 4 | -64/+96 |
2011-03-04 | Gtk2-in-QT4 resize patch from Rui. | David Robillard | 1 | -2/+6 |
2011-02-26 | Show plug before embedding in Qt. Gtk UIs working in svn QTractor. | David Robillard | 1 | -0/+2 |
2011-02-26 | Fix suil_wrap signature. | David Robillard | 1 | -5/+5 |
2011-02-26 | Gracefully handle missing module symbols. | David Robillard | 1 | -1/+8 |
2011-02-26 | Fix wrap function name. | David Robillard | 1 | -3/+3 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 3 | -160/+42 |
2011-02-23 | Gtk2 in Qt4 embedding (untested). | David Robillard | 1 | -24/+5 |
2011-02-23 | Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules. | David Robillard | 4 | -17/+334 |
2011-02-22 | Implement sane UI selection logic and separate it from instantiation. | David Robillard | 3 | -37/+112 |
2011-02-22 | Fix headers. | David Robillard | 2 | -2/+2 |
2011-02-22 | Initial UI instance implementation. | David Robillard | 3 | -0/+230 |
2011-02-22 | Add suil stub. | David Robillard | 2 | -0/+44 |