aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update palette in quickwindow when binding palette changesSanthosh Kumar2024-03-111-0/+18
* doc: Clarify that automatic transient parent relies on visual parentTor Arne Vestbø2024-03-061-5/+9
* Optimize QQuickRt behavior with implicitly created buffersLaszlo Agocs2024-02-221-38/+51
* QQuickRt: support resolving into the provided native textureLaszlo Agocs2024-02-221-0/+2
* Allow QQuickRt adopt a native texture array for multiview renderingLaszlo Agocs2024-01-151-0/+2
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-151-0/+17
* sg: Remove unused clearMode codeLaszlo Agocs2024-01-061-6/+0
* Doc: Fix linking issues and missing QDoc commandsTopi Reinio2024-01-061-2/+4
* doc: Mention that Window.visible is false by defaultShawn Rutledge2023-12-231-0/+2
* Add preliminary support for embedding QWindows into Qt QuickTor Arne Vestbø2023-12-081-0/+73
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-181-1/+5
* doc: Add note about platform support for window positionsLiang Qi2023-11-131-0/+5
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-1/+8
* Move componentComplete member from QQuickWindow to QQuickWindowQmlImplTor Arne Vestbø2023-10-201-1/+0
* Defer automatic Window transient parent until component completionTor Arne Vestbø2023-10-181-13/+3
* Clarify visibility behavior of Windows with transient parentsTor Arne Vestbø2023-10-111-15/+16
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+1
* Clarify relation between transient parent and child in debug loggingTor Arne Vestbø2023-09-291-2/+2
* QQuickWindowPrivate::cleanupNodes: use qdeleteall moreAnton Kudryavtsev2023-09-151-3/+1
* Tidy up qquickwindowAnton Kudryavtsev2023-09-151-12/+12
* Fix QML item is missing if its parent's clip property is trueJiDe Zhang2023-09-061-8/+10
* Export QQuickPixmapKey and (renamed) QQuickPixmapCache for autotestsShawn Rutledge2023-09-011-1/+1
* Make text node scenegraph API publicEskil Abrahamsen Blomfeldt2023-09-011-0/+12
* Merge variables for tracking component completion for QQuickWindowTor Arne Vestbø2023-08-101-1/+1
* doc: Add note about Window.color translucencyShawn Rutledge2023-07-051-0/+4
* Overlay: clean up grabbers on touch releaseVolker Hilsheimer2023-07-021-20/+36
* QQuickWindow: Port SIGNAL/SLOT macro based connections to pointer-to-memberIvan Tkachenko2023-06-191-10/+9
* Doc: Use correct module identifiers in \qmlproperty commandsTopi Reinio2023-06-091-15/+15
* scenegraph docs: Reference the new examplesLaszlo Agocs2023-06-071-16/+20
* Add createTextureFromRhiTextureLaszlo Agocs2023-05-311-8/+61
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+43
* doc: Add Window.visibility property snippet; link to Window exampleShawn Rutledge2023-05-201-3/+5
* doc: Use part of window example for Window.flags property snippetShawn Rutledge2023-05-161-1/+3
* doc: Make Window snippets testable; remove import versionsShawn Rutledge2023-05-171-19/+3
* doc: Clarify usage of palette; testable snippetsShawn Rutledge2023-05-171-2/+6
* Doc: Fix linking and read-only status for Window.visibility propertiesTopi Reinio2023-05-161-1/+3
* QQuickWindow: Add missing break statements in event()Vlad Zahorodnii2023-05-151-0/+2
* QQuickText: Mark as a dirty node when its ClipRect changesPiotr Wierciński2023-05-121-12/+16
* QQuickWindow track changes via DevicePixelRatioChange eventDavid Edmundson2023-05-111-22/+11
* qquickwindow: Clear hover when a window is hiddenDavid Edmundson2023-04-251-0/+2
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-071-2/+2
* Enable D3D12Laszlo Agocs2023-02-141-2/+2
* Skip updates in the render loops when requestedLaszlo Agocs2023-01-241-0/+1
* doc: Fix up setGraphicsApi() since tagLaszlo Agocs2022-12-151-1/+1
* Doc: Fix incorrect \inqmlmodule statementsTopi Reinio2022-12-121-1/+1
* Purge the internal renderSceneGraph function argument listLaszlo Agocs2022-12-121-7/+6
* Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-181-2/+5
* Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
* QQuickWindow: Avoid shuffling around QSGNodes more than necessaryRobin Burchell2022-11-011-10/+15
* Fix projection matrix to correct viewport sizeAntti Määttä2022-10-211-1/+1