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
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
/
gui
/
kernel
/
qwindowsysteminterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChanged
Tor Arne Vestbø
2023-11-23
1
-2
/
+2
*
Misc.: Fix some narrowing integral conversion warnings
Ahmad Samir
2023-04-25
1
-3
/
+3
*
QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+type
Tor Arne Vestbø
2023-03-31
1
-49
/
+22
*
Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()
Tor Arne Vestbø
2023-03-28
1
-5
/
+41
*
Introduce events for Window device pixel ratio changes
David Edmundson
2023-02-13
1
-0
/
+6
*
QtGui: Remove double default definition
Amir Masoud Abdol
2023-02-07
1
-4
/
+4
*
Respect custom QWSI event handler when delivering synchronous events
Tor Arne Vestbø
2023-01-18
1
-1
/
+6
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
QWSI: Remove dead code for macOS-specific shortcut-override handling
Tor Arne Vestbø
2022-09-15
1
-17
/
+13
*
Rename QScreenPrivate::updateHighDpi()
Morten Johan Sørvig
2022-09-08
1
-1
/
+1
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-3
/
+3
*
Restore signature of qt_handleTouchEvent()
Kai Köhne
2022-08-31
1
-1
/
+7
*
Make it possible to check the accepted state of touch events in tests
Shawn Rutledge
2022-07-08
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
1
-1
/
+3
*
Fix high-dpi and QScreen state initialization
Morten Johan Sørvig
2022-03-29
1
-0
/
+2
*
Don't include qeventpoint_p.h from qevent_p.h
Marc Mutz
2022-01-14
1
-0
/
+1
*
QWindowSystemInterface: port to QMutableEventPoint static setter API
Marc Mutz
2022-01-13
1
-6
/
+6
*
Doc: Fix qdoc warnngs
Venugopal Shivashankar
2021-10-23
1
-0
/
+2
*
Allocate synchronously delivered QWSI events on the stack
Volker Hilsheimer
2021-10-01
1
-178
/
+132
*
Properly scale gesture positions in hi-DPI case
Povilas Kanapickas
2021-08-12
1
-3
/
+15
*
Rename QNativeGestureEvent::deltas() to delta(); clarify docs
Shawn Rutledge
2021-07-14
1
-4
/
+4
*
Change QNativeGestureEvent::deltas() to QPointF
Shawn Rutledge
2021-07-14
1
-1
/
+1
*
Remove Qt6 switches from QtGui
Allan Sandfeld Jensen
2021-05-05
1
-4
/
+0
*
Call updateHighDpiScaling() on screenAdded()
Morten Johan Sørvig
2021-04-28
1
-0
/
+1
*
Add storage for (pixel) deltas and fingerCount to QNativeGestureEvent
Shawn Rutledge
2021-04-27
1
-4
/
+15
*
Remove QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue()
Shawn Rutledge
2021-03-23
1
-11
/
+0
*
Windows QPA: Pass device for synthesized touch/tablet events
Friedemann Kleint
2020-11-27
1
-0
/
+20
*
QHighDpi: window geometry scaling functions
Morten Johan Sørvig
2020-10-20
1
-6
/
+2
*
QHighDpi: global geometry scaling functions
Morten Johan Sørvig
2020-10-20
1
-15
/
+15
*
QWindowSystemInterface: Add tablet event overloads without timestamps
Friedemann Kleint
2020-10-17
1
-0
/
+25
*
Fix some qdoc warnings: typos and qdoc syntax
Volker Hilsheimer
2020-09-22
1
-1
/
+1
*
Track grab state in QPointingDevicePrivate::activePoints
Shawn Rutledge
2020-09-16
1
-0
/
+27
*
Remove unused exported functions from QWSI
Tor Arne Vestbø
2020-08-31
1
-17
/
+0
*
Introduce QWindow::paintEvent with QPA plumbing
Tor Arne Vestbø
2020-08-26
1
-2
/
+10
*
qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6
Gatis Paeglis
2020-08-23
1
-23
/
+2
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-42
/
+26
*
Separate QPD::tabletDevice into priv tabletDevice and queryTabletDevice
Shawn Rutledge
2020-07-07
1
-8
/
+8
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-18
/
+18
*
Add QPointingDevice argument to every QWSI input event handler function
Shawn Rutledge
2020-06-18
1
-32
/
+103
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
1
-88
/
+38
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-08
1
-1
/
+1
*
Remove obsolete storage, constructors and accessors in QEvent subclasses
Shawn Rutledge
2020-05-12
1
-80
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-11
1
-4
/
+5
|
\
|
*
Remove more calls to deprecated TouchPoint functions
Shawn Rutledge
2020-04-09
1
-4
/
+5
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-2
/
+2
|
\
|
|
*
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.15' into dev
Simon Hausmann
2020-03-16
1
-54
/
+56
|
\
|
|
*
qpa: Return accepted state from mouse, touch and wheel handlers
Lorn Potter
2020-03-13
1
-54
/
+56
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-03-04
1
-3
/
+10
|
\
|
[next]