summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-1/+4
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-1/+0
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-3/+2
* Use QList instead of QVector in guiJarek Kobus2020-06-291-1/+1
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-10/+43
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-11/+9
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-121-39/+1
* qpa: Return accepted state from mouse, touch and wheel handlersLorn Potter2020-03-131-23/+23
* macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-191-0/+1
* 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
| |\