aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Move type declarations for QtQuick.Window* into imports/windowUlf Hermann2019-10-151-1/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-101-29/+74
|\|
| * QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-091-29/+66
| * Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-091-0/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-3/+3
|\|
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-7/+17
|\|
| * Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-031-0/+7
| * QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
| * Avoid changing function signature in public headerLaszlo Agocs2019-09-181-3/+6
| * Clean up GraphicsStateInfo after API reviewLaszlo Agocs2019-09-181-3/+3
* | Restore QQuickWindowPrivate::dragOverThreshold(d, axis, TouchPoint)Shawn Rutledge2019-09-231-0/+12
|/
* Clarify docs and comments regarding under and overlaysLaszlo Agocs2019-09-081-3/+7
* Make vulkanunderqml work and update docsLaszlo Agocs2019-09-081-0/+11
* Add a createTextureFromId() alternativeLaszlo Agocs2019-08-301-7/+109
* rendernode example: Add support for MetalLaszlo Agocs2019-08-221-0/+10
* Add an initial set of scenegraph docs for the rhiLaszlo Agocs2019-08-171-2/+2
* Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-121-1/+1
* Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-071-0/+7
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-0/+6
|\
| * Doc: Add doc on "quit" shortcut behavior in macOSNico Vertriest2019-07-171-0/+6
* | Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-8/+25
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-30/+295
* | qtlite: Fix build with -no-feature-cursorMikhail Svetkin2019-07-031-0/+4
* | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-3/+0
* | Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-6/+8
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-15/+27
|\
| * Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-151-15/+27
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-1/+1
|\|
| * Debug missing synth-mouse ID in hex, not decimalShawn Rutledge2019-04-171-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-2/+10
|\|
| * QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-2/+2
|\|
| * In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-041-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Ulf Hermann2019-03-131-12/+18
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-12/+18
| |\|
| | * Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-041-0/+1
| | * Don't crash if the synth-mouse touchpoint is absent from a touch eventShawn Rutledge2019-03-041-12/+16
| | * Update the cursor when the window is enteredAndy Shaw2019-02-251-0/+1
* | | Ask rendering thread to release resources when window is closedDamien Caliste2019-03-131-0/+8
|/ /
* | Fix qml block in doc comment for Window::transientParentShawn Rutledge2019-02-151-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-071-1/+1
|\|
| * QQuickWindow: don't give exclusive grab to invisible or disabled ItemsShawn Rutledge2019-02-051-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-4/+5
|\|
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-4/+5
* | Register Window.transientParent, track user-code overridingShawn Rutledge2018-11-131-0/+56
|/
* QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-301-22/+29
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-301-0/+8
|\
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-131-0/+8
* | Optimize QQuickWindowPrivate::grabTouchPoints()Shawn Rutledge2018-10-181-7/+19