summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+6
|\|
| * Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-281-0/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+3
|\|
| * Fix shortcut modifiers not being propagated after c7e5e1d9eTor Arne Vestbø2016-01-121-1/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Modify QPA handleExtendedKeyEvent.Samuel Nevala2015-11-031-2/+2
* Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-107/+73
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * Fix global modifiers state after triggering shortcutsFrederik Gladhorn2015-08-271-0/+1
* | Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-231-1/+6
* | Update QPA handleExtendedKeyEvent to return the accepted state of the eventTor Arne Vestbø2015-09-101-4/+4
* | Deduplicate some code in QWindowSystemInterfaceTor Arne Vestbø2015-09-091-41/+38
* | Document handleWindowSystemEvent()Morten Johan Sørvig2015-08-271-0/+13
* | Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-271-8/+25