summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.h
Commit message (Expand)AuthorAgeFilesLines
* Propagate application termination requests through QPATor Arne Vestbø2019-10-191-0/+3
* Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-041-1/+1
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-0/+4
|\
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-0/+4
* | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+4
|/
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-0/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-0/+1
|\|
| * QtGui: Enable synchronous delivery for QWSysIf:::WindowScreenChangedEventFriedemann Kleint2018-05-081-0/+1
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-4/+13
* | Support synchronous handleCloseEvent()Morten Johan Sørvig2018-02-211-0/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+3
| |\
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+1
| |\|
| | * qpa: Teach handleApplicationStateChanged about sync/async deliveryTor Arne Vestbø2017-11-201-0/+1
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-4/+31
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-3/+3
|\| |
| * | make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-211-3/+3
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+1
|\|
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+1
* | qpa: start using QT_DEPRECATED_SINCE to increase visibilityGatis Paeglis2017-06-021-11/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+1
|\|
| * Prevent busy loop in glib event dispatcherGatis Paeglis2017-04-241-0/+1
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-1/+1
|/
* qpa: Let platform plugins report old state for window state changesTor Arne Vestbø2017-02-151-1/+1
* macOS: Handle window state changes directly in QCocoaWindowTor Arne Vestbø2017-02-111-0/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-1/+1
|\
| * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-071-1/+1
* | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-071-2/+4
* | QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-021-8/+8
* | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-021-32/+32
* | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-021-2/+2
|/
* iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-141-3/+9
* Allow granular synchronous and asynchronous delivery of QPA eventsTor Arne Vestbø2016-10-101-0/+14
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+1
| |\
| | * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-101-0/+1
* | | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+2
| |\|
| | * Fix zero-as-null-pointer-constant in wayland compositor apiAllan Sandfeld Jensen2016-06-061-2/+2
* | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-071-1/+4
|/ /
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-2/+10
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-2/+10