summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWidgetWindow: fix UB (invalid downcast) in Private::handleDragEnterEvent()Marc Mutz2025-03-261-2/+12
* Don't pass along expose events for destroying QWidgetsTor Arne Vestbø2025-01-261-0/+7
* Avoid dangling d-pointer deref in QWidgetWindow::handleMouseEventShawn Rutledge2025-01-201-0/+8
* QWidgetWindow: send QContextMenuEvent even after accepted mouse pressShawn Rutledge2024-12-101-1/+7
* Move QContextMenuEvent synthesis from QWidgetWindow to QWindowShawn Rutledge2024-12-071-31/+32
* fix QApplciation with a QML popupWindowLiu Heng2024-11-301-7/+4
* Add public QWindow API for safe area marginsTor Arne Vestbø2024-11-251-7/+4
* Fix ubsan warning of illegal cast and illegal method callAllan Sandfeld Jensen2024-11-131-2/+2
* Restore event replay when a popup is closed by mouse press outsideShawn Rutledge2024-11-051-0/+34
* widgets: Defer repaint on screen/dpr change to expose/update requestTor Arne Vestbø2024-10-291-9/+23
* QWidgetWindow::setFocusToTarget: Respect focus policies and proxiesDoris Verria2024-10-031-15/+16
* QWidgetWindow: fix enter/leave events not sent due to fractional scalingDavid Faure2024-08-301-8/+8
* Fix use after destruct for QWidgetWindowEven Oscar Andersen2024-07-011-0/+3
* widgets: Use per-surface-format RHI support and compositorTor Arne Vestbø2024-06-011-2/+2
* Move popup management from QApplication to QGuiApplicationShawn Rutledge2024-05-311-55/+10
* Add way to override when to show context menuVolodymyr Zibarov2024-05-131-6/+3
* QWindowPrivate::setFocusToTarget: Add focusReason parameterDoris Verria2024-05-071-2/+2
* QWindowPrivate: Introduce virtual setFocusToTargetDoris Verria2024-04-271-0/+33
* QWidgetWindow: Don't meddle with WA_WState_{Hidden/ExplicitShowHide}Tor Arne Vestbø2024-02-121-14/+1
* Don't set ExplicitShowHide on children when showing parent widgetTor Arne Vestbø2024-02-011-22/+26
* Add logging, clarifications, and tests for QWidget show/hide behaviorTor Arne Vestbø2024-02-011-0/+5
* QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()Tor Arne Vestbø2024-01-231-0/+15
* Sync QWindow visible state during QWidget destructionTor Arne Vestbø2023-12-201-0/+11
* QWidgetWindow: pass QPointF to QMouseEventChristian Ehrlicher2023-11-081-6/+6
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-1/+1
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-4/+18
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-021-4/+3
* Propagate the event acceptance correctly with context menu on RMBMikolaj Boc2022-09-071-0/+2
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-131-5/+2
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-7/+12
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-2/+4
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-16/+6
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-221-1/+1
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-10/+15
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-161-26/+8
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-2/+5
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+2
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-0/+34
* Don't exclude WA_DontShowOnScreen widgets for QWidgetWindow event processingTor Arne Vestbø2021-09-131-8/+8
* Split up close handling in QWidget into a pre and post stepTor Arne Vestbø2021-09-071-2/+2
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-021-1/+3
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-261-3/+1
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-01-151-1/+5
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-091-1/+1
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-2/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1