summaryrefslogtreecommitdiffstats
path: root/src/gtk2_in_qt4.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-22Use "nullptr" in more C++ codeDavid Robillard1-2/+2
2020-09-27Add a less janky portability wrapper for dlopen() and friendsDavid Robillard1-3/+4
2020-09-27Clean up includes and forward declarationsDavid Robillard1-3/+4
2015-09-13Update copyright dates.David Robillard1-1/+1
2015-09-12Add Gtk2 and X11 in Qt5 wrappers.David Robillard1-2/+2
2015-09-11Zero-initialize wrapper structs.David Robillard1-5/+2
2012-11-14Suil 0.6.6.v0.6.6David Robillard1-1/+1
2012-11-14Fix compilation error in last commit.David Robillard1-6/+7
2012-11-14Support reparenting Gtk-in-Qt UIs.David Robillard1-5/+46
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-07-09Fix whitespace.David Robillard1-2/+2
2012-07-02Correctly handle resizing for Gtk2 in Qt4.David Robillard1-0/+24
2012-04-24Fix crashes when wrapper widget is destroyed by toolkit before suil cleanupDavid Robillard1-1/+1
2012-04-11Add suil_host_set_touch_func.David Robillard1-8/+7
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-18Lint.David Robillard1-3/+3
2011-12-10Rework module interface to support modules that need to pass features.David Robillard1-35/+36
2011-06-02Call gtk_init after loading Gtk2 library when wrapped in Qt4 hosts.David Robillard1-1/+2
2011-06-01Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link...David Robillard1-2/+18
2011-05-30Initialise Gtk when wrapped in Qt, and initialise GtkPlug with QX11EmbedConta...David Robillard1-7/+6
2011-05-20Fix compilation with ancient versions of Gtk2 (fix ticket #655).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-22/+13
2011-03-17Switch Suil to 2-clause BSD license.David Robillard1-16/+24
2011-03-04Gtk2-in-QT4 resize patch from Rui.David Robillard1-2/+6
2011-02-26Show plug before embedding in Qt. Gtk UIs working in svn QTractor.David Robillard1-0/+2
2011-02-26Fix suil_wrap signature.David Robillard1-5/+5
2011-02-26Fix wrap function name.David Robillard1-3/+3
2011-02-23Gtk2 in Qt4 embedding (untested).David Robillard1-24/+5
2011-02-23Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules.David Robillard1-0/+77