summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWindowPrivate: Introduce virtual setFocusToTargetDoris Verria7 days1-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
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-1/+3
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+4
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-5/+5
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-6/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-6/+0
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-011-1/+5
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-4/+4
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-33/+33
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-2/+6
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-121-4/+0
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-4/+0
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-3/+5
|\
| * Send MouseMove events without buttons if the press closed the popupVolker Hilsheimer2020-03-301-3/+5
* | widgets: Sync client rect of paint-on-screen widgets during resizeTor Arne Vestbø2020-03-271-4/+4
* | widgets: Remove unused member QTLWExtra::inTopLevelResizeTor Arne Vestbø2020-03-191-1/+1