| Commit message (Expand) | Author | Age | Files | Lines |
* | Set explicit default security level of all files with default security | Jan Arve Sรฆther | 10 hours | 1 | -0/+1 |
* | QQuickWindow: disconnect incoming signals in dtor to avoid assert | David Faure | 35 hours | 1 | -7/+12 |
* | Don't reuse invalidated distance field cache | Eskil Abrahamsen Blomfeldt | 2025-08-05 | 1 | -1/+2 |
* | Port away from QPair | Zhao Yuhang | 2025-04-12 | 1 | -1/+1 |
* | QQuickWindowPrivate: fix performance regression in cleanupNodes() | Aurรฉlien Brooke | 2025-03-17 | 1 | -1/+2 |
* | Don't synthesize QContextMenuEvent if right-button opens a Menu | Shawn Rutledge | 2025-02-28 | 1 | -2/+4 |
* | QWindow: Tear down connections to ourself in dtor | Fabian Kosmale | 2025-01-31 | 1 | -0/+5 |
* | Replace QBoolBlocker with QScopedValueRoolback | Thiago Macieira | 2025-01-25 | 1 | -1/+1 |
* | Add ContextMenu | Mitch Curtis | 2024-12-24 | 1 | -0/+19 |
* | Update safe areas without going through itemTransformChanged if possible | Tor Arne Vestbรธ | 2024-12-18 | 1 | -3/+2 |
* | Add SafeArea attached property | Tor Arne Vestbรธ | 2024-11-28 | 1 | -0/+5 |
* | Cleanup pointer grabs when subscene agents are used | David Edmundson | 2024-11-15 | 1 | -1/+3 |
* | QtQuick: Do not expose a replace() method for QQuickWindow::data | Ulf Hermann | 2024-11-07 | 1 | -14/+11 |
* | Refactor: remove QQuickWindowPrivate::clearFocusInScope helper | Volker Hilsheimer | 2024-10-17 | 1 | -1/+1 |
* | Doc: Change description for QQuickWindow::graphicsConfiguration() | Andreas Eliasson | 2024-10-03 | 1 | -2/+2 |
* | Doc: Replace \instantiates with \nativetype | Paul Wicking | 2024-08-20 | 1 | -2/+2 |
* | Mark software renderer dirty when render target changed | JiDe Zhang | 2024-08-07 | 1 | -1/+7 |
* | Split sentence in documentation in two | Albert Astals Cid | 2024-07-28 | 1 | -2/+2 |
* | Document default value for QML Window visibility | Albert Astals Cid | 2024-07-29 | 1 | -0/+2 |
* | Fix detecting infinite loops in PolishLoopDetector | Piotr Wierciลski | 2024-07-17 | 1 | -30/+24 |
* | Doc: fix links in documentation of Quick items | Volker Hilsheimer | 2024-07-12 | 1 | -1/+1 |
* | Detect dirty child window stacking order without iterating dirty items | Tor Arne Vestbรธ | 2024-07-08 | 1 | -9/+9 |
* | Detect dirty child window stacking order without recursing all items | Tor Arne Vestbรธ | 2024-07-02 | 1 | -19/+8 |
* | Move clearGrabbers() from QQuickWindowPrivate to QQDeliveryAgentPrivate | Shawn Rutledge | 2024-06-23 | 1 | -36/+1 |
* | QtQuick: Straighten out some logging categories | Ulf Hermann | 2024-06-19 | 1 | -6/+1 |
* | Remove the Window.parent and Window.z properties | Tor Arne Vestbรธ | 2024-06-11 | 1 | -3/+0 |
* | Doc: explain that Window doesn't apply palette.window automatically | Mitch Curtis | 2024-05-20 | 1 | -3/+15 |
* | Force active focus to target item in setFocusToTargetItem | Doris Verria | 2024-05-14 | 1 | -20/+26 |
* | Add focusReason parameter to QQWindowPrivate::setFocusToTarget override | Doris Verria | 2024-05-10 | 1 | -2/+2 |
* | Doc: recommend ApplicationWindow instead of Window when using Controls | Mitch Curtis | 2024-05-08 | 1 | -0/+4 |
* | Give focus to parent window when focus chain wraps | Doris Verria | 2024-05-02 | 1 | -0/+29 |
* | Update palette in quickwindow when binding palette changes | Santhosh Kumar | 2024-03-11 | 1 | -0/+18 |
* | doc: Clarify that automatic transient parent relies on visual parent | Tor Arne Vestbรธ | 2024-03-06 | 1 | -5/+9 |
* | Optimize QQuickRt behavior with implicitly created buffers | Laszlo Agocs | 2024-02-22 | 1 | -38/+51 |
* | QQuickRt: support resolving into the provided native texture | Laszlo Agocs | 2024-02-22 | 1 | -0/+2 |
* | Allow QQuickRt adopt a native texture array for multiview rendering | Laszlo Agocs | 2024-01-15 | 1 | -0/+2 |
* | scenegraph: Add plumbing for enabling multiview | Laszlo Agocs | 2024-01-15 | 1 | -0/+17 |
* | sg: Remove unused clearMode code | Laszlo Agocs | 2024-01-06 | 1 | -6/+0 |
* | Doc: Fix linking issues and missing QDoc commands | Topi Reinio | 2024-01-06 | 1 | -2/+4 |
* | doc: Mention that Window.visible is false by default | Shawn Rutledge | 2023-12-23 | 1 | -0/+2 |
* | Add preliminary support for embedding QWindows into Qt Quick | Tor Arne Vestbรธ | 2023-12-08 | 1 | -0/+73 |
* | Update cursor if frame-synchronous hover update discovers hover change | Shawn Rutledge | 2023-11-18 | 1 | -1/+5 |
* | doc: Add note about platform support for window positions | Liang Qi | 2023-11-13 | 1 | -0/+5 |
* | Introduce a CurveRendering backend for text | Eskil Abrahamsen Blomfeldt | 2023-11-11 | 1 | -1/+8 |
* | Move componentComplete member from QQuickWindow to QQuickWindowQmlImpl | Tor Arne Vestbรธ | 2023-10-20 | 1 | -1/+0 |
* | Defer automatic Window transient parent until component completion | Tor Arne Vestbรธ | 2023-10-18 | 1 | -13/+3 |
* | Clarify visibility behavior of Windows with transient parents | Tor Arne Vestbรธ | 2023-10-11 | 1 | -15/+16 |
* | Include what you need: <QPointer> | Marc Mutz | 2023-10-06 | 1 | -0/+1 |
* | Clarify relation between transient parent and child in debug logging | Tor Arne Vestbรธ | 2023-09-29 | 1 | -2/+2 |
* | QQuickWindowPrivate::cleanupNodes: use qdeleteall more | Anton Kudryavtsev | 2023-09-15 | 1 | -3/+1 |