aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget_p.h
Commit message (Expand)AuthorAgeFilesLines
* Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-0/+1
* Make keyboard events work in QQuickWidgetLaszlo Agocs2017-03-291-2/+0
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-1/+1
* QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-1/+2
|\
| * Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-271-2/+2
| * Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-241-0/+1
* | Enable QQuickWidget for no-OpenGL buildsAllan Sandfeld Jensen2016-06-241-0/+7
* | QQuickWidget: Partial update support with software renderingAndy Nichols2016-04-201-0/+1
* | QQuickWidget: Enable use with software renderer backendAndy Nichols2016-04-201-0/+3
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\
| * Consistently use the override keywordThiago Macieira2015-07-191-2/+2
* | Avoid multisampled contexts in QQuickWidgetLaszlo Agocs2015-08-041-0/+2
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-1/+1
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-141-1/+1
* | Match the offscreen windows position to the QQuickWidget position.Christian Strømme2015-04-131-0/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* Input method support for QQuickWidgetPaul Olav Tvete2014-12-111-0/+2
* Recreate the fbo on screen change in QQuickWidget when neededLaszlo Agocs2014-09-231-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Finish render() support for QQuickWidgetLaszlo Agocs2014-08-111-0/+1
* Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-071-1/+1
* Add support for multisampling in QQuickWidgetLaszlo Agocs2014-06-061-0/+1
* Fix QQuickWidget offscreen surface format and creation orderLaszlo Agocs2014-06-051-1/+0
* Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-031-0/+1
* QQuickWidget: Fix SizeViewToRootObjectPaul Olav Tvete2014-03-191-1/+1
* Add surface format to QQuickWidget.Laszlo Agocs2014-03-181-0/+1
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-131-0/+1
* QQuickWidget: handle resize to empty sizePaul Olav Tvete2014-03-101-0/+1
* QQuickWidget: handle windowChangePaul Olav Tvete2014-03-071-1/+3
* QQuickWidget: make sure to use the proper GL formatPaul Olav Tvete2014-03-071-0/+2
* Introducing QQuickWidgetLars Knoll2014-02-171-0/+117