summaryrefslogtreecommitdiffstats
path: root/src/qt4_in_gtk2.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-59/+60
2020-12-22Avoid "typedef" in C++David Robillard1-2/+2
2020-12-22Use "nullptr" in more C++ codeDavid Robillard1-10/+10
2020-09-27Clean up includes and forward declarationsDavid Robillard1-2/+4
2017-03-18Add suil_init()David Robillard1-2/+1
2017-02-26Add preliminary Qt5 in Gtk2 supportDavid Robillard1-10/+6
2015-09-13Update copyright dates.David Robillard1-1/+1
2015-09-11Zero-initialize wrapper structs.David Robillard1-4/+3
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-02-08Fix embedding several Qt UIs in Gtk (apply #961).David Robillard1-3/+7
2012-09-12Fix module loading in static build.David Robillard1-1/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+2
2012-04-24Fix crashes when wrapper widget is destroyed by toolkit before suil cleanupDavid Robillard1-18/+25
2012-04-11Fix a crash. Apparently.David Robillard1-1/+1
2012-04-11Add suil_host_set_touch_func.David Robillard1-8/+7
2012-03-27Delete trailing whitespace.David Robillard1-2/+2
2012-01-18Lint.David Robillard1-2/+2
2012-01-04Fix errors on clode with Qt4 in Gtk2 wrapper.David Robillard1-9/+25
2011-12-10Rework module interface to support modules that need to pass features.David Robillard1-15/+19
2011-12-10Clean up GObject stuff.David Robillard1-54/+37
2011-10-20Support embedding X11 UIs.David Robillard1-1/+1
2011-06-01Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link...David Robillard1-1/+2
2011-04-28Don't hide pointers behind typedefs.David Robillard1-4/+4
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-22/+13
2011-03-17Switch Suil to 2-clause BSD license.David Robillard1-16/+24
2011-02-23Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules.David Robillard1-0/+146