summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-12Fix module loading in static build.David Robillard6-6/+6
2012-08-09Fix Windows build.David Robillard2-0/+5
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard3-3/+21
2012-08-03Fix compilation with MSVC.David Robillard3-6/+7
2012-08-03Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available.David Robillard1-1/+0
2012-08-03Explicitly forward keyboard events to X11 UIs in Gtk.David Robillard2-13/+30
2012-08-03Fix memory errors introduced in r4603.David Robillard1-1/+1
2012-08-03Support for embedding native Windows UIs in Gtk2.David Robillard2-6/+174
2012-08-02Replace host provided features that match Suil implemented features, ratherDavid Robillard4-17/+27
2012-07-18Gracefully handle UIs with no port_event method (fix #846).David Robillard1-5/+7
2012-07-09Fix whitespace.David Robillard1-2/+2
2012-07-02Correctly handle resizing for Gtk2 in Qt4.David Robillard1-0/+24
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 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