summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Fix suil_instance_free to avoid a double free when the wrapper has already de...David Robillard2-4/+8
2012-04-24Fix crashes when wrapper widget is destroyed by toolkit before suil cleanupDavid Robillard5-30/+71
2012-04-12Implement UI features again, this time with genuine workiness!David Robillard3-30/+33
2012-04-11Fix a crash. Apparently.David Robillard1-1/+1
2012-04-11Add suil_host_set_touch_func.David Robillard7-114/+133
2012-04-10Fix resize feature URI.David Robillard1-1/+1
2012-04-10Fix resize feature URI.David Robillard1-1/+1
2012-03-27Delete trailing whitespace.David Robillard4-7/+7
2012-03-26Update for latest UI extension.David Robillard2-2/+2
2012-03-26Update for latest LV2.David Robillard3-20/+7
2012-03-21Implement resize extension automatically at the wrapper level.David Robillard4-8/+55
2012-03-20Fix broken initialisation of features array.David Robillard2-6/+8
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard3-3/+3
2012-01-18Lint.David Robillard7-28/+14
2012-01-16Use correct WIN32 define.David Robillard1-1/+1
2012-01-04Fix errors on clode with Qt4 in Gtk2 wrapper.David Robillard2-14/+29
2011-12-28Use ui:parent instead of http://example.org/winid.David Robillard4-3/+4
2011-12-10Initialize wrapper field.David Robillard1-0/+1
2011-12-10Rework module interface to support modules that need to pass features.David Robillard6-137/+205
2011-12-10Clean up GObject stuff.David Robillard2-106/+72
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-2/+0
2011-10-20Add missing filesDavid Robillard2-0/+184
2011-10-20Support embedding X11 UIs.David Robillard2-3/+14
2011-06-11Make suil_host_free tolerate being called on NULLDavid Robillard1-3/+5
2011-06-02Call gtk_init after loading Gtk2 library when wrapped in Qt4 hosts.David Robillard1-1/+2
2011-06-01Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link...David Robillard5-10/+35
2011-05-30Initialise Gtk when wrapped in Qt, and initialise GtkPlug with QX11EmbedConta...David Robillard1-7/+6
2011-05-20Fix compilation with ancient versions of Gtk2 (fix ticket #655).David Robillard1-0/+4
2011-04-28Don't hide pointers behind typedefs.David Robillard5-41/+27
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard5-103/+58
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard3-24/+92
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard2-3/+1
2011-03-28Fix Windows build.David Robillard2-2/+8
2011-03-17Switch Suil to 2-clause BSD license.David Robillard4-64/+96
2011-03-04Gtk2-in-QT4 resize patch from Rui.David Robillard1-2/+6
2011-02-26Show plug before embedding in Qt. Gtk UIs working in svn QTractor.David Robillard1-0/+2
2011-02-26Fix suil_wrap signature.David Robillard1-5/+5
2011-02-26Gracefully handle missing module symbols.David Robillard1-1/+8
2011-02-26Fix wrap function name.David Robillard1-3/+3
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard3-160/+42
2011-02-23Gtk2 in Qt4 embedding (untested).David Robillard1-24/+5
2011-02-23Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules.David Robillard4-17/+334
2011-02-22Implement sane UI selection logic and separate it from instantiation.David Robillard3-37/+112
2011-02-22Fix headers.David Robillard2-2/+2
2011-02-22Initial UI instance implementation.David Robillard3-0/+230
2011-02-22Add suil stub.David Robillard2-0/+44