index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
kernel
/
qwidgetwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QWidgetWindow: fix UB (invalid downcast) in Private::handleDragEnterEvent()
Marc Mutz
2025-03-26
1
-2
/
+12
*
Don't pass along expose events for destroying QWidgets
Tor Arne Vestbø
2025-01-26
1
-0
/
+7
*
Avoid dangling d-pointer deref in QWidgetWindow::handleMouseEvent
Shawn Rutledge
2025-01-20
1
-0
/
+8
*
QWidgetWindow: send QContextMenuEvent even after accepted mouse press
Shawn Rutledge
2024-12-10
1
-1
/
+7
*
Move QContextMenuEvent synthesis from QWidgetWindow to QWindow
Shawn Rutledge
2024-12-07
1
-31
/
+32
*
fix QApplciation with a QML popupWindow
Liu Heng
2024-11-30
1
-7
/
+4
*
Add public QWindow API for safe area margins
Tor Arne Vestbø
2024-11-25
1
-7
/
+4
*
Fix ubsan warning of illegal cast and illegal method call
Allan Sandfeld Jensen
2024-11-13
1
-2
/
+2
*
Restore event replay when a popup is closed by mouse press outside
Shawn Rutledge
2024-11-05
1
-0
/
+34
*
widgets: Defer repaint on screen/dpr change to expose/update request
Tor Arne Vestbø
2024-10-29
1
-9
/
+23
*
QWidgetWindow::setFocusToTarget: Respect focus policies and proxies
Doris Verria
2024-10-03
1
-15
/
+16
*
QWidgetWindow: fix enter/leave events not sent due to fractional scaling
David Faure
2024-08-30
1
-8
/
+8
*
Fix use after destruct for QWidgetWindow
Even Oscar Andersen
2024-07-01
1
-0
/
+3
*
widgets: Use per-surface-format RHI support and compositor
Tor Arne Vestbø
2024-06-01
1
-2
/
+2
*
Move popup management from QApplication to QGuiApplication
Shawn Rutledge
2024-05-31
1
-55
/
+10
*
Add way to override when to show context menu
Volodymyr Zibarov
2024-05-13
1
-6
/
+3
*
QWindowPrivate::setFocusToTarget: Add focusReason parameter
Doris Verria
2024-05-07
1
-2
/
+2
*
QWindowPrivate: Introduce virtual setFocusToTarget
Doris Verria
2024-04-27
1
-0
/
+33
*
QWidgetWindow: Don't meddle with WA_WState_{Hidden/ExplicitShowHide}
Tor Arne Vestbø
2024-02-12
1
-14
/
+1
*
Don't set ExplicitShowHide on children when showing parent widget
Tor Arne Vestbø
2024-02-01
1
-22
/
+26
*
Add logging, clarifications, and tests for QWidget show/hide behavior
Tor Arne Vestbø
2024-02-01
1
-0
/
+5
*
QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()
Tor Arne Vestbø
2024-01-23
1
-0
/
+15
*
Sync QWindow visible state during QWidget destruction
Tor Arne Vestbø
2023-12-20
1
-0
/
+11
*
QWidgetWindow: pass QPointF to QMouseEvent
Christian Ehrlicher
2023-11-08
1
-6
/
+6
*
Fix connections in QWidgetWindow
David Edmundson
2023-02-15
1
-1
/
+1
*
Introduce events for Window device pixel ratio changes
David Edmundson
2023-02-13
1
-4
/
+18
*
Deliver tablet events to the toplevel widget if there is no child
Volker Hilsheimer
2022-12-02
1
-4
/
+3
*
Propagate the event acceptance correctly with context menu on RMB
Mikolaj Boc
2022-09-07
1
-0
/
+2
*
Do not use QExposedEvent::region() in internal code
Ivan Solovev
2022-07-13
1
-5
/
+2
*
Harden drag and drop handling in widget window
Laszlo Agocs
2022-07-01
1
-7
/
+12
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-02
1
-2
/
+4
*
Compose render-to-texture widgets through QRhi
Laszlo Agocs
2022-03-11
1
-16
/
+6
*
Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to use
Shawn Rutledge
2022-02-22
1
-1
/
+1
*
Deliver context menu event with correct coordinates to widgets in popups
Volker Hilsheimer
2021-12-22
1
-1
/
+2
*
Centralize maybeLastWindowClosed checking in QWindow
Tor Arne Vestbø
2021-10-20
1
-10
/
+15
*
Deduplicate lastWindowClosed handling
Tor Arne Vestbø
2021-10-16
1
-26
/
+8
*
widgets: Fix typos in source code comments
Jonas Kvinge
2021-10-15
1
-1
/
+1
*
Fix closing and showing a window with a native child
Volker Hilsheimer
2021-10-07
1
-2
/
+5
*
macOS: Remove special cases in enter/leave event handling
Volker Hilsheimer
2021-09-24
1
-4
/
+2
*
Deduplicate maybeQuitOnLastWindowClosed handling
Tor Arne Vestbø
2021-09-17
1
-0
/
+34
*
Don't exclude WA_DontShowOnScreen widgets for QWidgetWindow event processing
Tor Arne Vestbø
2021-09-13
1
-8
/
+8
*
Split up close handling in QWidget into a pre and post step
Tor Arne Vestbø
2021-09-07
1
-2
/
+2
*
QWidget: close the QWindow in QWidget::close
Volker Hilsheimer
2021-09-02
1
-1
/
+3
*
Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*
Volker Hilsheimer
2021-08-26
1
-3
/
+1
*
Windows: Fix dialog moving up after closing/reshowing
Friedemann Kleint
2021-01-15
1
-1
/
+5
*
QWidget: mark obsolete function isTopLevel() as deprecated
Christian Ehrlicher
2020-12-09
1
-1
/
+1
*
QtWidgets: Propagate event device when translating mouse events
Friedemann Kleint
2020-11-27
1
-2
/
+4
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
[next]