summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* Fix widget gesture grabbingVolker Hilsheimer2021-12-112-6/+11
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-2/+3
* Code tidies: improve variable naming and add const where possibleVolker Hilsheimer2021-12-081-19/+17
* Fix incorrect rendering when moving widget into screenVolker Hilsheimer2021-12-081-1/+1
* Revert optimizations and fixes for moving/scrolling overlapped widgetsVolker Hilsheimer2021-12-072-80/+28
* QSizePolicy: make qHash() a hidden friendMarc Mutz2021-12-032-5/+3
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-151-11/+13
* QWidget: always handle IM queriesRichard Moe Gustavsen2021-11-121-2/+1
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-4/+5
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-1/+1
* Fix warnings due to enums in QSizePolicyFan RuiJie2021-10-211-2/+3
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-203-16/+17
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-191-1/+14
* QtWidgets: remove set-but-unused variablesThiago Macieira2021-10-161-2/+0
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-163-47/+9
* Remove unused parentWidget variable in QWidgetPrivate::handleCloseTor Arne Vestbø2021-10-161-1/+0
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-153-3/+3
* Clarify QWidget::normalGeometry documentationTor Arne Vestbø2021-10-151-13/+14
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-141-1/+1
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-2/+4
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-131-1/+1
* macOS: fix window activation when popup is openVolker Hilsheimer2021-10-121-6/+10
* widgets: Fix typos in documentationJonas Kvinge2021-10-124-6/+6
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-2/+5
* Silence static analyzer warningVolker Hilsheimer2021-10-071-1/+1
* Clean up QApplication::notify codeVolker Hilsheimer2021-09-301-242/+197
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-5/+7
* Fix crash if receiver destroys itself in closeEventVolker Hilsheimer2021-09-271-5/+6
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+2
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-173-26/+38
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-5/+7
* Make the closeAllPopup helper virtual in QGuiApplicationVolker Hilsheimer2021-09-152-11/+13
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-151-0/+2
* Close QWidget during destruction via QWindowTor Arne Vestbø2021-09-131-1/+5
* Don't hide QToolTip automatically when another window is closedTor Arne Vestbø2021-09-131-7/+0
* Don't exclude WA_DontShowOnScreen widgets for QWidgetWindow event processingTor Arne Vestbø2021-09-131-8/+8
* Set Qt::SubWindow on windows embedded by QWidget::createWindowContainerTor Arne Vestbø2021-09-101-0/+2
* Split up close handling in QWidget into a pre and post stepTor Arne Vestbø2021-09-073-21/+30
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-5/+19
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-031-3/+10
* Doc: fix qdoc warnings from wrong parameter typeVolker Hilsheimer2021-09-031-2/+2
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-022-1/+28
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-6/+2
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-263-18/+10
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-262-4/+10
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-9/+3
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-3/+9
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-161-0/+3