aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update palette in quickwindow when binding palette changesSanthosh Kumar2024-03-121-0/+18
* doc: Mention that Window.visible is false by defaultShawn Rutledge2023-12-241-0/+2
* 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
* Clarify visibility behavior of Windows with transient parentsTor Arne Vestbø2023-10-111-15/+16
* Fix QML item is missing if its parent's clip property is trueJiDe Zhang2023-09-061-8/+10
* 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-031-20/+36
* 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
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-8/+8
* sg: Enable hooking into the releaseResources call on the windowLaszlo Agocs2022-10-071-10/+16
* Doc: make QQuickWindow::closing signal privateMitch Curtis2022-09-261-2/+1
* Ensure that multiple HoverHandlers can react to multiple device typesShawn Rutledge2022-08-251-3/+8
* Remove the separate rt/rp/cb getters/setters in QSGRendererLaszlo Agocs2022-08-041-4/+2
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-6/+4
* Remove flushFrameSynchronousEvents from qquickwindow_p.hJohan Solbakken2022-07-171-8/+0
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-151-2/+5
* QQuickWindow: Implement QWindowPrivate::clearFocusObject()Richard Moe Gustavsen2022-06-291-0/+6
* Document some advanced scenegraph structsLaszlo Agocs2022-06-231-0/+45
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Allow specifies the native format on QSGPlainTextureJiDe Zhang2022-05-311-1/+2
* Add setMirrorVertically for QQuickRenderTargetJiDe Zhang2022-05-031-1/+3
* Remove a now out-of-date comment in QQW::setRenderTargetLaszlo Agocs2022-04-221-3/+0
* scenegraph: Remove beginNext[Rhi]Frame differentiationLaszlo Agocs2022-04-211-27/+10
* sg: Remove internal rhiEnabled flag with the default backendLaszlo Agocs2022-04-211-1/+1
* Doc: link to SystemPalette in more placesMitch Curtis2022-04-201-1/+1