summaryrefslogtreecommitdiffstats
path: root/src/suil_internal.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Avoid use of reserved identifiersDavid Robillard1-4/+4
2020-12-15Clean up includesDavid Robillard1-1/+5
2020-09-27Add a less janky portability wrapper for dlopen() and friendsDavid Robillard1-14/+4
2020-09-27Clean up includes and forward declarationsDavid Robillard1-8/+8
2019-10-17Fix Windows warningDavid Robillard1-1/+1
2019-04-14Use modern LV2 includesDavid Robillard1-1/+1
2017-10-03Clean up various minor code style issuesDavid Robillard1-0/+1
2017-03-18Add suil_init()David Robillard1-2/+39
2012-09-24Fix suil_dlfunc on Windows (fix ticket #860).David Robillard1-1/+4
2012-09-12Fix module loading in static build.David Robillard1-1/+1
2012-08-09Fix Windows build.David Robillard1-0/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+17
2012-08-03Fix compilation with MSVC.David Robillard1-3/+4
2012-08-02Replace host provided features that match Suil implemented features, ratherDavid Robillard1-6/+15
2012-04-12Implement UI features again, this time with genuine workiness!David Robillard1-5/+9
2012-04-11Add suil_host_set_touch_func.David Robillard1-13/+27
2012-03-26Update for latest LV2.David Robillard1-6/+1
2012-03-21Implement resize extension automatically at the wrapper level.David Robillard1-1/+7
2012-01-18Lint.David Robillard1-2/+2
2012-01-16Use correct WIN32 define.David Robillard1-1/+1
2011-12-28Use ui:parent instead of http://example.org/winid.David Robillard1-0/+2
2011-12-10Rework module interface to support modules that need to pass features.David Robillard1-12/+25
2011-06-01Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link...David Robillard1-6/+10
2011-04-28Don't hide pointers behind typedefs.David Robillard1-5/+5
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-2/+11
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+0
2011-03-28Fix Windows build.David Robillard1-0/+8
2011-03-17Switch Suil to 2-clause BSD license.David Robillard1-16/+24
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-25/+0
2011-02-23Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules.David Robillard1-1/+16
2011-02-22Implement sane UI selection logic and separate it from instantiation.David Robillard1-3/+13
2011-02-22Initial UI instance implementation.David Robillard1-0/+38
2011-02-22Add suil stub.David Robillard1-0/+26