Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-23 | Use angle brackets for library includes | David Robillard | 1 | -1/+1 | |
2024-11-15 | Add clang-format configuration | David Robillard | 1 | -8/+4 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -16/+3 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 1 | -2/+2 | |
Since some of these values were not actually configurable anyway, the redundant code in the wscript has been removed since the values are equivalent to the fallbacks defined in C. | |||||
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -34/+36 | |
2020-09-27 | Add a less janky portability wrapper for dlopen() and friends | David Robillard | 1 | -3/+3 | |
2020-09-27 | Clean up includes and forward declarations | David Robillard | 1 | -1/+7 | |
2020-07-17 | Fix Wunused-parameter warnings | David Robillard | 1 | -0/+2 | |
2017-12-16 | Fix unused function warning for non-X11 builds | David Robillard | 1 | -0/+2 | |
2017-10-03 | Clean up various minor code style issues | David Robillard | 1 | -1/+1 | |
2017-08-06 | Fix preprocessor if with potentially undefined symbol | David Robillard | 1 | -1/+1 | |
2017-03-18 | Add suil_init() | David Robillard | 1 | -1/+37 | |
This allows the actual host argc and argv to be passed to QApplication if it is created by Suil (for Qt in non-Qt cases), and initializes X11 threads to fix Qt5 in Gtk2. | |||||
2015-09-13 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5728 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-12 | Add Gtk2 and X11 in Qt5 wrappers. | David Robillard | 1 | -3/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5725 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5426 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-03 | Fix compilation with MSVC. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4609 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-12 | Implement UI features again, this time with genuine workiness! | David Robillard | 1 | -10/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4173 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-11 | Add suil_host_set_touch_func. | David Robillard | 1 | -5/+17 | |
Saner feature array manipulation. Implement port index and subscribe/unsubscribe functions via new UI features. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4160 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-18 | Lint. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3962 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-06-11 | Make suil_host_free tolerate being called on NULL | David Robillard | 1 | -3/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3389 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-06-01 | Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not ↵ | David Robillard | 1 | -0/+4 | |
link to Gtk (fix ticket #696). git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3345 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-28 | Don't hide pointers behind typedefs. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3203 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less ↵ | David Robillard | 1 | -19/+10 | |
obnoxious lawyer noise). git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3187 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -0/+48 | |
Remove UI extension API and header from public APIs entirely. Rework UI instance API to support multiple UIs and a more precise notion of embedding support. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3186 a436a847-0d15-0410-975c-d299462d15a1 |