summaryrefslogtreecommitdiffstats
path: root/src/instance.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link...David Robillard1-1/+1
2011-04-28Don't hide pointers behind typedefs.David Robillard1-26/+12
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-22/+33
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-2/+1
2011-03-28Fix Windows build.David Robillard1-2/+0
2011-03-17Switch Suil to 2-clause BSD license.David Robillard1-16/+24
2011-02-26Gracefully handle missing module symbols.David Robillard1-1/+8
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-30/+42
2011-02-23Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules.David Robillard1-16/+95
2011-02-22Implement sane UI selection logic and separate it from instantiation.David Robillard1-34/+57
2011-02-22Fix headers.David Robillard1-1/+1
2011-02-22Initial UI instance implementation.David Robillard1-0/+147