aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-02-111-3/+3
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-161-0/+8
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-311-5/+5
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-7/+11
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-211-7/+83
* QQuickWindow: pass InputMethod(Query) events on to itemsVolker Hilsheimer2020-05-191-0/+19
* Doc: Update description to be more precisePaul Wicking2020-05-181-2/+3
* Doc: Clarify what QQuickWindow::resetOpenGLState() resetsAndy Shaw2020-04-161-0/+5
* Avoid deprecated TouchPoint rect accessors in MPTA and QQWinPrivShawn Rutledge2020-04-071-2/+1
* Doc: Add missing documentations of Window Type signalsNorihito Tohge2020-03-191-1/+84
* rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-181-1/+1
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-2/+0
* doc: fix typo in signal nameRolf Eike Beer2020-03-021-1/+1
* Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-251-0/+4
* Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-201-0/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-1/+1
|\
| * Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
* | Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-2/+31
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-071-4/+21
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-14/+23
* | Deprecate QQuickWindow::createTextureFromId()Laszlo Agocs2020-01-271-1/+4
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-6/+6
* | Add API to get the platform specific texture handlePaul Olav Tvete2019-12-171-1/+1
* | Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-4/+13
* | Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-281-0/+2
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-1/+1
|\|
| * Doc: Fix documentation warningsTopi Reinio2019-11-111-1/+1
* | Make QQuickFbo work with the OpenGL backend of QRhiLaszlo Agocs2019-11-141-4/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-22/+23
|\|
| * Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
* | 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