aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_QQuickMouseArea::notPressedAfterStolenGrab againShawn Rutledge2020-11-191-0/+1
* Remove QQuickItem::windowDeactivateEvent(); cancel grabs insteadShawn Rutledge2020-11-191-0/+1
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-181-1/+1
* Avoid calling QQuickItemPrivate's methods if QQIP is incompleteFabian Kosmale2020-11-171-0/+2
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-3/+7
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-3/+3
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-2/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-22/+33
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-0/+5
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-2/+4
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-4/+4
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-191-0/+3
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-161-2/+0
* Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessageLaszlo Agocs2020-06-161-3/+0
* Remove QtQuick.Window pluginUlf Hermann2020-06-151-0/+2
* Move resetOpenGLState() to QQuickFboLaszlo Agocs2020-06-121-4/+1
* Make openglContext getter in QQuickWindow privateLaszlo Agocs2020-06-111-0/+2
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-1/+1
* Remove openGLContextCreated signalLaszlo Agocs2020-06-101-1/+0
* Add perspective 3D plane render modeLaszlo Agocs2020-06-091-1/+1
* Remove customRenderStage from QQuickWindowPrivateLaszlo Agocs2020-06-081-9/+0
* Quick: Clean up some includesUlf Hermann2020-06-041-5/+5
* Expose the QRhiSwapchain via QSGRendererInterfaceLaszlo Agocs2020-06-031-0/+1
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-021-7/+0
* RHI: Fix crash in QQuickWindow when updating render targetEskil Abrahamsen Blomfeldt2020-05-141-1/+1
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-111-4/+36
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-1/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-1/+1
|\
| * Export QQuickRootItem to QMLUlf Hermann2020-02-251-1/+1
* | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-3/+0
|/
* Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-071-0/+2
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-1/+2
* Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-2/+4
* Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-281-1/+2
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-101-1/+1
|\
| * QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-091-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-1/+1
|\|
| * QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
* | Restore QQuickWindowPrivate::dragOverThreshold(d, axis, TouchPoint)Shawn Rutledge2019-09-231-0/+2
* | Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-20/+0
|/
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+17
* Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-2/+2
* Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-151-1/+2
* QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-301-0/+1
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-0/+1
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-291-1/+1
* Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-211-3/+0
* Deliver QWheelEvent wrapped as QQuickPointerScrollEventShawn Rutledge2018-06-211-3/+1