aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickWindow: Change 0 to nullptr for removeAllv6.0.0-beta2Fabian Kosmale2020-10-211-1/+1
* Adapt to platform API renameTor Arne Vestbø2020-10-091-2/+2
* Prevent touch->mouse synth from altering the localized touchpointShawn Rutledge2020-10-081-2/+3
* Remove special case for double-clickShawn Rutledge2020-10-061-1/+1
* Fix compiler warningPaul Olav Tvete2020-10-051-1/+1
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-30/+41
* Remove redundant definition of QMutableTouchEvent::addPointShawn Rutledge2020-09-181-12/+0
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-602/+402
* Remove the pointId += deviceId << 24 hackShawn Rutledge2020-09-181-4/+0
* Adapt to QEventPoint changesFawzi Mohamed2020-09-181-19/+19
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-151-14/+22
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* Fix up beforeSynchronizing signal docsLaszlo Agocs2020-09-091-0/+6
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-301-6/+6
* Remove deprecated QQuickWindow::sendEventFabian Kosmale2020-08-261-56/+0
* Follow API changes in QQuickWindow docsLaszlo Agocs2020-08-131-2/+2
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-75/+18
* Remove the pointId += deviceId << 24 hack from translateTouchEvent()Shawn Rutledge2020-07-301-8/+3
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-43/+39
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-26/+26
* Replace QInputDevice::id() with systemId()Shawn Rutledge2020-07-091-2/+2
* Update the window cursor on mouse releaseShawn Rutledge2020-06-301-0/+3
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-7/+11
* Add what-would-my-graphics-api-be getterLaszlo Agocs2020-06-261-0/+38
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-50/+68
* Move resetOpenGLState out of QQFBOGiuseppe D'Angelo2020-06-231-4/+4
* Add graphics instance and device basics to QQuickWindow docsLaszlo Agocs2020-06-231-0/+39
* Defer setting a QVulkanInstance on the windowLaszlo Agocs2020-06-221-10/+4
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-221-13/+51
* Add test for rendercontrol + rendererinterfaceLaszlo Agocs2020-06-221-1/+1
* Add getters for rendertarget/device/configLaszlo Agocs2020-06-191-0/+49
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-191-11/+56
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-15/+1
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-161-43/+5
* Revise QQuickWindow docs when it comes to OpenGLLaszlo Agocs2020-06-161-172/+193
* Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessageLaszlo Agocs2020-06-161-29/+0
* Move resetOpenGLState() to QQuickFboLaszlo Agocs2020-06-121-112/+5
* Make openglContext getter in QQuickWindow privateLaszlo Agocs2020-06-111-22/+8
* Move QSGRenderContext::RenderMode to QSGRendererInterfaceEskil Abrahamsen Blomfeldt2020-06-111-2/+2
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-37/+37
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-39/+44
* Clarify QQuickWindow::releaseResources docsLaszlo Agocs2020-06-101-6/+10
* Remove openGLContextCreated signalLaszlo Agocs2020-06-101-28/+0
* Make QQuickWindow compile by adding a QOpenGL include for nowLaszlo Agocs2020-06-091-0/+1
* Add perspective 3D plane render modeLaszlo Agocs2020-06-091-4/+7
* Remove customRenderStage from QQuickWindowPrivateLaszlo Agocs2020-06-081-40/+38
* Make render loops OpenGL cleanLaszlo Agocs2020-06-081-33/+0
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-60/+0
* Remove the template arguments from some qMakePair callsGiuseppe D'Angelo2020-06-031-1/+1