summaryrefslogtreecommitdiffstats
path: root/src/x11_in_qt4.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-22Use "nullptr" in more C++ codeDavid Robillard1-2/+2
2020-09-27Clean up includes and forward declarationsDavid Robillard1-3/+4
2017-12-16Clean up feature code in wrappersDavid Robillard1-6/+3
2015-10-04Delete parent widgetDavid Robillard1-0/+4
2015-09-17Fix issues with embedding in Qt.David Robillard1-0/+10
2015-09-13Fix Qt5 wrapping.David Robillard1-4/+0
2015-09-13Update copyright dates.David Robillard1-1/+1
2015-09-13Require LV2 1.6.0.David Robillard1-10/+0
2015-09-11Zero-initialize wrapper structs.David Robillard1-4/+2
2014-08-08Update copyright dates.David Robillard1-1/+1
2013-12-25Don't call suil_instance_extension_data from modules (fix #926).David Robillard1-2/+4
2013-09-17Fix crashes and resizing for X11 in Qt (patch from Rui Nuno Capela).David Robillard1-5/+36
2013-08-09Suil 0.6.14.v0.6.14David Robillard1-4/+4
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-4/+4
2013-03-23Fix check for LV2 1.4.1 when building recursively.David Robillard1-4/+4
2013-03-19Idle interface fixes for X11 in Qt4.David Robillard1-10/+12
2013-03-19Fix Qt timer stuff.David Robillard1-1/+2
2013-03-19Add support for UI idle interface.David Robillard1-2/+48
2012-09-12Fix module loading in static build.David Robillard1-1/+1
2012-08-02Replace host provided features that match Suil implemented features, ratherDavid Robillard1-2/+2
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-24/+11
2012-04-10Fix resize feature URI.David Robillard1-1/+1
2012-03-27Delete trailing whitespace.David Robillard1-2/+2
2012-03-26Update for latest UI extension.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-7/+3
2012-03-21Implement resize extension automatically at the wrapper level.David Robillard1-2/+23
2012-03-20Fix broken initialisation of features array.David Robillard1-3/+4
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-18Lint.David Robillard1-6/+3
2011-12-28Use ui:parent instead of http://example.org/winid.David Robillard1-1/+1
2011-12-10Rework module interface to support modules that need to pass features.David Robillard1-16/+36
2011-10-20Add missing filesDavid Robillard1-0/+52