summaryrefslogtreecommitdiffstats
path: root/src/instance.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Implement resize extension automatically at the wrapper level.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-18Lint.David Robillard1-2/+2
2012-01-04Fix errors on clode with Qt4 in Gtk2 wrapper.David Robillard1-5/+4
2011-12-28Use ui:parent instead of http://example.org/winid.David Robillard1-1/+0
2011-12-10Initialize wrapper field.David Robillard1-0/+1
2011-12-10Rework module interface to support modules that need to pass features.David Robillard1-33/+39
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-2/+0
2011-10-20Support embedding X11 UIs.David Robillard1-2/+13
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