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
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
*
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
*
Track grab state in QPointingDevicePrivate::activePoints
Shawn Rutledge
2020-09-16
1
-1
/
+3
*
Introduce QWindow::paintEvent with QPA plumbing
Tor Arne Vestbø
2020-08-26
1
-0
/
+4
*
Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in float
Friedemann Kleint
2020-07-14
1
-5
/
+5
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-6
/
+5
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-2
/
+2
*
Remove unused virtual method QWindowPrivate::allowClickThrough
Volker Hilsheimer
2020-07-07
1
-6
/
+0
*
Fix delivery of MouseMove events to newly opened popup windows
Volker Hilsheimer
2020-07-01
1
-1
/
+5
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
1
-4
/
+4
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-08
1
-33
/
+33
*
Fix to crash in QWindow::event when delete this called on closeEvent
Miika Pernu
2020-06-04
1
-2
/
+6
*
Remove obsolete storage, constructors and accessors in QEvent subclasses
Shawn Rutledge
2020-05-12
1
-4
/
+0
*
Remove dead code from src/widgets
Volker Hilsheimer
2020-05-11
1
-4
/
+0
*
macOS: Remove all use of deprecated Q_OS_OSX define
Tor Arne Vestbø
2020-04-03
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2020-03-31
1
-3
/
+5
|
\
|
*
Send MouseMove events without buttons if the press closed the popup
Volker Hilsheimer
2020-03-30
1
-3
/
+5
*
|
widgets: Sync client rect of paint-on-screen widgets during resize
Tor Arne Vestbø
2020-03-27
1
-4
/
+4
*
|
widgets: Remove unused member QTLWExtra::inTopLevelResize
Tor Arne Vestbø
2020-03-19
1
-1
/
+1
*
|
Avoid using deprecated QTabletEvent::device() method
Allan Sandfeld Jensen
2020-02-28
1
-1
/
+1
*
|
widgets: Translate QWindow move events into widget relative position
Tor Arne Vestbø
2020-02-19
1
-15
/
+22
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-17
/
+17
|
/
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-11-06
1
-2
/
+10
|
\
|
*
Ensure that child windows are visible again when showing their parent
Andy Shaw
2019-10-29
1
-2
/
+10
*
|
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-10-24
1
-9
/
+13
|
\
|
|
*
Drag'n'Drop: fix crash when widgets are destroyed during event handling
Volker Hilsheimer
2019-10-10
1
-9
/
+13
[next]