summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface_p.h
Commit message (Expand)AuthorAgeFilesLines
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-22/+41
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-34/+29
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-6/+5
* QWindowSystemInterface: use QBasicMutex and qt_scoped_lockMarc Mutz2019-12-181-1/+0
* Propagate application termination requests through QPATor Arne Vestbø2019-10-191-1/+2
* Protect global variable g_pointIdMap with mutexesRainer Keller2019-10-111-0/+1
* Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-041-3/+2
* More nullptr usage in headersKevin Funk2019-03-141-5/+5
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-0/+1
|\
| * Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-261-0/+1
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
|/
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-0/+1
* Windows QPA: Stop synthesizing mouse events from tablet/touchAndre de la Rocha2018-09-011-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+11
| |\
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-1/+11
* | | tablet: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-101-7/+0
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-1/+19
* | | qpa: stop using QWindowSystemInterfacePrivate::FrameStrutMouse enumGatis Paeglis2017-10-021-7/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-2/+3
|\| |
| * | make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-211-2/+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-4/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+9
|\|
| * Prevent busy loop in glib event dispatcherGatis Paeglis2017-04-241-0/+9
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-3/+3
|/
* qpa: Let platform plugins report old state for window state changesTor Arne Vestbø2017-02-151-2/+3
* QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-021-3/+3
* QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-021-3/+3
* QPA: Move (post|process)WindowSystemEvent into their templated counterpartsTor Arne Vestbø2016-11-171-4/+0
* Combine device and point id into 32 bit point idJan Arve Saether2016-10-281-1/+1
* Allow granular synchronous and asynchronous delivery of QPA eventsTor Arne Vestbø2016-10-101-1/+6
* Rename QPA ExposeEvent's window-pointer from 'exposed' to 'window'Tor Arne Vestbø2016-09-221-2/+2
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+1
|\
| * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-2/+1
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-2/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-271-0/+1
* Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-271-0/+2
* Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-131-2/+3
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-1/+6
* Add a way to filter window system eventsGiulio Camuffo2015-05-121-0/+13
* Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QWheelEvent::sourceShawn Rutledge2015-01-131-2/+3