aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrendercontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickRenderControl: Grab framebuffer with alpha if the window uses itAndy Shaw2018-07-121-1/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Fix QQuickRenderControl software grabs on surface not rendered elsewherev5.10.0-beta2David Edmundson2017-10-141-2/+2
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+3
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-0/+3
* Fix wrong grabbing behaviorFilipe Azevedo2016-12-201-0/+5
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-4/+4
* Make shader effects configurableLars Knoll2016-10-101-1/+3
* Fix up QQuickWidget and QQuickRenderControl docsLaszlo Agocs2016-07-151-2/+7
* Fix rendercontrol grabs with the software backendLaszlo Agocs2016-07-151-5/+24
* Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-311-1/+1
|\
| * QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-261-1/+1
* | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-2/+4
* | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-061-0/+4
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+4
| |\
| | * QQuickRenderControl: cleanup material cache on invalidateTim Blechmann2016-03-011-0/+4
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-7/+16
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Clean up correctly in rendercontrol to avoid crashesLaszlo Agocs2015-12-091-6/+13
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+4
|\
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-041-0/+4
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-1/+0
|/
* Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-281-0/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Support threading with QQuickRenderControlLaszlo Agocs2014-12-121-1/+15
* Do not send deferred deletes from QQuickRenderControl::invalidate()Laszlo Agocs2014-11-181-1/+4
* Fix render control docsLaszlo Agocs2014-11-171-1/+9
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-071-4/+4
* Invalidate the scenegraph properly in the rendercontrol's stop()Laszlo Agocs2014-07-291-11/+10
* Add grabFramebuffer() to QQuickWidget and use it in the autotestLaszlo Agocs2014-07-011-0/+2
* Make QQuickRenderControl publicLaszlo Agocs2014-06-241-84/+155
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-2/+21
|\
| * Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-031-0/+19
| * Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-031-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-1/+31
|\|
| * Getting the render window of an offscreen windowPaul Olav Tvete2014-04-241-0/+30
| * Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-201-1/+1
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-0/+3
|/
* QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-121-3/+3
* QQuickWidget: handle hide and show events properlyPaul Olav Tvete2014-02-281-0/+20
* Avoid extra platformwindows with QQuickWidgetLaszlo Agocs2014-02-211-3/+7
* Introducing QQuickWidgetLars Knoll2014-02-171-0/+224