summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* highdpi: Update high-DPI in QWSI::handleScreenLogicalDotsPerInchChangeMorten Sørvig2024-01-081-0/+5
* testlib: Add test function for simulating wheel eventsDoris Verria2023-12-201-0/+7
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-2/+2
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-3/+3
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-311-49/+22
* Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()Tor Arne Vestbø2023-03-281-5/+41
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-0/+6
* QtGui: Remove double default definitionAmir Masoud Abdol2023-02-071-4/+4
* Respect custom QWSI event handler when delivering synchronous eventsTor Arne Vestbø2023-01-181-1/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-151-17/+13
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-081-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-3/+3
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-311-1/+7
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-081-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-1/+3
* Fix high-dpi and QScreen state initializationMorten Johan Sørvig2022-03-291-0/+2
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+1
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-231-0/+2
* Allocate synchronously delivered QWSI events on the stackVolker Hilsheimer2021-10-011-178/+132
* Properly scale gesture positions in hi-DPI casePovilas Kanapickas2021-08-121-3/+15
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-141-4/+4
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-141-1/+1
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-4/+0
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-0/+1
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-271-4/+15
* Remove QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue()Shawn Rutledge2021-03-231-11/+0
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-271-0/+20
* QHighDpi: window geometry scaling functionsMorten Johan Sørvig2020-10-201-6/+2
* QHighDpi: global geometry scaling functionsMorten Johan Sørvig2020-10-201-15/+15
* QWindowSystemInterface: Add tablet event overloads without timestampsFriedemann Kleint2020-10-171-0/+25
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-1/+1
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-0/+27
* Remove unused exported functions from QWSITor Arne Vestbø2020-08-311-17/+0
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-2/+10
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-23/+2
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-42/+26
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-8/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-18/+18
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-32/+103
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-88/+38
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-121-80/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-4/+5
|\
| * Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-4/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+2
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-54/+56
|\|