summaryrefslogtreecommitdiffstats
path: root/src/instance.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Print system error message if module failes to loadDavid Robillard1-1/+1
2013-02-09Fix crash when a broken UI returns a NULL descriptor (#886).David Robillard1-1/+3
2012-08-03Fix compilation with MSVC.David Robillard1-2/+2
2012-08-03Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available.David Robillard1-1/+0
2012-08-03Fix memory errors introduced in r4603.David Robillard1-1/+1
2012-08-03Support for embedding native Windows UIs in Gtk2.David Robillard1-6/+13
2012-08-02Replace host provided features that match Suil implemented features, ratherDavid Robillard1-7/+8
2012-07-18Gracefully handle UIs with no port_event method (fix #846).David Robillard1-5/+7
2012-05-24Allow run-time configuation of module directory via environment variable SUIL...David Robillard1-3/+6
2012-05-13Gracefully handle instance allocation failure.David Robillard1-1/+7
2012-05-11Fix suil_instance_free to avoid a double free when the wrapper has already de...David Robillard1-3/+8
2012-04-24Fix crashes when wrapper widget is destroyed by toolkit before suil cleanupDavid Robillard1-4/+7
2012-04-12Implement UI features again, this time with genuine workiness!David Robillard1-15/+17
2012-04-11Add suil_host_set_touch_func.David Robillard1-30/+53
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