summaryrefslogtreecommitdiffstats
path: root/src/gtk2_in_qt5.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-12-11Remove Gtk in Qt and Qt in Gtk wrappersDavid Robillard1-156/+0
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-16/+3
2022-07-17Remove unnecessary includesDavid Robillard1-1/+0
2022-05-30Fix MacOS buildDavid Robillard1-2/+2
I can't for the life of me figure out how to do this portably with C++ casts, since the native types are very different between platforms (pointer on MacOS, integer on X11). So, just give up and go back to C casts here.
2021-01-11Use C++-style casts in C++ codeDavid Robillard1-10/+12
2021-01-11Suppress Gtk and Qt header warnings in codeDavid Robillard1-0/+5
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2021-01-01Remove the need for a generated configuration headerDavid Robillard1-1/+1
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-31Format all code with clang-formatDavid Robillard1-74/+74
2020-12-22Avoid "typedef" in C++David Robillard1-2/+2
2020-12-22Use "auto" to avoid redundancyDavid Robillard1-11/+11
2020-12-21Use "nullptr" in C++ codeDavid Robillard1-4/+4
2020-12-15Avoid checking for null before deletingDavid Robillard1-3/+1
2020-12-15Avoid use of default argumentsDavid Robillard1-5/+7
2020-12-15Clean up includesDavid Robillard1-2/+2
2020-09-27Add a less janky portability wrapper for dlopen() and friendsDavid Robillard1-4/+4
2020-09-27Clean up includes and forward declarationsDavid Robillard1-6/+16
2020-07-17Fix Wunused-parameter warningsDavid Robillard1-11/+7
2018-09-16Remove pointless const qualifiersDavid Robillard1-1/+1
2017-10-04Remove X11 dependency for gtk2 in qt5David Robillard1-1/+0
2017-08-06Fix implicit cast warnings with clangDavid Robillard1-1/+1
2015-09-17Fix issues with embedding in Qt.David Robillard1-8/+7
Patch from Rui Nuno Capela. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5732 a436a847-0d15-0410-975c-d299462d15a1
2015-09-13Fix Qt5 wrapping.David Robillard1-12/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5730 a436a847-0d15-0410-975c-d299462d15a1
2015-09-12Add Gtk2 and X11 in Qt5 wrappers.David Robillard1-0/+168
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5725 a436a847-0d15-0410-975c-d299462d15a1