summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-211-6/+6
* Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-2/+2
|\
| * QWindowSystemInterfacePrivate::toNativeTouchPoints(): Add missing scalingFriedemann Kleint2017-08-021-2/+2
* | Document expose event behaviorMorten Johan Sørvig2017-07-111-0/+17
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-5/+10
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-0/+8
* | 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-0/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-1/+2
|\|
| * HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-191-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+10
|\|
| * Prevent busy loop in glib event dispatcherGatis Paeglis2017-04-241-0/+10
* | doc: Remove qdoc marker from a few commentsMartin Smith2017-03-311-3/+3
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-2/+2
|/
* qpa: Let platform plugins report old state for window state changesTor Arne Vestbø2017-02-151-2/+6
* macOS: Handle window state changes directly in QCocoaWindowTor Arne Vestbø2017-02-111-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+7
|\
| * Restore binary compatibility with pre-5.6 qt_handleMouseEventJan Kundrát2017-01-101-0/+7
* | QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-021-8/+8
* | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-021-49/+49
* | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-021-36/+36
* | QPA: Move (post|process)WindowSystemEvent into their templated counterpartsTor Arne Vestbø2016-11-171-54/+25
* | QPA: Group functions in qwindowsysteminterface.cpp by area of responsibilityTor Arne Vestbø2016-11-171-193/+200
* | Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-051-1/+1
|\|
| * Use async delivery when flushing events from secondary threadsTor Arne Vestbø2016-11-041-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-24/+23
|\|
| * iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-141-24/+23
* | Combine device and point id into 32 bit point idJan Arve Saether2016-10-281-3/+41
|/
* Allow granular synchronous and asynchronous delivery of QPA eventsTor Arne Vestbø2016-10-101-73/+112
* Rename QPA ExposeEvent's window-pointer from 'exposed' to 'window'Tor Arne Vestbø2016-09-221-3/+3
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+5
| |\
| | * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-101-0/+5
* | | add QTest::createTouchDevice()Shawn Rutledge2016-06-101-0/+11
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-0/+6
|\| |
| * | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+6
* | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-071-0/+3
|/ /
* | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-6/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-25/+16
|\|
| * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-0/+11
| * qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
| * qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-5/+7
* | QtGui: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-2/+3
|\|
| * HighDPI: Extend exposed region to avoid artifacts by rounding.Friedemann Kleint2016-02-091-1/+2
| * BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-021-1/+1
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-2/+2