summaryrefslogtreecommitdiffstats
path: root/src/instance.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-27Add a less janky portability wrapper for dlopen() and friendsDavid Robillard1-10/+10
2020-09-27Don't use else after return or breakDavid Robillard1-27/+32
2020-09-27Clean up includes and forward declarationsDavid Robillard1-4/+10
2019-06-06Add support for Qt5 in Gtk3David Robillard1-0/+8
2017-12-16Add support for Cocoa in Qt5David Robillard1-1/+9
2017-10-03Clean up various minor code style issuesDavid Robillard1-12/+12
2017-03-18Add suil_init()David Robillard1-26/+5
2017-02-26Add preliminary Qt5 in Gtk2 supportDavid Robillard1-1/+9
2016-12-10Add support for X11 in Gtk3David Robillard1-0/+9
2015-09-13Fix Qt5 wrapping.David Robillard1-1/+1
2015-09-13Update copyright dates.David Robillard1-1/+1
2015-09-12Add Gtk2 and X11 in Qt5 wrappers.David Robillard1-5/+22
2015-09-12Gracefully handle failure to open wrapper.David Robillard1-6/+9
2015-05-14Only report suil_ui_supported() if necessary wrapper is compiled in.David Robillard1-5/+22
2015-02-14Various Windows fixes (patches from Robin Gareus).David Robillard1-1/+5
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-1/+2
2014-10-29Tidy.David Robillard1-5/+5
2014-10-29Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988).David Robillard1-0/+6
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-04-27Tolerate passing NULL container type to open_wrapper.David Robillard1-1/+1
2013-12-25Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925).David Robillard1-0/+7
2013-08-10Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924).David Robillard1-1/+4
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