summaryrefslogtreecommitdiffstats
path: root/src/host.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-16/+3
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2021-01-01Remove the need for a generated configuration headerDavid Robillard1-2/+2
2020-12-31Format all code with clang-formatDavid Robillard1-34/+36
2020-09-27Add a less janky portability wrapper for dlopen() and friendsDavid Robillard1-3/+3
2020-09-27Clean up includes and forward declarationsDavid Robillard1-1/+7
2020-07-17Fix Wunused-parameter warningsDavid Robillard1-0/+2
2017-12-16Fix unused function warning for non-X11 buildsDavid Robillard1-0/+2
2017-10-03Clean up various minor code style issuesDavid Robillard1-1/+1
2017-08-06Fix preprocessor if with potentially undefined symbolDavid Robillard1-1/+1
2017-03-18Add suil_init()David Robillard1-1/+37
2015-09-13Update copyright dates.David Robillard1-1/+1
2015-09-12Add Gtk2 and X11 in Qt5 wrappers.David Robillard1-3/+1
2014-08-08Update copyright dates.David Robillard1-1/+1
2012-08-03Fix compilation with MSVC.David Robillard1-1/+1
2012-04-12Implement UI features again, this time with genuine workiness!David Robillard1-10/+7
2012-04-11Add suil_host_set_touch_func.David Robillard1-5/+17
2012-01-18Lint.David Robillard1-1/+1
2011-06-11Make suil_host_free tolerate being called on NULLDavid Robillard1-3/+5
2011-06-01Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link...David Robillard1-0/+4
2011-04-28Don't hide pointers behind typedefs.David Robillard1-3/+3
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-19/+10
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-0/+48